AWS::IoTSiteWise::AccessPolicy> The AWS IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025 . If you would like to use the AWS IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see [AWS IoT SiteWise Monitor availability change](https://docs.aws.amazon.com/iot-sitewise/latest/appguide/iotsitewise-monitor-availability-change.html) . Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified AWS IoT SiteWise Monitor portal or project resource. > Support for access policies that use an SSO Group as the identity is not supported at this time.
import { CfnAccessPolicy } from 'aws-cdk-lib/aws-iotsitewise';Or use the module namespace:
import * as iotsitewise from 'aws-cdk-lib/aws-iotsitewise';
// iotsitewise.CfnAccessPolicyConfiguration passed to the constructor as CfnAccessPolicyProps.
accessPolicyIdentityRequiredIResolvable | AccessPolicyIdentityPropertyThe identity for this access policy. Choose an IAM Identity Center user, an IAM Identity Center group, or an IAM user.
accessPolicyPermissionRequiredstringThe permission level for this access policy. Note that a project `ADMINISTRATOR` is also known as a project owner.
accessPolicyResourceRequiredIResolvable | AccessPolicyResourcePropertyThe AWS IoT SiteWise Monitor resource for this access policy. Choose either a portal or a project.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotsitewiseAWS::IoTSiteWise::AccessPolicy