Class: Aws::CloudFront::Types::ManagedCertificateDetails

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

Overview

Contains details about the CloudFront managed ACM certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The ARN of the CloudFront managed ACM certificate.

Returns:

  • (String)


9839
9840
9841
9842
9843
9844
9845
9846
# File 'lib/aws-sdk-cloudfront/types.rb', line 9839

class ManagedCertificateDetails < Struct.new(
  :certificate_arn,
  :certificate_status,
  :validation_token_host,
  :validation_token_details)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_statusString

The status of the CloudFront managed ACM certificate.

<note markdown=“1”> Your distribution tenant will be updated with the latest certificate status. When calling the [UpdateDistributionTenant] operation, use the latest value for the ‘ETag`.

</note>

[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistributionTenant.html

Returns:

  • (String)


9839
9840
9841
9842
9843
9844
9845
9846
# File 'lib/aws-sdk-cloudfront/types.rb', line 9839

class ManagedCertificateDetails < Struct.new(
  :certificate_arn,
  :certificate_status,
  :validation_token_host,
  :validation_token_details)
  SENSITIVE = []
  include Aws::Structure
end

#validation_token_detailsArray<Types::ValidationTokenDetail>

Contains details about the validation token of the specified CloudFront managed ACM certificate.

Returns:



9839
9840
9841
9842
9843
9844
9845
9846
# File 'lib/aws-sdk-cloudfront/types.rb', line 9839

class ManagedCertificateDetails < Struct.new(
  :certificate_arn,
  :certificate_status,
  :validation_token_host,
  :validation_token_details)
  SENSITIVE = []
  include Aws::Structure
end

#validation_token_hostString

Contains details about the validation token host of the specified CloudFront managed ACM certificate.

  • For ‘cloudfront`, CloudFront will automatically serve the validation token. Choose this mode if you can point the domain’s DNS to CloudFront immediately.

  • For ‘self-hosted`, you serve the validation token from your existing infrastructure. Choose this mode when you need to maintain current traffic flow while your certificate is being issued. You can place the validation token at the well-known path on your existing web server, wait for ACM to validate and issue the certificate, and then update your DNS to point to CloudFront.

<note markdown=“1”> This setting only affects the initial certificate request. Once the DNS points to CloudFront, all future certificate renewals are automatically handled through CloudFront.

</note>

Returns:

  • (String)


9839
9840
9841
9842
9843
9844
9845
9846
# File 'lib/aws-sdk-cloudfront/types.rb', line 9839

class ManagedCertificateDetails < Struct.new(
  :certificate_arn,
  :certificate_status,
  :validation_token_host,
  :validation_token_details)
  SENSITIVE = []
  include Aws::Structure
end