Class: Aws::ECS::Types::ServiceConnectTlsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceConnectTlsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
An object that represents the configuration for Service Connect TLS.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#issuer_certificate_authority ⇒ Types::ServiceConnectTlsCertificateAuthority
The signer certificate authority.
-
#kms_key ⇒ String
The Amazon Web Services Key Management Service key.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that’s associated with the Service Connect TLS.
Instance Attribute Details
#issuer_certificate_authority ⇒ Types::ServiceConnectTlsCertificateAuthority
The signer certificate authority.
9444 9445 9446 9447 9448 9449 9450 |
# File 'lib/aws-sdk-ecs/types.rb', line 9444 class ServiceConnectTlsConfiguration < Struct.new( :issuer_certificate_authority, :kms_key, :role_arn) SENSITIVE = [] include Aws::Structure end |
#kms_key ⇒ String
The Amazon Web Services Key Management Service key.
9444 9445 9446 9447 9448 9449 9450 |
# File 'lib/aws-sdk-ecs/types.rb', line 9444 class ServiceConnectTlsConfiguration < Struct.new( :issuer_certificate_authority, :kms_key, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that’s associated with the Service Connect TLS.
9444 9445 9446 9447 9448 9449 9450 |
# File 'lib/aws-sdk-ecs/types.rb', line 9444 class ServiceConnectTlsConfiguration < Struct.new( :issuer_certificate_authority, :kms_key, :role_arn) SENSITIVE = [] include Aws::Structure end |