Class: Aws::ACM::Types::CreateAcmeDomainValidationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::CreateAcmeDomainValidationRequest
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
-
#domain_name ⇒ String
The domain name to validate.
-
#idempotency_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#prevalidation_options ⇒ Types::PrevalidationOptions
The prevalidation options for the domain.
-
#tags ⇒ Array<Types::Tag>
One or more tags to associate with the domain validation.
Instance Attribute Details
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1331 class CreateAcmeDomainValidationRequest < Struct.new( :idempotency_token, :acme_endpoint_arn, :domain_name, :prevalidation_options, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name to validate.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1331 class CreateAcmeDomainValidationRequest < Struct.new( :idempotency_token, :acme_endpoint_arn, :domain_name, :prevalidation_options, :tags) SENSITIVE = [] include Aws::Structure end |
#idempotency_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1331 class CreateAcmeDomainValidationRequest < Struct.new( :idempotency_token, :acme_endpoint_arn, :domain_name, :prevalidation_options, :tags) SENSITIVE = [] include Aws::Structure end |
#prevalidation_options ⇒ Types::PrevalidationOptions
The prevalidation options for the domain.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1331 class CreateAcmeDomainValidationRequest < Struct.new( :idempotency_token, :acme_endpoint_arn, :domain_name, :prevalidation_options, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
One or more tags to associate with the domain validation.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1331 class CreateAcmeDomainValidationRequest < Struct.new( :idempotency_token, :acme_endpoint_arn, :domain_name, :prevalidation_options, :tags) SENSITIVE = [] include Aws::Structure end |