Class: Aws::IoT::Types::TlsConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

An object that specifies the TLS configuration for a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_policyString

The security policy for a domain configuration. For more information, see [Security policies ][1] in the *Amazon Web Services IoT Core developer guide*.

[1]: docs.aws.amazon.com/iot/latest/developerguide/transport-security.html#tls-policy-table

Returns:

  • (String)


15865
15866
15867
15868
15869
# File 'lib/aws-sdk-iot/types.rb', line 15865

class TlsConfig < Struct.new(
  :security_policy)
  SENSITIVE = []
  include Aws::Structure
end