@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.599Z") @Stability(value=Stable) public interface CfnCidrCollectionProps 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.route53.*;
CfnCidrCollectionProps cfnCidrCollectionProps = CfnCidrCollectionProps.builder()
.name("name")
// the properties below are optional
.locations(List.of(LocationProperty.builder()
.cidrList(List.of("cidrList"))
.locationName("locationName")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCidrCollectionProps.Builder
A builder for
CfnCidrCollectionProps |
static class |
CfnCidrCollectionProps.Jsii$Proxy
An implementation for
CfnCidrCollectionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCidrCollectionProps.Builder |
builder() |
default Object |
getLocations()
`AWS::Route53::CidrCollection.Locations`.
|
String |
getName()
`AWS::Route53::CidrCollection.Name`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getLocations()
@Stability(value=Stable) static CfnCidrCollectionProps.Builder builder()
CfnCidrCollectionProps.Builder of CfnCidrCollectionPropsCopyright © 2022. All rights reserved.