aws-cdk-lib.aws_iot.CfnCACertificate.RegistrationConfigProperty

interface RegistrationConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnCACertificate.RegistrationConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnCACertificate_RegistrationConfigProperty
Javasoftware.amazon.awscdk.services.iot.CfnCACertificate.RegistrationConfigProperty
Pythonaws_cdk.aws_iot.CfnCACertificate.RegistrationConfigProperty
TypeScript aws-cdk-lib » aws_iot » CfnCACertificate » RegistrationConfigProperty

The registration configuration.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const registrationConfigProperty: iot.CfnCACertificate.RegistrationConfigProperty = {
  roleArn: 'roleArn',
  templateBody: 'templateBody',
  templateName: 'templateName',
};

Properties

NameTypeDescription
roleArn?stringThe ARN of the role.
templateBody?stringThe template body.
templateName?stringThe name of the provisioning template.

roleArn?

Type: string (optional)

The ARN of the role.


templateBody?

Type: string (optional)

The template body.


templateName?

Type: string (optional)

The name of the provisioning template.