Class: Aws::AppSync::Types::DomainNameConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DomainNameConfig
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Describes a configuration for a custom domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#appsync_domain_name ⇒ String
The domain name that AppSync provides.
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
-
#description ⇒ String
A description of the
DomainName
configuration. -
#domain_name ⇒ String
The domain name.
-
#hosted_zone_id ⇒ String
The ID of your Amazon RouteĀ 53 hosted zone.
Instance Attribute Details
#appsync_domain_name ⇒ String
The domain name that AppSync provides.
1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1431 class DomainNameConfig < Struct.new( :domain_name, :description, :certificate_arn, :appsync_domain_name, :hosted_zone_id) SENSITIVE = [] include Aws::Structure end |
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate. This can be an Certificate Manager (ACM) certificate or an Identity and Access Management (IAM) server certificate.
1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1431 class DomainNameConfig < Struct.new( :domain_name, :description, :certificate_arn, :appsync_domain_name, :hosted_zone_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the DomainName
configuration.
1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1431 class DomainNameConfig < Struct.new( :domain_name, :description, :certificate_arn, :appsync_domain_name, :hosted_zone_id) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name.
1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1431 class DomainNameConfig < Struct.new( :domain_name, :description, :certificate_arn, :appsync_domain_name, :hosted_zone_id) SENSITIVE = [] include Aws::Structure end |
#hosted_zone_id ⇒ String
The ID of your Amazon RouteĀ 53 hosted zone.
1431 1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1431 class DomainNameConfig < Struct.new( :domain_name, :description, :certificate_arn, :appsync_domain_name, :hosted_zone_id) SENSITIVE = [] include Aws::Structure end |