@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-12T01:29:24.616Z") @Stability(value=Stable) public interface BillingRoleProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BillingRoleProps.Builder
A builder for
BillingRoleProps |
static class |
BillingRoleProps.Jsii$Proxy
An implementation for
BillingRoleProps |
| Modifier and Type | Method and Description |
|---|---|
static BillingRoleProps.Builder |
builder() |
default String |
getIamRoleName()
The name of the IAM role.
|
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 String |
getPolicyName()
The name of the IAM policy for the IAM role.
|
@Stability(value=Stable) @Nullable default String getIamRoleName()
Default: 'RedactionBillingRole'
@Stability(value=Stable) @Nullable default String getObjectLambdaAccessPointName()
Default: 'billing-s3olap-call-transcripts-known-pii'
@Stability(value=Stable) @Nullable default String getPolicyName()
Default: 'billing-role-s3olap-policy'
@Stability(value=Stable) static BillingRoleProps.Builder builder()
BillingRoleProps.Builder of BillingRolePropsCopyright © 2021. All rights reserved.