AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTSiteWise::AccessPolicy

CfnAccessPolicy

> 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

import { CfnAccessPolicy } from 'aws-cdk-lib/aws-iotsitewise';

Or use the module namespace:

import * as iotsitewise from 'aws-cdk-lib/aws-iotsitewise';
// iotsitewise.CfnAccessPolicy

Properties

Configuration passed to the constructor as CfnAccessPolicyProps.

accessPolicyIdentityRequired
IResolvable | AccessPolicyIdentityProperty

The identity for this access policy. Choose an IAM Identity Center user, an IAM Identity Center group, or an IAM user.

accessPolicyPermissionRequired
string

The permission level for this access policy. Note that a project `ADMINISTRATOR` is also known as a project owner.

accessPolicyResourceRequired
IResolvable | AccessPolicyResourceProperty

The AWS IoT SiteWise Monitor resource for this access policy. Choose either a portal or a project.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotsitewise
CFN TypeAWS::IoTSiteWise::AccessPolicy
Properties3

External Links