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
      15185 15186 15187 15188 15189  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15185 class TlsConfig < Struct.new( :security_policy) SENSITIVE = [] include Aws::Structure end  |