CreateUserPoolDomainRequest
public struct CreateUserPoolDomainRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application. Provide this parameter only if you want to use a custom domain for your user pool. Otherwise, you can exclude this parameter and use the Amazon Cognito hosted domain instead. For more information about the hosted domain and custom domains, see Configuring a User Pool Domain.
Declaration
Swift
public let customDomainConfig: CustomDomainConfigType?
-
The domain string.
Declaration
Swift
public let domain: String
-
The user pool ID.
Declaration
Swift
public let userPoolId: String
-
Undocumented
Declaration
Swift
public init(customDomainConfig: CustomDomainConfigType? = nil, domain: String, userPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws