Class: Aws::AppMesh::Types::ClientPolicyTls

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

A reference to an object that represents a Transport Layer Security (TLS) client policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificateTypes::ClientTlsCertificate

A reference to an object that represents a client's TLS certificate.



194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 194

class ClientPolicyTls < Struct.new(
  :certificate,
  :enforce,
  :ports,
  :validation)
  SENSITIVE = []
  include Aws::Structure
end

#enforceBoolean

Whether the policy is enforced. The default is True, if a value isn't specified.

Returns:

  • (Boolean)


194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 194

class ClientPolicyTls < Struct.new(
  :certificate,
  :enforce,
  :ports,
  :validation)
  SENSITIVE = []
  include Aws::Structure
end

#portsArray<Integer>

One or more ports that the policy is enforced for.

Returns:

  • (Array<Integer>)


194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 194

class ClientPolicyTls < Struct.new(
  :certificate,
  :enforce,
  :ports,
  :validation)
  SENSITIVE = []
  include Aws::Structure
end

#validationTypes::TlsValidationContext

A reference to an object that represents a TLS validation context.



194
195
196
197
198
199
200
201
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 194

class ClientPolicyTls < Struct.new(
  :certificate,
  :enforce,
  :ports,
  :validation)
  SENSITIVE = []
  include Aws::Structure
end