interface ServiceLinkedRoleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IAM.ServiceLinkedRoleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiam#ServiceLinkedRoleReference |
![]() | software.amazon.awscdk.services.iam.ServiceLinkedRoleReference |
![]() | aws_cdk.aws_iam.ServiceLinkedRoleReference |
![]() | aws-cdk-lib » aws_iam » ServiceLinkedRoleReference |
A reference to a ServiceLinkedRole 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 serviceLinkedRoleReference: iam.ServiceLinkedRoleReference = {
roleName: 'roleName',
};
Properties
Name | Type | Description |
---|---|---|
role | string | The RoleName of the ServiceLinkedRole resource. |
roleName
Type:
string
The RoleName of the ServiceLinkedRole resource.