Interface FromRoleNameOptions

All Superinterfaces:
FromRoleArnOptions, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
FromRoleNameOptions.Jsii$Proxy

@Generated(value="jsii-pacmak/1.91.0 (build 1b1f239)", date="2023-11-16T22:34:06.087Z") @Stability(Stable) public interface FromRoleNameOptions extends software.amazon.jsii.JsiiSerializable, FromRoleArnOptions
Options allowing customizing the behavior of Role.fromRoleName.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iam.*;
 FromRoleNameOptions fromRoleNameOptions = FromRoleNameOptions.builder()
         .addGrantsToResources(false)
         .defaultPolicyName("defaultPolicyName")
         .mutable(false)
         .build();