@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.756Z") @Stability(value=Stable) public interface FromRoleNameOptions extends software.amazon.jsii.JsiiSerializable, FromRoleArnOptions
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FromRoleNameOptions.Builder
A builder for
FromRoleNameOptions |
static class |
FromRoleNameOptions.Jsii$Proxy
An implementation for
FromRoleNameOptions |
| Modifier and Type | Method and Description |
|---|---|
static FromRoleNameOptions.Builder |
builder() |
getAddGrantsToResources, getDefaultPolicyName, getMutable@Stability(value=Stable) static FromRoleNameOptions.Builder builder()
builder in interface FromRoleArnOptionsFromRoleNameOptions.Builder of FromRoleNameOptionsCopyright © 2022. All rights reserved.