interface AccessPolicyReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoTSiteWise.AccessPolicyReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#AccessPolicyReference |
Java | software.amazon.awscdk.services.iotsitewise.AccessPolicyReference |
Python | aws_cdk.aws_iotsitewise.AccessPolicyReference |
TypeScript | aws-cdk-lib » aws_iotsitewise » AccessPolicyReference |
A reference to a AccessPolicy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const accessPolicyReference: iotsitewise.AccessPolicyReference = {
accessPolicyArn: 'accessPolicyArn',
accessPolicyId: 'accessPolicyId',
};
Properties
| Name | Type | Description |
|---|---|---|
| access | string | The ARN of the AccessPolicy resource. |
| access | string | The AccessPolicyId of the AccessPolicy resource. |
accessPolicyArn
Type:
string
The ARN of the AccessPolicy resource.
accessPolicyId
Type:
string
The AccessPolicyId of the AccessPolicy resource.

.NET
Go
Java
Python
TypeScript