aws-cdk-lib.aws_iotsitewise.CfnAccessPolicy.UserProperty

interface UserProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTSiteWise.CfnAccessPolicy.UserProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnAccessPolicy_UserProperty
Javasoftware.amazon.awscdk.services.iotsitewise.CfnAccessPolicy.UserProperty
Pythonaws_cdk.aws_iotsitewise.CfnAccessPolicy.UserProperty
TypeScript aws-cdk-lib » aws_iotsitewise » CfnAccessPolicy » UserProperty

The User property type specifies the AWS IoT SiteWise Monitor user for an AWS::IoTSiteWise::AccessPolicy .

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 userProperty: iotsitewise.CfnAccessPolicy.UserProperty = {
  id: 'id',
};

Properties

NameTypeDescription
id?stringThe ID of the user.

id?

Type: string (optional)

The ID of the user.