interface PolicyPrincipalAttachmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.PolicyPrincipalAttachmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#PolicyPrincipalAttachmentReference |
![]() | software.amazon.awscdk.services.iot.PolicyPrincipalAttachmentReference |
![]() | aws_cdk.aws_iot.PolicyPrincipalAttachmentReference |
![]() | aws-cdk-lib » aws_iot » PolicyPrincipalAttachmentReference |
A reference to a PolicyPrincipalAttachment resource.
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 policyPrincipalAttachmentReference: iot.PolicyPrincipalAttachmentReference = {
policyPrincipalAttachmentId: 'policyPrincipalAttachmentId',
};
Properties
Name | Type | Description |
---|---|---|
policy | string | The Id of the PolicyPrincipalAttachment resource. |
policyPrincipalAttachmentId
Type:
string
The Id of the PolicyPrincipalAttachment resource.