FromRoleArnOptions¶
-
class
aws_cdk.aws_iam.
FromRoleArnOptions
(*, mutable=None)¶ Bases:
object
Options allowing customizing the behavior of {@link Role.fromRoleArn}.
- Parameters
mutable (
Optional
[bool
]) – (experimental) Whether the imported role can be modified by attaching policy resources to it. Default: true
Attributes
-
mutable
¶ (experimental) Whether the imported role can be modified by attaching policy resources to it.
- Default
true
- Stability
experimental
- Return type
Optional
[bool
]