@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-13T00:44:52.316Z") @Stability(value=Stable) public class ComprehendS3olab extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
ComprehendS3olab.Builder
A fluent builder for
ComprehendS3olab. |
| Modifier | Constructor and Description |
|---|---|
|
ComprehendS3olab(software.amazon.awscdk.core.Construct scope,
String id,
ComprehendS3olabProps props) |
protected |
ComprehendS3olab(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ComprehendS3olab(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
generateS3Prefix(Number length) |
String |
getAdminLambdaArn()
The ARN of the Lambda function combined with Amazon Comprehend for thie administrator role in the redaction case.
|
String |
getBillingLambdaArn()
The ARN of the Lambda function combined with Amazon Comprehend for thie billing role in the redaction case.
|
String |
getCustomerSupportLambdaArn()
The ARN of the Lambda function combined with Amazon Comprehend for thie customer support role in the redaction case.
|
String |
getPiiAccessConrtolLambdaArn()
The ARN of the Lambda function combined with Amazon Comprehend for the general case.
|
String |
getS3objectLambdaAccessControlArn()
The ARN of the S3 Object Lambda for access control.
|
String |
getS3objectLambdaAdminArn()
The ARN of the S3 Object Lambda for the admin role in the redaction case.
|
String |
getS3objectLambdaBillingArn()
The ARN of the S3 Object Lambda for the billing role in the redaction case.
|
String |
getS3objectLambdaCustomerSupportArn()
The ARN of the S3 Object Lambda for the customer support role in the redaction case.
|
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ComprehendS3olab(software.amazon.jsii.JsiiObjectRef objRef)
protected ComprehendS3olab(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ComprehendS3olab(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@NotNull
ComprehendS3olabProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public String generateS3Prefix(@NotNull Number length)
length - This parameter is required.@Stability(value=Stable) @NotNull public String getAdminLambdaArn()
@Stability(value=Stable) @NotNull public String getBillingLambdaArn()
@Stability(value=Stable) @NotNull public String getCustomerSupportLambdaArn()
@Stability(value=Stable) @NotNull public String getPiiAccessConrtolLambdaArn()
@Stability(value=Stable) @NotNull public String getS3objectLambdaAccessControlArn()
@Stability(value=Stable) @NotNull public String getS3objectLambdaAdminArn()
@Stability(value=Stable) @NotNull public String getS3objectLambdaBillingArn()
@Stability(value=Stable) @NotNull public String getS3objectLambdaCustomerSupportArn()
Copyright © 2021. All rights reserved.