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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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

Instance Attribute Details

#issuer_certificate_authorityTypes::ServiceConnectTlsCertificateAuthority

The signer certificate authority.



9448
9449
9450
9451
9452
9453
9454
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9448

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)


9448
9449
9450
9451
9452
9453
9454
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9448

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)


9448
9449
9450
9451
9452
9453
9454
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9448

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