Class: Aws::ACM::Types::CreateAcmeExternalAccountBindingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::CreateAcmeExternalAccountBindingRequest
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
-
#expiration ⇒ Types::Expiration
The expiration configuration for the external account binding.
-
#idempotency_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role to associate with the external account binding.
-
#tags ⇒ Array<Types::Tag>
One or more tags to associate with the external account binding.
Instance Attribute Details
#acme_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the ACME endpoint.
1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1435 class CreateAcmeExternalAccountBindingRequest < Struct.new( :idempotency_token, :acme_endpoint_arn, :role_arn, :expiration, :tags) SENSITIVE = [] include Aws::Structure end |
#expiration ⇒ Types::Expiration
The expiration configuration for the external account binding.
1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1435 class CreateAcmeExternalAccountBindingRequest < Struct.new( :idempotency_token, :acme_endpoint_arn, :role_arn, :expiration, :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.
1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1435 class CreateAcmeExternalAccountBindingRequest < Struct.new( :idempotency_token, :acme_endpoint_arn, :role_arn, :expiration, :tags) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role to associate with the external account binding.
1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1435 class CreateAcmeExternalAccountBindingRequest < Struct.new( :idempotency_token, :acme_endpoint_arn, :role_arn, :expiration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
One or more tags to associate with the external account binding.
1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1435 class CreateAcmeExternalAccountBindingRequest < Struct.new( :idempotency_token, :acme_endpoint_arn, :role_arn, :expiration, :tags) SENSITIVE = [] include Aws::Structure end |