interface RoleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IAM.RoleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiam#RoleReference |
![]() | software.amazon.awscdk.services.iam.RoleReference |
![]() | aws_cdk.aws_iam.RoleReference |
![]() | aws-cdk-lib » aws_iam » RoleReference |
A reference to a Role resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iam as iam } from 'aws-cdk-lib';
const roleReference: iam.RoleReference = {
roleArn: 'roleArn',
roleName: 'roleName',
};
Properties
Name | Type | Description |
---|---|---|
role | string | The ARN of the Role resource. |
role | string | The RoleName of the Role resource. |
roleArn
Type:
string
The ARN of the Role resource.
roleName
Type:
string
The RoleName of the Role resource.