Class S3BucketInventoryDestinationBucketEncryptionSseS3.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.s3_bucket_inventory.S3BucketInventoryDestinationBucketEncryptionSseS3.Jsii$Proxy
-
- All Implemented Interfaces:
S3BucketInventoryDestinationBucketEncryptionSseS3,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- S3BucketInventoryDestinationBucketEncryptionSseS3
@Stability(Stable) @Internal public static final class S3BucketInventoryDestinationBucketEncryptionSseS3.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3BucketInventoryDestinationBucketEncryptionSseS3
An implementation forS3BucketInventoryDestinationBucketEncryptionSseS3
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.s3_bucket_inventory.S3BucketInventoryDestinationBucketEncryptionSseS3
S3BucketInventoryDestinationBucketEncryptionSseS3.Builder, S3BucketInventoryDestinationBucketEncryptionSseS3.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(S3BucketInventoryDestinationBucketEncryptionSseS3.Builder builder)Constructor that initializes the object based on literal property values passed by theS3BucketInventoryDestinationBucketEncryptionSseS3.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()
-
-
-
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(S3BucketInventoryDestinationBucketEncryptionSseS3.Builder builder)
Constructor that initializes the object based on literal property values passed by theS3BucketInventoryDestinationBucketEncryptionSseS3.Builder.
-
-