AWS::IoT::CACertificate RegistrationConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IoT::CACertificate RegistrationConfig

The registration configuration.

Syntax

To declare this entity in your 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