Interface CustSupportRoleProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CustSupportRoleProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.60.1 (build 2799dc8)", date="2022-06-12T09:44:01.752Z") @Stability(Stable) public interface CustSupportRoleProps extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCustSupportRoleProps.BuilderA builder forCustSupportRolePropsstatic classCustSupportRoleProps.Jsii$ProxyAn implementation forCustSupportRoleProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CustSupportRoleProps.Builderbuilder()default StringgetIamRoleName()The name of the IAM role.default StringgetObjectLambdaAccessPointName()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 StringgetPolicyName()The name of the IAM policy for the IAM role.
-
-
-
Method Detail
-
getIamRoleName
@Stability(Stable) @Nullable default String getIamRoleName()
The name of the IAM role.Default: 'RedactionCustSupportRole'
-
getObjectLambdaAccessPointName
@Stability(Stable) @Nullable 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: 'custsupport-s3olap-call-transcripts-known-pii'
-
getPolicyName
@Stability(Stable) @Nullable default String getPolicyName()
The name of the IAM policy for the IAM role.Default: 'customersupport-role-s3olap-policy'
-
builder
@Stability(Stable) static CustSupportRoleProps.Builder builder()
- Returns:
- a
CustSupportRoleProps.BuilderofCustSupportRoleProps
-
-