Class: Aws::ACM::Types::CreateAcmeDomainValidationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acme_endpoint_arnString

The Amazon Resource Name (ARN) of the ACME endpoint.

Returns:

  • (String)


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_nameString

The domain name to validate.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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_optionsTypes::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

#tagsArray<Types::Tag>

One or more tags to associate with the domain validation.

Returns:



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