@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.003Z") @Stability(value=Stable) public interface CfnPrefixListProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPrefixListProps.Builder
A builder for
CfnPrefixListProps |
static class |
CfnPrefixListProps.Jsii$Proxy
An implementation for
CfnPrefixListProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPrefixListProps.Builder |
builder() |
String |
getAddressFamily()
`AWS::EC2::PrefixList.AddressFamily`.
|
default Object |
getEntries()
`AWS::EC2::PrefixList.Entries`.
|
Number |
getMaxEntries()
`AWS::EC2::PrefixList.MaxEntries`.
|
String |
getPrefixListName()
`AWS::EC2::PrefixList.PrefixListName`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::PrefixList.Tags`.
|
@Stability(value=Stable) @NotNull String getAddressFamily()
@Stability(value=Stable) @NotNull Number getMaxEntries()
@Stability(value=Stable) @NotNull String getPrefixListName()
@Stability(value=Stable) @Nullable default Object getEntries()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnPrefixListProps.Builder builder()
CfnPrefixListProps.Builder of CfnPrefixListPropsCopyright © 2021. All rights reserved.