@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-12T01:29:24.619Z") @Stability(value=Stable) public interface GeneralRoleProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GeneralRoleProps.Builder
A builder for
GeneralRoleProps |
static class |
GeneralRoleProps.Jsii$Proxy
An implementation for
GeneralRoleProps |
| Modifier and Type | Method and Description |
|---|---|
static GeneralRoleProps.Builder |
builder() |
default String |
getIamRoleName()
The name of the IAM role.
|
default String |
getObjectLambdaAccessPointName()
The name of the object Lambda access point, which will be the same as the S3 acceess point for the S3 bucket in the demostration.
|
default String |
getPolicyName()
The name of the IAM policy for the IAM role.
|
@Stability(value=Stable) @Nullable default String getIamRoleName()
Default: 'GeneralRole'
@Stability(value=Stable) @Nullable default String getObjectLambdaAccessPointName()
Default: 'accessctl-s3olap-survey-results-unknown-pii'
@Stability(value=Stable) @Nullable default String getPolicyName()
Default: 'general-role-s3olap-policy'
@Stability(value=Stable) static GeneralRoleProps.Builder builder()
GeneralRoleProps.Builder of GeneralRolePropsCopyright © 2021. All rights reserved.