Class: Aws::ECS::Types::ServiceConnectTlsConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#issuer_certificate_authorityTypes::ServiceConnectTlsCertificateAuthority

The signer certificate authority.



9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-ecs/types.rb', line 9500

class ServiceConnectTlsConfiguration < Struct.new(
  :issuer_certificate_authority,
  :kms_key,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_keyString

The Amazon Web Services Key Management Service key.

Returns:

  • (String)


9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-ecs/types.rb', line 9500

class ServiceConnectTlsConfiguration < Struct.new(
  :issuer_certificate_authority,
  :kms_key,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role that’s associated with the Service Connect TLS.

Returns:

  • (String)


9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-ecs/types.rb', line 9500

class ServiceConnectTlsConfiguration < Struct.new(
  :issuer_certificate_authority,
  :kms_key,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end