AWS::IoT::CACertificate RegistrationConfig
The registration configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "RoleArn" :
String
, "TemplateBody" :String
, "TemplateName" :String
}
YAML
RoleArn:
String
TemplateBody:String
TemplateName:String
Properties
RoleArn
-
The ARN of the role.
Required: No
Type: String
Pattern:
arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+
Minimum:
20
Maximum:
2048
Update requires: No interruption
TemplateBody
-
The template body.
Required: No
Type: String
Pattern:
[\s\S]*
Minimum:
0
Maximum:
10240
Update requires: No interruption
TemplateName
-
The name of the provisioning template.
Required: No
Type: String
Pattern:
^[0-9A-Za-z_-]+$
Minimum:
1
Maximum:
36
Update requires: No interruption