@Stability(value=Stable) public static final class CustSupportRole.Builder extends Object implements software.amazon.jsii.Builder<CustSupportRole>
CustSupportRole.| Modifier and Type | Method and Description |
|---|---|
CustSupportRole |
build() |
static CustSupportRole.Builder |
create(software.amazon.awscdk.core.Construct scope,
String id) |
CustSupportRole.Builder |
iamRoleName(String iamRoleName)
The name of the IAM role.
|
CustSupportRole.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.
|
CustSupportRole.Builder |
policyName(String policyName)
The name of the IAM policy for the IAM role.
|
@Stability(value=Stable) public static CustSupportRole.Builder create(software.amazon.awscdk.core.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.CustSupportRole.Builder.@Stability(value=Stable) public CustSupportRole.Builder iamRoleName(String iamRoleName)
Default: 'RedactionAdminRole'
iamRoleName - The name of the IAM role. This parameter is required.this@Stability(value=Stable) public CustSupportRole.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 CustSupportRole.Builder policyName(String policyName)
Default: 'admin-role-s3olap-policy'
policyName - The name of the IAM policy for the IAM role. This parameter is required.this@Stability(value=Stable) public CustSupportRole build()
build in interface software.amazon.jsii.Builder<CustSupportRole>Copyright © 2021. All rights reserved.