CreateAliasRequest

public struct CreateAliasRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The requested alias. The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

    Declaration

    Swift

    public let alias: String
  • The identifier of the directory for which to create the alias.

    Declaration

    Swift

    public let directoryId: String
  • Undocumented

    Declaration

    Swift

    public init(alias: String, directoryId: String)
  • Declaration

    Swift

    public func validate(name: String) throws