aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.networkmanager.ConnectAttachment

Explore with Pulumi AI

AWS::NetworkManager::ConnectAttachment Resource Type Definition

Create ConnectAttachment Resource

new ConnectAttachment(name: string, args: ConnectAttachmentArgs, opts?: CustomResourceOptions);
@overload
def ConnectAttachment(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      core_network_id: Optional[str] = None,
                      edge_location: Optional[str] = None,
                      options: Optional[ConnectAttachmentOptionsArgs] = None,
                      proposed_segment_change: Optional[ConnectAttachmentProposedSegmentChangeArgs] = None,
                      tags: Optional[Sequence[ConnectAttachmentTagArgs]] = None,
                      transport_attachment_id: Optional[str] = None)
@overload
def ConnectAttachment(resource_name: str,
                      args: ConnectAttachmentArgs,
                      opts: Optional[ResourceOptions] = None)
func NewConnectAttachment(ctx *Context, name string, args ConnectAttachmentArgs, opts ...ResourceOption) (*ConnectAttachment, error)
public ConnectAttachment(string name, ConnectAttachmentArgs args, CustomResourceOptions? opts = null)
public ConnectAttachment(String name, ConnectAttachmentArgs args)
public ConnectAttachment(String name, ConnectAttachmentArgs args, CustomResourceOptions options)
type: aws-native:networkmanager:ConnectAttachment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ConnectAttachmentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args ConnectAttachmentArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ConnectAttachmentArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ConnectAttachmentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ConnectAttachmentArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

ConnectAttachment Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The ConnectAttachment resource accepts the following input properties:

CoreNetworkId string

ID of the CoreNetwork that the attachment will be attached to.

EdgeLocation string

Edge location of the attachment.

Options Pulumi.AwsNative.NetworkManager.Inputs.ConnectAttachmentOptionsArgs

Protocol options for connect attachment

TransportAttachmentId string

Id of transport attachment

ProposedSegmentChange Pulumi.AwsNative.NetworkManager.Inputs.ConnectAttachmentProposedSegmentChangeArgs

The attachment to move from one segment to another.

Tags List<Pulumi.AwsNative.NetworkManager.Inputs.ConnectAttachmentTagArgs>

Tags for the attachment.

CoreNetworkId string

ID of the CoreNetwork that the attachment will be attached to.

EdgeLocation string

Edge location of the attachment.

Options ConnectAttachmentOptionsArgs

Protocol options for connect attachment

TransportAttachmentId string

Id of transport attachment

ProposedSegmentChange ConnectAttachmentProposedSegmentChangeArgs

The attachment to move from one segment to another.

Tags []ConnectAttachmentTagArgs

Tags for the attachment.

coreNetworkId String

ID of the CoreNetwork that the attachment will be attached to.

edgeLocation String

Edge location of the attachment.

options ConnectAttachmentOptionsArgs

Protocol options for connect attachment

transportAttachmentId String

Id of transport attachment

proposedSegmentChange ConnectAttachmentProposedSegmentChangeArgs

The attachment to move from one segment to another.

tags List<ConnectAttachmentTagArgs>

Tags for the attachment.

coreNetworkId string

ID of the CoreNetwork that the attachment will be attached to.

edgeLocation string

Edge location of the attachment.

options ConnectAttachmentOptionsArgs

Protocol options for connect attachment

transportAttachmentId string

Id of transport attachment

proposedSegmentChange ConnectAttachmentProposedSegmentChangeArgs

The attachment to move from one segment to another.

tags ConnectAttachmentTagArgs[]

Tags for the attachment.

core_network_id str

ID of the CoreNetwork that the attachment will be attached to.

edge_location str

Edge location of the attachment.

options ConnectAttachmentOptionsArgs

Protocol options for connect attachment

transport_attachment_id str

Id of transport attachment

proposed_segment_change ConnectAttachmentProposedSegmentChangeArgs

The attachment to move from one segment to another.

tags Sequence[ConnectAttachmentTagArgs]

Tags for the attachment.

coreNetworkId String

ID of the CoreNetwork that the attachment will be attached to.

edgeLocation String

Edge location of the attachment.

options Property Map

Protocol options for connect attachment

transportAttachmentId String

Id of transport attachment

proposedSegmentChange Property Map

The attachment to move from one segment to another.

tags List<Property Map>

Tags for the attachment.

Outputs

All input properties are implicitly available as output properties. Additionally, the ConnectAttachment resource produces the following output properties:

AttachmentId string

The ID of the attachment.

AttachmentPolicyRuleNumber int

The policy rule number associated with the attachment.

AttachmentType string

The type of attachment.

CoreNetworkArn string

The ARN of a core network for the VPC attachment.

CreatedAt string

Creation time of the attachment.

Id string

The provider-assigned unique ID for this managed resource.

