CreateConnectionOutput

public struct CreateConnectionOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services. The ARN is never reused if the connection is deleted.

    Declaration

    Swift

    public let connectionArn: String
  • Specifies the tags applied to the resource.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(connectionArn: String, tags: [Tag]? = nil)