ServiceNetworkVpcAssociationSummary - Amazon VPC Lattice

ServiceNetworkVpcAssociationSummary

Summary information about an association between a service network and a VPC.

Contents

arn

The Amazon Resource Name (ARN) of the association.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: ^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetworkvpcassociation/snva-[0-9a-z]{17}$

Required: No

createdAt

The date and time that the association was created, specified in ISO-8601 format.

Type: Timestamp

Required: No

createdBy

The account that created the association.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 12.

Pattern: ^[0-9]{12}$

Required: No

id

The ID of the association.

Type: String

Length Constraints: Fixed length of 22.

Pattern: ^snva-[0-9a-z]{17}$

Required: No

lastUpdatedAt

The date and time that the association was last updated, specified in ISO-8601 format.

Type: Timestamp

Required: No

serviceNetworkArn

The Amazon Resource Name (ARN) of the service network.

Type: String

Length Constraints: Minimum length of 32. Maximum length of 2048.

Pattern: ^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetwork/sn-[0-9a-z]{17}$

Required: No

serviceNetworkId

The ID of the service network.

Type: String

Length Constraints: Fixed length of 32.

Pattern: ^sn-[0-9a-z]{17}$

Required: No

serviceNetworkName

The name of the service network.

Type: String

Length Constraints: Minimum length of 3. Maximum length of 63.

Pattern: ^(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$

Required: No

status

The status.

Type: String

Valid Values: CREATE_IN_PROGRESS | ACTIVE | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | CREATE_FAILED | DELETE_FAILED | UPDATE_FAILED

Required: No

vpcId

The ID of the VPC.

Type: String

Length Constraints: Minimum length of 5. Maximum length of 50.

Pattern: ^vpc-(([0-9a-z]{8})|([0-9a-z]{17}))$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: