Class: Aws::AppSync::Types::CreateDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateDomainNameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
-
#description ⇒ String
A description of the ‘DomainName`.
-
#domain_name ⇒ String
The domain name.
-
#tags ⇒ Hash<String,String>
A map with keys of ‘TagKey` objects and values of `TagValue` objects.
Instance Attribute Details
#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.
1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-appsync/types.rb', line 1288 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_arn, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the ‘DomainName`.
1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-appsync/types.rb', line 1288 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_arn, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name.
1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-appsync/types.rb', line 1288 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_arn, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map with keys of ‘TagKey` objects and values of `TagValue` objects.
1288 1289 1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-appsync/types.rb', line 1288 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_arn, :description, :tags) SENSITIVE = [] include Aws::Structure end |