@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-12T01:29:24.618Z") @Stability(value=Stable) public class GeneralRole extends software.amazon.awscdk.core.Construct
Explores how the S3 Object Lambda works.
| Modifier and Type | Class and Description |
|---|---|
static class |
GeneralRole.Builder
A fluent builder for
GeneralRole. |
| Modifier | Constructor and Description |
|---|---|
|
GeneralRole(software.amazon.awscdk.core.Construct scope,
String id,
GeneralRoleProps props) |
protected |
GeneralRole(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GeneralRole(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 GeneralRole(software.amazon.jsii.JsiiObjectRef objRef)
protected GeneralRole(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public GeneralRole(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@NotNull
GeneralRoleProps props)
scope - This parameter is required.id - This parameter is required.props - 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.