| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnPrefixList.Builder |
CfnPrefixList.Builder.addressFamily(String addressFamily)
The IP address type.
|
static CfnPrefixList.Builder |
CfnPrefixList.Builder.create(software.constructs.Construct scope,
String id) |
CfnPrefixList.Builder |
CfnPrefixList.Builder.entries(IResolvable entries)
One or more entries for the prefix list.
|
CfnPrefixList.Builder |
CfnPrefixList.Builder.entries(List<? extends Object> entries)
One or more entries for the prefix list.
|
CfnPrefixList.Builder |
CfnPrefixList.Builder.maxEntries(Number maxEntries)
The maximum number of entries for the prefix list.
|
CfnPrefixList.Builder |
CfnPrefixList.Builder.prefixListName(String prefixListName)
A name for the prefix list.
|
CfnPrefixList.Builder |
CfnPrefixList.Builder.tags(List<? extends CfnTag> tags)
The tags for the prefix list.
|
Copyright © 2022. All rights reserved.