interface IamRoleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTSiteWise.Mixins.CfnAccessPolicyPropsMixin.IamRoleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotsitewise/mixins#CfnAccessPolicyPropsMixin_IamRoleProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotsitewise.mixins.CfnAccessPolicyPropsMixin.IamRoleProperty |
Python | aws_cdk.mixins_preview.aws_iotsitewise.mixins.CfnAccessPolicyPropsMixin.IamRoleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotsitewise » mixins » CfnAccessPolicyPropsMixin » 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 { mixins as iotsitewise_mixins } from '@aws-cdk/mixins-preview/aws-iotsitewise';
const iamRoleProperty: iotsitewise_mixins.CfnAccessPolicyPropsMixin.IamRoleProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The 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 .

.NET
Go
Java
Python
TypeScript