| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NetworkAclEntryProps
(experimental) Properties to create NetworkAclEntry.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CommonNetworkAclEntryOptions.Jsii$Proxy
An implementation for
CommonNetworkAclEntryOptions |
static class |
NetworkAclEntryProps.Jsii$Proxy
An implementation for
NetworkAclEntryProps |
| Modifier and Type | Method and Description |
|---|---|
CommonNetworkAclEntryOptions |
CommonNetworkAclEntryOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkAclEntry |
NetworkAcl.addEntry(String id,
CommonNetworkAclEntryOptions options)
(experimental) Add a new entry to the ACL.
|
NetworkAclEntry |
INetworkAcl.addEntry(String id,
CommonNetworkAclEntryOptions options)
(experimental) Add a new entry to the ACL.
|
NetworkAclEntry |
INetworkAcl.Jsii$Proxy.addEntry(String id,
CommonNetworkAclEntryOptions options)
(experimental) Add a new entry to the ACL.
|
default NetworkAclEntry |
INetworkAcl.Jsii$Default.addEntry(String id,
CommonNetworkAclEntryOptions options)
(experimental) Add a new entry to the ACL.
|
Copyright © 2021. All rights reserved.