@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:57.315Z") @Stability(value=Stable) public interface CfnIPSetProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-addresses@Stability(value=Stable) @NotNull String getIpAddressVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-ipaddressversion@Stability(value=Stable) @NotNull String getScope()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-scope@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-description@Stability(value=Stable) @Nullable default String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-name@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html#cfn-wafv2-ipset-tags@Stability(value=Stable) static CfnIPSetProps.Builder builder()
CfnIPSetProps.Builder of CfnIPSetPropsCopyright © 2020. All rights reserved.