You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::CustomDomainConfigType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CustomDomainConfigType as input to an Aws::Client method, you can use a vanilla Hash:

{
  certificate_arn: "ArnType", # required
}

The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) of an AWS Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of an AWS Certificate Manager SSL certificate.