ServiceLinkedRoleReference
- class aws_cdk.interfaces.aws_iam.ServiceLinkedRoleReference(*, role_name)
Bases:
objectA reference to a ServiceLinkedRole resource.
- Parameters:
role_name (
str) – The RoleName of the ServiceLinkedRole resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_iam as interfaces_aws_iam service_linked_role_reference = interfaces_aws_iam.ServiceLinkedRoleReference( role_name="roleName" )
Attributes
- role_name
The RoleName of the ServiceLinkedRole resource.