aws-cdk-lib.aws_iotsitewise.CfnAccessPolicy.IamUserProperty

interface IamUserProperty

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

Contains information about an AWS Identity and Access Management user.

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 iamUserProperty: iotsitewise.CfnAccessPolicy.IamUserProperty = {
  arn: 'arn',
};

Properties

NameTypeDescription
arn?stringThe ARN of the IAM user. For more information, see IAM ARNs in the IAM User Guide .

arn?

Type: string (optional)

The ARN of the IAM user. For more information, see IAM ARNs in the IAM User Guide .

If you delete the IAM user, access policies that contain this identity include an empty arn . You can delete the access policy for the IAM user that no longer exists.