Class S3AccessPointNames.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.hsiehshujeng.cdk.comprehend.s3olap.S3AccessPointNames.Jsii$Proxy
-
- All Implemented Interfaces:
S3AccessPointNames,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- S3AccessPointNames
@Stability(Stable) @Internal public static final class S3AccessPointNames.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3AccessPointNames
An implementation forS3AccessPointNames
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.hsiehshujeng.cdk.comprehend.s3olap.S3AccessPointNames
S3AccessPointNames.Builder, S3AccessPointNames.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(S3AccessPointNames.Builder builder)Constructor that initializes the object based on literal property values passed by theS3AccessPointNames.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAdmin()The name of the S3 aceess point for the admin role in the redaction case.StringgetBilling()The name of the S3 aceess point for the billing role in the redaction case.StringgetCustomerSupport()The name of the S3 aceess point for the customer support role in the redaction case.StringgetGeneral()The name of the S3 aceess point for the general role in the access control case.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(S3AccessPointNames.Builder builder)
Constructor that initializes the object based on literal property values passed by theS3AccessPointNames.Builder.
-
-
Method Detail
-
getAdmin
public final String getAdmin()
Description copied from interface:S3AccessPointNamesThe name of the S3 aceess point for the admin role in the redaction case.Default: 'admin-s3-access-point-call-transcripts-known-pii'
- Specified by:
getAdminin interfaceS3AccessPointNames
-
getBilling
public final String getBilling()
Description copied from interface:S3AccessPointNamesThe name of the S3 aceess point for the billing role in the redaction case.Default: 'bill-s3-access-point-call-transcripts-known-pii'
- Specified by:
getBillingin interfaceS3AccessPointNames
-
getCustomerSupport
public final String getCustomerSupport()
Description copied from interface:S3AccessPointNamesThe name of the S3 aceess point for the customer support role in the redaction case.Default: 'cs-s3-access-point-call-transcripts-known-pii'
- Specified by:
getCustomerSupportin interfaceS3AccessPointNames
-
getGeneral
public final String getGeneral()
Description copied from interface:S3AccessPointNamesThe name of the S3 aceess point for the general role in the access control case.Default: 'accessctl-s3-ap-survey-results-unknown-pii'
- Specified by:
getGeneralin interfaceS3AccessPointNames
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-