@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.587Z") @Stability(value=Stable) public interface CfnIPSetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIPSetProps.Builder
A builder for
CfnIPSetProps |
static class |
CfnIPSetProps.Jsii$Proxy
An implementation for
CfnIPSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnIPSetProps.Builder |
builder() |
List<String> |
getAddresses()
`AWS::WAFv2::IPSet.Addresses`.
|
default String |
getDescription()
`AWS::WAFv2::IPSet.Description`.
|
String |
getIpAddressVersion()
`AWS::WAFv2::IPSet.IPAddressVersion`.
|
default String |
getName()
`AWS::WAFv2::IPSet.Name`.
|
String |
getScope()
`AWS::WAFv2::IPSet.Scope`.
|
default List<CfnTag> |
getTags()
`AWS::WAFv2::IPSet.Tags`.
|
@Stability(value=Stable) @NotNull List<String> getAddresses()
@Stability(value=Stable) @NotNull String getIpAddressVersion()
@Stability(value=Stable) @NotNull String getScope()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnIPSetProps.Builder builder()
CfnIPSetProps.Builder of CfnIPSetPropsCopyright © 2021. All rights reserved.