@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.711Z") @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()
A complex type that contains information about the list of CIDR locations.
|
String |
getName()
The name of a CIDR collection.
|
@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.