Class: Aws::AppSync::Types::CreateDomainNameRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

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.

Returns:

  • (String)


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

#descriptionString

A description of the ‘DomainName`.

Returns:

  • (String)


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_nameString

The domain name.

Returns:

  • (String)


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

#tagsHash<String,String>

A map with keys of ‘TagKey` objects and values of `TagValue` objects.

Returns:

  • (Hash<String,String>)


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