Class: Aws::ECS::Types::ServiceConnectTlsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceConnectTlsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
The key that encrypts and decrypts your resources 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.
9906 9907 9908 9909 9910 9911 9912 |
# File 'lib/aws-sdk-ecs/types.rb', line 9906 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.
9906 9907 9908 9909 9910 9911 9912 |
# File 'lib/aws-sdk-ecs/types.rb', line 9906 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.
9906 9907 9908 9909 9910 9911 9912 |
# File 'lib/aws-sdk-ecs/types.rb', line 9906 class ServiceConnectTlsConfiguration < Struct.new( :issuer_certificate_authority, :kms_key, :role_arn) SENSITIVE = [] include Aws::Structure end |