| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FromRoleNameOptions
Options allowing customizing the behavior of
Role.fromRoleName. |
| Modifier and Type | Class and Description |
|---|---|
static class |
FromRoleArnOptions.Jsii$Proxy
An implementation for
FromRoleArnOptions |
static class |
FromRoleNameOptions.Jsii$Proxy
An implementation for
FromRoleNameOptions |
| Modifier and Type | Method and Description |
|---|---|
FromRoleArnOptions |
FromRoleArnOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static IRole |
Role.fromRoleArn(software.constructs.Construct scope,
String id,
String roleArn,
FromRoleArnOptions options)
Import an external role by ARN.
|
Copyright © 2022. All rights reserved.