@Stability(value=Stable)
public static interface CfnPrefixList.EntryProperty
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.ec2.*;
EntryProperty entryProperty = EntryProperty.builder()
.cidr("cidr")
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPrefixList.EntryProperty.Builder
A builder for
CfnPrefixList.EntryProperty |
static class |
CfnPrefixList.EntryProperty.Jsii$Proxy
An implementation for
CfnPrefixList.EntryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPrefixList.EntryProperty.Builder |
builder() |
String |
getCidr()
The CIDR block.
|
default String |
getDescription()
A description for the entry.
|
@Stability(value=Stable) @NotNull String getCidr()
@Stability(value=Stable) @Nullable default String getDescription()
Constraints: Up to 255 characters in length.
@Stability(value=Stable) static CfnPrefixList.EntryProperty.Builder builder()
Copyright © 2022. All rights reserved.