Class S3BucketInventoryDestinationBucketEncryption.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.s3_bucket_inventory.S3BucketInventoryDestinationBucketEncryption.Jsii$Proxy
-
- All Implemented Interfaces:
S3BucketInventoryDestinationBucketEncryption,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- S3BucketInventoryDestinationBucketEncryption
@Stability(Stable) @Internal public static final class S3BucketInventoryDestinationBucketEncryption.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3BucketInventoryDestinationBucketEncryption
An implementation forS3BucketInventoryDestinationBucketEncryption
-
-
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.S3BucketInventoryDestinationBucketEncryption
S3BucketInventoryDestinationBucketEncryption.Builder, S3BucketInventoryDestinationBucketEncryption.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(S3BucketInventoryDestinationBucketEncryption.Builder builder)Constructor that initializes the object based on literal property values passed by theS3BucketInventoryDestinationBucketEncryption.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)S3BucketInventoryDestinationBucketEncryptionSseKmsgetSseKms()sse_kms block.S3BucketInventoryDestinationBucketEncryptionSseS3getSseS3()sse_s3 block.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(S3BucketInventoryDestinationBucketEncryption.Builder builder)
Constructor that initializes the object based on literal property values passed by theS3BucketInventoryDestinationBucketEncryption.Builder.
-
-
Method Detail
-
getSseKms
public final S3BucketInventoryDestinationBucketEncryptionSseKms getSseKms()
Description copied from interface:S3BucketInventoryDestinationBucketEncryptionsse_kms block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#sse_kms S3BucketInventory#sse_kms}
- Specified by:
getSseKmsin interfaceS3BucketInventoryDestinationBucketEncryption
-
getSseS3
public final S3BucketInventoryDestinationBucketEncryptionSseS3 getSseS3()
Description copied from interface:S3BucketInventoryDestinationBucketEncryptionsse_s3 block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#sse_s3 S3BucketInventory#sse_s3}
- Specified by:
getSseS3in interfaceS3BucketInventoryDestinationBucketEncryption
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-