NetworkAclSchema
Hierarchy
- BaseResourceSchema
- NetworkAclSchema
Index
Properties
Properties
inheritedparents
properties
Input properties.
properties.awsAccountId
- The AWS account id.properties.awsRegionId
- The AWS region id.properties.entries
- The network acl entries. See NetworkAclEntrySchema for options.
Type declaration
awsAccountId: string
awsRegionId: string
entries: NetworkAclEntrySchema[]
inheritedresourceId
response
Saved response.
response.associationId
- The association id.response.defaultNetworkAclId
- The default network acl id.response.NetworkAclArn
- The network acl arn.response.NetworkAclId
- The network acl id.
Type declaration
optionalassociationId?: string
optionaldefaultNetworkAclId?: string
optionalNetworkAclArn?: string
optionalNetworkAclId?: string
inheritedtags
Type declaration
[key string]: string
The
NetworkAclSchema
class is the schema for theNetworkAcl
resource, which represents the AWS VPC Network ACL resource. This resource can create a network acl in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.Resources/NetworkAcl
parents - This resource has parents.
resourceId - The resource id is of format
nacl-<subnet-id>