| Modifier and Type | Method and Description |
|---|---|
AdminRole |
build() |
static AdminRole.Builder |
create(software.amazon.awscdk.core.Construct scope,
String id) |
AdminRole.Builder |
iamRoleName(String iamRoleName)
The name of the IAM role.
|
AdminRole.Builder |
objectLambdaAccessPointName(String objectLambdaAccessPointName)
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.
|
AdminRole.Builder |
policyName(String policyName)
The name of the IAM policy for the IAM role.
|
@Stability(value=Stable) public static AdminRole.Builder create(software.amazon.awscdk.core.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.AdminRole.Builder.@Stability(value=Stable) public AdminRole.Builder iamRoleName(String iamRoleName)
Default: 'RedactionAdminRole'
iamRoleName - The name of the IAM role. This parameter is required.this@Stability(value=Stable) public AdminRole.Builder objectLambdaAccessPointName(String objectLambdaAccessPointName)
Default: 'admin-s3olap-call-transcripts-known-pii'
objectLambdaAccessPointName - 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. This parameter is required.this@Stability(value=Stable) public AdminRole.Builder policyName(String policyName)
Default: 'admin-role-s3olap-policy'
policyName - The name of the IAM policy for the IAM role. This parameter is required.thisCopyright © 2021. All rights reserved.