1. Packages
  2. AWS Native
  3. API Docs
  4. networkmanager
  5. getSiteToSiteVpnAttachment

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.networkmanager.getSiteToSiteVpnAttachment

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    AWS::NetworkManager::SiteToSiteVpnAttachment Resource Type definition.

    Using getSiteToSiteVpnAttachment

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSiteToSiteVpnAttachment(args: GetSiteToSiteVpnAttachmentArgs, opts?: InvokeOptions): Promise<GetSiteToSiteVpnAttachmentResult>
    function getSiteToSiteVpnAttachmentOutput(args: GetSiteToSiteVpnAttachmentOutputArgs, opts?: InvokeOptions): Output<GetSiteToSiteVpnAttachmentResult>
    def get_site_to_site_vpn_attachment(attachment_id: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetSiteToSiteVpnAttachmentResult
    def get_site_to_site_vpn_attachment_output(attachment_id: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetSiteToSiteVpnAttachmentResult]
    func LookupSiteToSiteVpnAttachment(ctx *Context, args *LookupSiteToSiteVpnAttachmentArgs, opts ...InvokeOption) (*LookupSiteToSiteVpnAttachmentResult, error)
    func LookupSiteToSiteVpnAttachmentOutput(ctx *Context, args *LookupSiteToSiteVpnAttachmentOutputArgs, opts ...InvokeOption) LookupSiteToSiteVpnAttachmentResultOutput

    > Note: This function is named LookupSiteToSiteVpnAttachment in the Go SDK.

    public static class GetSiteToSiteVpnAttachment 
    {
        public static Task<GetSiteToSiteVpnAttachmentResult> InvokeAsync(GetSiteToSiteVpnAttachmentArgs args, InvokeOptions? opts = null)
        public static Output<GetSiteToSiteVpnAttachmentResult> Invoke(GetSiteToSiteVpnAttachmentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSiteToSiteVpnAttachmentResult> getSiteToSiteVpnAttachment(GetSiteToSiteVpnAttachmentArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:networkmanager:getSiteToSiteVpnAttachment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AttachmentId string
    The ID of the attachment.
    AttachmentId string
    The ID of the attachment.
    attachmentId String
    The ID of the attachment.
    attachmentId string
    The ID of the attachment.
    attachment_id str
    The ID of the attachment.
    attachmentId String
    The ID of the attachment.

    getSiteToSiteVpnAttachment Result

    The following output properties are available:

    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.
    EdgeLocation string
    The Region where the edge is located.
    OwnerAccountId string
    Owner account of the attachment.
    ProposedSegmentChange Pulumi.AwsNative.NetworkManager.Outputs.SiteToSiteVpnAttachmentProposedSegmentChange
    The attachment to move from one segment to another.
    ResourceArn string
    The ARN of the Resource.
    SegmentName string
    The name of the segment that attachment is in.
    State string
    The state of the attachment.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags for 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.
    EdgeLocation string
    The Region where the edge is located.
    OwnerAccountId string
    Owner account of the attachment.
    ProposedSegmentChange SiteToSiteVpnAttachmentProposedSegmentChange
    The attachment to move from one segment to another.
    ResourceArn string
    The ARN of the Resource.
    SegmentName string
    The name of the segment that attachment is in.
    State string
    The state of the attachment.
    Tags Tag
    Tags for 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.
    edgeLocation String
    The Region where the edge is located.
    ownerAccountId String
    Owner account of the attachment.
    proposedSegmentChange SiteToSiteVpnAttachmentProposedSegmentChange
    The attachment to move from one segment to another.
    resourceArn String
    The ARN of the Resource.
    segmentName String
    The name of the segment that attachment is in.
    state String
    The state of the attachment.
    tags List<Tag>
    Tags for 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.
    edgeLocation string
    The Region where the edge is located.
    ownerAccountId string
    Owner account of the attachment.
    proposedSegmentChange SiteToSiteVpnAttachmentProposedSegmentChange
    The attachment to move from one segment to another.
    resourceArn string
    The ARN of the Resource.
    segmentName string
    The name of the segment that attachment is in.
    state string
    The state of the attachment.
    tags Tag[]
    Tags for 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.
    edge_location str
    The Region where the edge is located.
    owner_account_id str
    Owner account of the attachment.
    proposed_segment_change SiteToSiteVpnAttachmentProposedSegmentChange
    The attachment to move from one segment to another.
    resource_arn str
    The ARN of the Resource.
    segment_name str
    The name of the segment that attachment is in.
    state str
    The state of the attachment.
    tags Sequence[root_Tag]
    Tags for 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.
    edgeLocation String
    The Region where the edge is located.
    ownerAccountId String
    Owner account of the attachment.
    proposedSegmentChange Property Map
    The attachment to move from one segment to another.
    resourceArn String
    The ARN of the Resource.
    segmentName String
    The name of the segment that attachment is in.
    state String
    The state of the attachment.
    tags List<Property Map>
    Tags for the attachment.
    updatedAt String
    Last update time of the attachment.

    Supporting Types

    SiteToSiteVpnAttachmentProposedSegmentChange

    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.SiteToSiteVpnAttachmentTag>
    The 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 []SiteToSiteVpnAttachmentTag
    The 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<SiteToSiteVpnAttachmentTag>
    The 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 SiteToSiteVpnAttachmentTag[]
    The 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[SiteToSiteVpnAttachmentTag]
    The 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 key-value tags that changed for the segment.

    SiteToSiteVpnAttachmentTag

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

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi