Class: Aws::AppRunner::Types::CertificateValidationRecord

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

Overview

Describes a certificate CNAME record to add to your DNS. For more information, see AssociateCustomDomain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The certificate CNAME record name.

Returns:

  • (String)


302
303
304
305
306
307
308
309
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 302

class CertificateValidationRecord < Struct.new(
  :name,
  :type,
  :value,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current state of the certificate CNAME record validation. It should change to SUCCESS after App Runner completes validation with your DNS.

Returns:

  • (String)


302
303
304
305
306
307
308
309
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 302

class CertificateValidationRecord < Struct.new(
  :name,
  :type,
  :value,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The record type, always CNAME.

Returns:

  • (String)


302
303
304
305
306
307
308
309
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 302

class CertificateValidationRecord < Struct.new(
  :name,
  :type,
  :value,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The certificate CNAME record value.

Returns:

  • (String)


302
303
304
305
306
307
308
309
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 302

class CertificateValidationRecord < Struct.new(
  :name,
  :type,
  :value,
  :status)
  SENSITIVE = []
  include Aws::Structure
end