AWS::NetworkManager::VpcAttachment Resoruce Type
core_network_id
(String) The ID of a core network for the VPC attachment.subnet_arns
(List of String) Subnet Arn listvpc_arn
(String) The ARN of the VPC.options
(Attributes) Vpc options of the attachment. (see below for nested schema)proposed_segment_change
(Attributes) The attachment to move from one segment to another. (see below for nested schema)tags
(Attributes Set) Tags for the attachment. (see below for nested schema)attachment_id
(String) Id of the attachment.attachment_policy_rule_number
(Number) The policy rule number associated with the attachment.attachment_type
(String) Attachment type.core_network_arn
(String) The ARN of a core network for the VPC attachment.created_at
(String) Creation time of the attachment.edge_location
(String) The Region where the edge is located.id
(String) Uniquely identifies the resource.owner_account_id
(String) Owner account of the attachment.resource_arn
(String) The ARN of the Resource.segment_name
(String) The name of the segment attachment..state
(String) State of the attachment.updated_at
(String) Last update time of the attachment.options
Optional:
appliance_mode_support
(Boolean) Indicates whether to enable ApplianceModeSupport Support for Vpc Attachment. Valid Values: true | falseipv_6_support
(Boolean) Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disableproposed_segment_change
Optional:
attachment_policy_rule_number
(Number) The rule number in the policy document that applies to this change.segment_name
(String) The name of the segment to change.tags
(Attributes Set) The key-value tags that changed for the segment. (see below for nested schema)proposed_segment_change.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_networkmanager_vpc_attachment.example <resource ID>