| Modifier and Type | Method and Description |
|---|---|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.accessControlLambdaConfig(AccessConrtolLambdaProps accessControlLambdaConfig)
The parameters needed for the `ComprehendPiiAccessControlS3ObjectLambda` function.
|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.adminRedactionLambdaConfig(RedactionLambdaProps adminRedactionLambdaConfig)
The parameters of the `ComprehendPiiRedactionS3ObjectLambda` function for the `AdminRole`.
|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.adminRoleConfig(AdminRoleProps adminRoleConfig)
The manageable properties for the administrator IAM role in the redaction case.
|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.billingRedactionLambdaConfig(RedactionLambdaProps billingRedactionLambdaConfig)
The parameters of the `ComprehendPiiRedactionS3ObjectLambda` function for the `BillingRole`.
|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.billingRoleConfig(BillingRoleProps billingRoleConfig)
The manageable properties for the billing IAM role in the redaction case.
|
static ComprehendS3olab.Builder |
ComprehendS3olab.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.cusrtSupportRedactionLambdaConfig(RedactionLambdaProps cusrtSupportRedactionLambdaConfig)
The parameters of the `ComprehendPiiRedactionS3ObjectLambda` function for the `CustSupportRole`.
|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.custSupportRoleConfig(CustSupportRoleProps custSupportRoleConfig)
The manageable properties for the customer support IAM role in the redaction case.
|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.exampleFileDir(String exampleFileDir)
The directory path where `files/access_control/*.txt` and `files/redaction/*.txt` will be put.
|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.generalRoleConfig(GeneralRoleProps generalRoleConfig)
The manageable properties for the IAM role used to access the `survey-results.txt` data.
|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.generateRandomCharacters(Boolean generateRandomCharacters)
For distinguish test and normal deployment.
|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.s3AccessPointNames(S3AccessPointNames s3AccessPointNames)
The names of the S3 access points for the access control case and redaction case.
|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.surveyBucketPrefix(String surveyBucketPrefix)
The prefix attached to the name of the S3 bucket where you are going to explore the S3 Object Lambda pertaining to the access control case.
|
ComprehendS3olab.Builder |
ComprehendS3olab.Builder.transcriptsBucketPrefix(String transcriptsBucketPrefix)
The prefix attached to the name of the S3 bucket where you are going to explore the S3 Object Lambda pertaining to the redaction case.
|
Copyright © 2021. All rights reserved.