interface CfnThingPrincipalAttachmentProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.CfnThingPrincipalAttachmentProps |
Java | software.amazon.awscdk.services.iot.CfnThingPrincipalAttachmentProps |
Python | aws_cdk.aws_iot.CfnThingPrincipalAttachmentProps |
TypeScript | @aws-cdk/aws-iot » CfnThingPrincipalAttachmentProps |
Properties for defining a CfnThingPrincipalAttachment
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot from '@aws-cdk/aws-iot';
const cfnThingPrincipalAttachmentProps: iot.CfnThingPrincipalAttachmentProps = {
principal: 'principal',
thingName: 'thingName',
};
Properties
Name | Type | Description |
---|---|---|
principal | string | The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID. |
thing | string | The name of the AWS IoT thing. |
principal
Type:
string
The principal, which can be a certificate ARN (as returned from the CreateCertificate
operation) or an Amazon Cognito ID.
thingName
Type:
string
The name of the AWS IoT thing.