@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-13T00:44:52.314Z") @Stability(value=Stable) public interface AdminRoleProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AdminRoleProps.Builder
A builder for
AdminRoleProps |
static class |
AdminRoleProps.Jsii$Proxy
An implementation for
AdminRoleProps |
| Modifier and Type | Method and Description |
|---|---|
static AdminRoleProps.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: 'RedactionAdminRole'
@Stability(value=Stable) @Nullable default String getObjectLambdaAccessPointName()
Default: 'admin-s3olap-call-transcripts-known-pii'
@Stability(value=Stable) @Nullable default String getPolicyName()
Default: 'admin-role-s3olap-policy'
@Stability(value=Stable) static AdminRoleProps.Builder builder()
AdminRoleProps.Builder of AdminRolePropsCopyright © 2021. All rights reserved.