This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::IoTManagedIntegrations::ProvisioningProfile
Create a provisioning profile for a device to execute the provisioning flows using a provisioning template. The provisioning template is a document that defines the set of resources and policies applied to a device during the provisioning process.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTManagedIntegrations::ProvisioningProfile", "Properties" : { "CaCertificate" :String, "Name" :String, "ProvisioningType" :String, "Tags" :{} }Key:Value, ...}
YAML
Type: AWS::IoTManagedIntegrations::ProvisioningProfile Properties: CaCertificate:StringName:StringProvisioningType:StringTags:Key:Value
Properties
CaCertificate-
The id of the certificate authority (CA) certificate.
Required: No
Type: String
Pattern:
^-----BEGIN CERTIFICATE-----.*(.|\ )*-----END CERTIFICATE-----\n?$Update requires: Replacement
Name-
The name of the provisioning template.
Required: No
Type: String
Pattern:
^[0-9A-Za-z_-]+$Minimum:
1Maximum:
36Update requires: Replacement
ProvisioningType-
The type of provisioning workflow the device uses for onboarding to IoT managed integrations.
Required: Yes
Type: String
Allowed values:
FLEET_PROVISIONING | JITRUpdate requires: Replacement
-
A set of key/value pairs that are used to manage the provisioning profile.
Required: No
Type: Object of String
Pattern:
.+Minimum:
0Maximum:
256Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the provisioning profile template name
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
Arn-
The Amazon Resource Name (ARN) of the provisioning template used in the provisioning profile.
ClaimCertificate-
The id of the claim certificate.
Id-
The provisioning profile id.
Identifier-
The provisioning template the device uses for the provisioning process.