@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-13T00:44:52.314Z") @Stability(value=Stable) public class AdminRole extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminRole.Builder
A fluent builder for
AdminRole. |
| Modifier | Constructor and Description |
|---|---|
|
AdminRole(software.amazon.awscdk.core.Construct scope,
String id) |
|
AdminRole(software.amazon.awscdk.core.Construct scope,
String id,
AdminRoleProps props) |
protected |
AdminRole(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AdminRole(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRoleArn()
The ARN of the IAM role.
|
String |
getRoleId()
The unique string identifying the role.
|
String |
getRoleName()
The name of the IAM role.
|
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AdminRole(software.amazon.jsii.JsiiObjectRef objRef)
protected AdminRole(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public AdminRole(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@Nullable
AdminRoleProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable)
public AdminRole(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Stable) @NotNull public String getRoleArn()
@Stability(value=Stable) @NotNull public String getRoleId()
@Stability(value=Stable) @NotNull public String getRoleName()
Copyright © 2021. All rights reserved.