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
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
ServerCertificateStatus
-
The status of the server certificate.
Required: No
Type: String
Allowed values:
INVALID | VALID
Update requires: No interruption
ServerCertificateStatusDetail
-
Details that explain the status of the server certificate.
Required: No
Type: String
Update requires: No interruption