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.
      9400 9401 9402 9403 9404 9405 9406  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 9400 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.
      9400 9401 9402 9403 9404 9405 9406  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 9400 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.
      9400 9401 9402 9403 9404 9405 9406  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 9400 class ServiceConnectTlsConfiguration < Struct.new( :issuer_certificate_authority, :kms_key, :role_arn) SENSITIVE = [] include Aws::Structure end  |