Class: Aws::ACM::Types::CreateAcmeEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::CreateAcmeEndpointRequest
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_behavior ⇒ String
The authorization behavior for the ACME endpoint.
-
#certificate_authority ⇒ Types::CertificateAuthority
The type of certificate authority to use for issuing certificates through this ACME endpoint.
-
#certificate_tags ⇒ Array<Types::Tag>
Tags to apply to certificates issued through this ACME endpoint.
-
#contact ⇒ String
Specifies whether ACME clients must provide contact information during account registration.
-
#idempotency_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#tags ⇒ Array<Types::Tag>
One or more tags to associate with the ACME endpoint.
Instance Attribute Details
#authorization_behavior ⇒ String
The authorization behavior for the ACME endpoint.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1385 class CreateAcmeEndpointRequest < Struct.new( :idempotency_token, :authorization_behavior, :contact, :certificate_authority, :tags, :certificate_tags) SENSITIVE = [] include Aws::Structure end |
#certificate_authority ⇒ Types::CertificateAuthority
The type of certificate authority to use for issuing certificates through this ACME endpoint.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1385 class CreateAcmeEndpointRequest < Struct.new( :idempotency_token, :authorization_behavior, :contact, :certificate_authority, :tags, :certificate_tags) SENSITIVE = [] include Aws::Structure end |
#certificate_tags ⇒ Array<Types::Tag>
Tags to apply to certificates issued through this ACME endpoint.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1385 class CreateAcmeEndpointRequest < Struct.new( :idempotency_token, :authorization_behavior, :contact, :certificate_authority, :tags, :certificate_tags) SENSITIVE = [] include Aws::Structure end |
#contact ⇒ String
Specifies whether ACME clients must provide contact information during account registration.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1385 class CreateAcmeEndpointRequest < Struct.new( :idempotency_token, :authorization_behavior, :contact, :certificate_authority, :tags, :certificate_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.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1385 class CreateAcmeEndpointRequest < Struct.new( :idempotency_token, :authorization_behavior, :contact, :certificate_authority, :tags, :certificate_tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
One or more tags to associate with the ACME endpoint.
1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1385 class CreateAcmeEndpointRequest < Struct.new( :idempotency_token, :authorization_behavior, :contact, :certificate_authority, :tags, :certificate_tags) SENSITIVE = [] include Aws::Structure end |