interface UserProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise.CfnAccessPolicyPropsMixin.UserProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotsitewise#CfnAccessPolicyPropsMixin_UserProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnAccessPolicyPropsMixin.UserProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotsitewise.CfnAccessPolicyPropsMixin.UserProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotsitewise » CfnAccessPolicyPropsMixin » UserProperty |
Contains information for a user identity in an access policy.
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/cfn-property-mixins';
const userProperty: iotsitewise.CfnAccessPolicyPropsMixin.UserProperty = {
id: 'id',
};
Properties
| Name | Type | Description |
|---|---|---|
| id? | string | The IAM Identity Center ID of the user. |
id?
Type:
string
(optional)
The IAM Identity Center ID of the user.

.NET
Go
Java
Python
TypeScript