Class: Aws::IoT::Types::ServerCertificateConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::ServerCertificateConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The server certificate configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enable_ocsp_check  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not.
 
Instance Attribute Details
#enable_ocsp_check ⇒ Boolean
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not.
For more information, see [Configuring OCSP server-certificate stapling in domain configuration] from Amazon Web Services IoT Core Developer Guide.
[1]: docs.aws.amazon.com/iot/latest/developerguide/iot-custom-domain-ocsp-config.html
      13691 13692 13693 13694 13695  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13691 class ServerCertificateConfig < Struct.new( :enable_ocsp_check) SENSITIVE = [] include Aws::Structure end  |