aws-cdk-lib.aws_iotsitewise.CfnAccessPolicy.IamRoleProperty

interface IamRoleProperty

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

Contains information about an AWS Identity and Access Management role.

For more information, see IAM roles in the IAM User Guide .

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

Properties

NameTypeDescription
arn?stringThe ARN of the IAM role.

arn?

Type: string (optional)

The ARN of the IAM role.

For more information, see IAM ARNs in the IAM User Guide .