This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringServerCertificateStatus:StringServerCertificateStatusDetail: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: 1Maximum: 2048Update requires: No interruption 
- ServerCertificateStatus
- 
                    The status of the server certificate. Required: No Type: String Allowed values: INVALID | VALIDUpdate requires: No interruption 
- ServerCertificateStatusDetail
- 
                    Details that explain the status of the server certificate. Required: No Type: String Update requires: No interruption