UpdateUserPoolDomainRequest
public struct UpdateUserPoolDomainRequest : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.
Declaration
Swift
public let customDomainConfig: CustomDomainConfigType - 
                  
                  
The domain name for the custom domain that hosts the sign-up and sign-in pages for your application. For example: auth.example.com. This string can include only lowercase letters, numbers, and hyphens. Do not use a hyphen for the first or last character. Use periods to separate subdomain names.
Declaration
Swift
public let domain: String - 
                  
                  
The ID of the user pool that is associated with the custom domain that you are updating the certificate for.
Declaration
Swift
public let userPoolId: String - 
                  
                  
Undocumented
Declaration
Swift
public init(customDomainConfig: CustomDomainConfigType, domain: String, userPoolId: String) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        UpdateUserPoolDomainRequest Structure Reference