Class: Aws::APIGateway::Types::DomainName
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DomainName
- 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
-
#certificate_arn ⇒ String
The reference to an AWS-managed certificate.
-
#certificate_name ⇒ String
The name of the certificate.
-
#certificate_upload_date ⇒ Time
The timestamp when the certificate was uploaded.
-
#distribution_domain_name ⇒ String
The domain name of the Amazon CloudFront distribution.
-
#domain_name ⇒ String
The name of the DomainName resource.
Instance Attribute Details
#certificate_arn ⇒ String
The reference to an AWS-managed certificate. AWS Certificate Manager is the only supported source.
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_name ⇒ String
The name of the certificate.
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_date ⇒ Time
The timestamp when the certificate was uploaded.
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_name ⇒ String
The domain name of the Amazon CloudFront distribution. For more information, see the [Amazon CloudFront documentation].
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_name ⇒ String
The name of the DomainName resource.
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 |