AWS::IoT::DomainConfiguration ServerCertificateConfig - AWS CloudFormation

AWS::IoT::DomainConfiguration ServerCertificateConfig

The server certificate configuration.

For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "EnableOCSPCheck" : Boolean, "OcspAuthorizedResponderArn" : String, "OcspLambdaArn" : String }

Properties

EnableOCSPCheck

A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not. For more information, see Configurable endpoints from the AWS IoT Core Developer Guide.

Required: No

Type: Boolean

Update requires: No interruption

OcspAuthorizedResponderArn

Property description not available.

Required: No

Type: String

Pattern: ^arn:aws(-cn|-us-gov|-iso-b|-iso)?:acm:[a-z]{2}-(gov-|iso-|isob-)?[a-z]{4,9}-\d{1}:\d{12}:certificate/[a-zA-Z0-9/-]+$

Minimum: 1

Maximum: 2048

Update requires: No interruption

OcspLambdaArn

Property description not available.

Required: No

Type: String

Minimum: 1

Maximum: 170

Update requires: No interruption