CreateTransitGatewayPeeringAttachmentRequest

public struct CreateTransitGatewayPeeringAttachmentRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • The AWS account ID of the owner of the peer transit gateway.

    Declaration

    Swift

    public let peerAccountId: String
  • The Region where the peer transit gateway is located.

    Declaration

    Swift

    public let peerRegion: String
  • The ID of the peer transit gateway with which to create the peering attachment.

    Declaration

    Swift

    public let peerTransitGatewayId: String
  • The tags to apply to the transit gateway peering attachment.

    Declaration

    Swift

    public let tagSpecifications: [TagSpecification]?
  • The ID of the transit gateway.

    Declaration

    Swift

    public let transitGatewayId: String
  • Undocumented

    Declaration

    Swift

    public init(dryRun: Bool? = nil, peerAccountId: String, peerRegion: String, peerTransitGatewayId: String, tagSpecifications: [TagSpecification]? = nil, transitGatewayId: String)