AWS::IoT::DomainConfiguration ServerCertificateSummary
An object that contains information about a server certificate.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ServerCertificateArn" :
String
, "ServerCertificateStatus" :String
, "ServerCertificateStatusDetail" :String
}
YAML
ServerCertificateArn:
String
ServerCertificateStatus:String
ServerCertificateStatusDetail:String
Properties
ServerCertificateArn
-
The ARN of the server certificate.
Required: No
Type: String
Update requires: No interruption
ServerCertificateStatus
-
The status of the server certificate.
Required: No
Type: String
Update requires: No interruption
ServerCertificateStatusDetail
-
Details that explain the status of the server certificate.
Required: No
Type: String
Update requires: No interruption