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