| Modifier and Type | Method and Description |
|---|---|
CfnIPSet |
build() |
static CfnIPSet.Builder |
create(Construct scope,
String id) |
CfnIPSet.Builder |
ipSetDescriptors(IResolvable ipSetDescriptors)
`AWS::WAF::IPSet.IPSetDescriptors`.
|
CfnIPSet.Builder |
ipSetDescriptors(List<? extends Object> ipSetDescriptors)
`AWS::WAF::IPSet.IPSetDescriptors`.
|
CfnIPSet.Builder |
name(String name)
`AWS::WAF::IPSet.Name`.
|
@Stability(value=Stable) public static CfnIPSet.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnIPSet.Builder.@Stability(value=Stable) public CfnIPSet.Builder name(String name)
name - `AWS::WAF::IPSet.Name`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-name@Stability(value=Stable) public CfnIPSet.Builder ipSetDescriptors(IResolvable ipSetDescriptors)
ipSetDescriptors - `AWS::WAF::IPSet.IPSetDescriptors`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-ipsetdescriptors@Stability(value=Stable) public CfnIPSet.Builder ipSetDescriptors(List<? extends Object> ipSetDescriptors)
ipSetDescriptors - `AWS::WAF::IPSet.IPSetDescriptors`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-ipset.html#cfn-waf-ipset-ipsetdescriptorsCopyright © 2020. All rights reserved.