@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.576Z") @Stability(value=Stable) public interface CfnIPSetProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.waf.*;
IPSetDescriptorProperty pSetDescriptorProperty;
CfnIPSetProps cfnIPSetProps = CfnIPSetProps.builder()
.name("name")
// the properties below are optional
.ipSetDescriptors(List.of(pSetDescriptorProperty))
.build();
| 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() |
default Object |
getIpSetDescriptors()
`AWS::WAF::IPSet.IPSetDescriptors`.
|
String |
getName()
`AWS::WAF::IPSet.Name`.
|
@Stability(value=Stable) @Nullable default Object getIpSetDescriptors()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static CfnIPSetProps.Builder builder()
CfnIPSetProps.Builder of CfnIPSetPropsCopyright © 2021. All rights reserved.