ConnectionAliasPermission

public struct ConnectionAliasPermission : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether the specified AWS account is allowed to associate the connection alias with a directory.

    Declaration

    Swift

    public let allowAssociation: Bool
  • The identifier of the AWS account that the connection alias is shared with.

    Declaration

    Swift

    public let sharedAccountId: String
  • Undocumented

    Declaration

    Swift

    public init(allowAssociation: Bool, sharedAccountId: String)
  • Declaration

    Swift

    public func validate(name: String) throws