CreateConnectionAliasRequest
public struct CreateConnectionAliasRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A connection string in the form of a fully qualified domain name (FQDN), such as www.example.com. After you create a connection string, it is always associated to your AWS account. You cannot recreate the same connection string with a different account, even if you delete all instances of it from the original account. The connection string is globally reserved for your account.
Declaration
Swift
public let connectionString: String
-
The tags to associate with the connection alias.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(connectionString: String, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws