CreateTemplateAliasRequest

public struct CreateTemplateAliasRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name that you want to give to the template alias that you’re creating. Don’t start the alias name with the $ character. Alias names that start with $ are reserved by QuickSight.

    Declaration

    Swift

    public let aliasName: String
  • The ID of the AWS account that contains the template that you creating an alias for.

    Declaration

    Swift

    public let awsAccountId: String
  • An ID for the template.

    Declaration

    Swift

    public let templateId: String
  • The version number of the template.

    Declaration

    Swift

    public let templateVersionNumber: Int64
  • Undocumented

    Declaration

    Swift

    public init(aliasName: String, awsAccountId: String, templateId: String, templateVersionNumber: Int64)
  • Declaration

    Swift

    public func validate(name: String) throws