NetworkMigrationMapperSegmentConstruct
Represents a construct within a mapper segment. A construct is an individual infrastructure component such as a VPC, subnet, security group, route table, or other network resource that is part of the network migration.
Contents
- constructID
-
The unique identifier of the construct.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: No
- constructType
-
The type of the construct, such as VPC, subnet, security group, or route table.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 24.
Pattern:
AWS::([A-Z\d]){2,10}::[a-zA-Z\d]{2,30}Required: No
- createdAt
-
The timestamp when the construct was created.
Type: Timestamp
Required: No
- description
-
A description of the construct.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 600.
Pattern:
[^\x00]*Required: No
- logicalID
-
The logical identifier for the construct in the infrastructure code.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z][a-zA-Z0-9-]*Required: No
- name
-
The name of the construct.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[^\s\x00]( *[^\s\x00])*Required: No
- properties
-
The properties and configuration of the construct.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 20 items.
Key Length Constraints: Minimum length of 0. Maximum length of 24.
Value Length Constraints: Minimum length of 0. Maximum length of 65536.
Required: No
- updatedAt
-
The timestamp when the construct was last updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: