ServiceLinkedRoleReference
- class aws_cdk.aws_iam.ServiceLinkedRoleReference(*, role_name)
Bases:
object
A 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 import aws_iam as iam service_linked_role_reference = iam.ServiceLinkedRoleReference( role_name="roleName" )
Attributes
- role_name
The RoleName of the ServiceLinkedRole resource.