interface IRoleRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.IAM.IRoleRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiam#IRoleRef | 
  Java | software.amazon.awscdk.services.iam.IRoleRef | 
  Python | aws_cdk.aws_iam.IRoleRef | 
  TypeScript  | aws-cdk-lib » aws_iam » IRoleRef | 
Implemented by
Cfn, Lazy, Role
Indicates that this resource can be referenced as a Role.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| role | Role | A reference to a Role resource. | 
node
Type:
Node
The tree node.
roleRef
Type:
Role
A reference to a Role resource.

 .NET
 Go
 Java
 Python
 TypeScript