OwnerAccountId string

The ID of the attachment account owner.

ResourceArn string

The attachment resource ARN.

SegmentName string

The name of the segment attachment.

State string

State of the attachment.

UpdatedAt string

Last update time of the attachment.

AttachmentId string

The ID of the attachment.

AttachmentPolicyRuleNumber int

The policy rule number associated with the attachment.

AttachmentType string

The type of attachment.

CoreNetworkArn string

The ARN of a core network for the VPC attachment.

CreatedAt string

Creation time of the attachment.

Id string

The provider-assigned unique ID for this managed resource.

OwnerAccountId string

The ID of the attachment account owner.

ResourceArn string

The attachment resource ARN.

SegmentName string

The name of the segment attachment.

State string

State of the attachment.

UpdatedAt string

Last update time of the attachment.

attachmentId String

The ID of the attachment.

attachmentPolicyRuleNumber Integer

The policy rule number associated with the attachment.

attachmentType String

The type of attachment.

coreNetworkArn String

The ARN of a core network for the VPC attachment.

createdAt String

Creation time of the attachment.

id String

The provider-assigned unique ID for this managed resource.

ownerAccountId String

The ID of the attachment account owner.

resourceArn String

The attachment resource ARN.

segmentName String

The name of the segment attachment.

state String

State of the attachment.

updatedAt String

Last update time of the attachment.

attachmentId string

The ID of the attachment.

attachmentPolicyRuleNumber number

The policy rule number associated with the attachment.

attachmentType string

The type of attachment.

coreNetworkArn string

The ARN of a core network for the VPC attachment.

createdAt string

Creation time of the attachment.

id string

The provider-assigned unique ID for this managed resource.

ownerAccountId string

The ID of the attachment account owner.

resourceArn string

The attachment resource ARN.

segmentName string

The name of the segment attachment.

state string

State of the attachment.

updatedAt string

Last update time of the attachment.

attachment_id str

The ID of the attachment.

attachment_policy_rule_number int

The policy rule number associated with the attachment.

attachment_type str

The type of attachment.

core_network_arn str

The ARN of a core network for the VPC attachment.

created_at str

Creation time of the attachment.

id str

The provider-assigned unique ID for this managed resource.

owner_account_id str

The ID of the attachment account owner.

resource_arn str

The attachment resource ARN.

segment_name str

The name of the segment attachment.

state str

State of the attachment.

updated_at str

Last update time of the attachment.

attachmentId String

The ID of the attachment.

attachmentPolicyRuleNumber Number

The policy rule number associated with the attachment.

attachmentType String

The type of attachment.

coreNetworkArn String

The ARN of a core network for the VPC attachment.

createdAt String

Creation time of the attachment.

id String

The provider-assigned unique ID for this managed resource.

ownerAccountId String

The ID of the attachment account owner.

resourceArn String

The attachment resource ARN.

segmentName String

The name of the segment attachment.

state String

State of the attachment.

updatedAt String

Last update time of the attachment.

Supporting Types

ConnectAttachmentOptions

Protocol string

Tunnel protocol for connect attachment

Protocol string

Tunnel protocol for connect attachment

protocol String

Tunnel protocol for connect attachment

protocol string

Tunnel protocol for connect attachment

protocol str

Tunnel protocol for connect attachment

protocol String

Tunnel protocol for connect attachment

ConnectAttachmentProposedSegmentChange

AttachmentPolicyRuleNumber int

The rule number in the policy document that applies to this change.

SegmentName string

The name of the segment to change.

Tags List<Pulumi.AwsNative.NetworkManager.Inputs.ConnectAttachmentTag>

The list of key-value tags that changed for the segment.

AttachmentPolicyRuleNumber int

The rule number in the policy document that applies to this change.

SegmentName string

The name of the segment to change.

Tags []ConnectAttachmentTag

The list of key-value tags that changed for the segment.

attachmentPolicyRuleNumber Integer

The rule number in the policy document that applies to this change.

segmentName String

The name of the segment to change.

tags List<ConnectAttachmentTag>

The list of key-value tags that changed for the segment.

attachmentPolicyRuleNumber number

The rule number in the policy document that applies to this change.

segmentName string

The name of the segment to change.

tags ConnectAttachmentTag[]

The list of key-value tags that changed for the segment.

attachment_policy_rule_number int

The rule number in the policy document that applies to this change.

segment_name str

The name of the segment to change.

tags Sequence[ConnectAttachmentTag]

The list of key-value tags that changed for the segment.

attachmentPolicyRuleNumber Number

The rule number in the policy document that applies to this change.

segmentName String

The name of the segment to change.

tags List<Property Map>

The list of key-value tags that changed for the segment.

ConnectAttachmentTag

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 -.

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 -.

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 -.

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 -.

key str

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 str

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 -.

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 -.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0