CreateNamespaceRequest

public struct CreateNamespaceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID for the AWS account that you want to create the QuickSight namespace in.

    Declaration

    Swift

    public let awsAccountId: String
  • Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

    Declaration

    Swift

    public let identityStore: IdentityStore
  • The name that you want to use to describe the new namespace.

    Declaration

    Swift

    public let namespace: String
  • The tags that you want to associate with the namespace that you’re creating.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, identityStore: IdentityStore, namespace: String, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws