Class: Aws::APIGateway::Types::DomainName

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

<div class=“seeAlso”>

Use Client-Side Certificate][1

</div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
2110
# File 'lib/aws-sdk-apigateway/types.rb', line 2103

class DomainName < Struct.new(
  :domain_name,
  :certificate_name,
  :certificate_arn,
  :certificate_upload_date,
  :distribution_domain_name)
  include Aws::Structure
end

#certificate_nameString

The name of the certificate.

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
2110
# File 'lib/aws-sdk-apigateway/types.rb', line 2103

class DomainName < Struct.new(
  :domain_name,
  :certificate_name,
  :certificate_arn,
  :certificate_upload_date,
  :distribution_domain_name)
  include Aws::Structure
end

#certificate_upload_dateTime

The timestamp when the certificate was uploaded.

Returns:

  • (Time)


2103
2104
2105
2106
2107
2108
2109
2110
# File 'lib/aws-sdk-apigateway/types.rb', line 2103

class DomainName < Struct.new(
  :domain_name,
  :certificate_name,
  :certificate_arn,
  :certificate_upload_date,
  :distribution_domain_name)
  include Aws::Structure
end

#distribution_domain_nameString

The domain name of the Amazon CloudFront distribution. For more information, see the [Amazon CloudFront documentation].

[1]: aws.amazon.com/documentation/cloudfront/

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
2110
# File 'lib/aws-sdk-apigateway/types.rb', line 2103

class DomainName < Struct.new(
  :domain_name,
  :certificate_name,
  :certificate_arn,
  :certificate_upload_date,
  :distribution_domain_name)
  include Aws::Structure
end

#domain_nameString

The name of the DomainName resource.

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
2110
# File 'lib/aws-sdk-apigateway/types.rb', line 2103

class DomainName < Struct.new(
  :domain_name,
  :certificate_name,
  :certificate_arn,
  :certificate_upload_date,
  :distribution_domain_name)
  include Aws::Structure
end