Class: Aws::ACM::Types::AcmeEndpoint

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

Overview

Contains detailed information about an ACME endpoint.

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)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462

class AcmeEndpoint < Struct.new(
  :acme_endpoint_arn,
  :endpoint_url,
  :status,
  :failure_reason,
  :authorization_behavior,
  :contact,
  :certificate_authority,
  :certificate_tags,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#authorization_behaviorString

The authorization behavior of the ACME endpoint.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462

class AcmeEndpoint < Struct.new(
  :acme_endpoint_arn,
  :endpoint_url,
  :status,
  :failure_reason,
  :authorization_behavior,
  :contact,
  :certificate_authority,
  :certificate_tags,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_authorityTypes::CertificateAuthority

The certificate authority configuration for the ACME endpoint.



462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462

class AcmeEndpoint < Struct.new(
  :acme_endpoint_arn,
  :endpoint_url,
  :status,
  :failure_reason,
  :authorization_behavior,
  :contact,
  :certificate_authority,
  :certificate_tags,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_tagsArray<Types::Tag>

Tags applied to certificates issued through this ACME endpoint.

Returns:



462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462

class AcmeEndpoint < Struct.new(
  :acme_endpoint_arn,
  :endpoint_url,
  :status,
  :failure_reason,
  :authorization_behavior,
  :contact,
  :certificate_authority,
  :certificate_tags,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#contactString

Whether ACME clients must provide contact information during account registration.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462

class AcmeEndpoint < Struct.new(
  :acme_endpoint_arn,
  :endpoint_url,
  :status,
  :failure_reason,
  :authorization_behavior,
  :contact,
  :certificate_authority,
  :certificate_tags,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the ACME endpoint was created.

Returns:

  • (Time)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462

class AcmeEndpoint < Struct.new(
  :acme_endpoint_arn,
  :endpoint_url,
  :status,
  :failure_reason,
  :authorization_behavior,
  :contact,
  :certificate_authority,
  :certificate_tags,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_urlString

The URL of the ACME endpoint.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462

class AcmeEndpoint < Struct.new(
  :acme_endpoint_arn,
  :endpoint_url,
  :status,
  :failure_reason,
  :authorization_behavior,
  :contact,
  :certificate_authority,
  :certificate_tags,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The reason the ACME endpoint failed, if applicable.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462

class AcmeEndpoint < Struct.new(
  :acme_endpoint_arn,
  :endpoint_url,
  :status,
  :failure_reason,
  :authorization_behavior,
  :contact,
  :certificate_authority,
  :certificate_tags,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ACME endpoint.

Returns:

  • (String)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462

class AcmeEndpoint < Struct.new(
  :acme_endpoint_arn,
  :endpoint_url,
  :status,
  :failure_reason,
  :authorization_behavior,
  :contact,
  :certificate_authority,
  :certificate_tags,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the ACME endpoint was last updated.

Returns:

  • (Time)


462
463
464
465
466
467
468
469
470
471
472
473
474
475
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 462

class AcmeEndpoint < Struct.new(
  :acme_endpoint_arn,
  :endpoint_url,
  :status,
  :failure_reason,
  :authorization_behavior,
  :contact,
  :certificate_authority,
  :certificate_tags,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end