Class: Aws::IoT::Types::TlsConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TlsConfig
- 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
-
#security_policy ⇒ String
The security policy for a domain configuration.
Instance Attribute Details
#security_policy ⇒ String
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
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 |