Class S3BucketInventoryDestinationBucket.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.s3_bucket_inventory.S3BucketInventoryDestinationBucket.Jsii$Proxy
-
- All Implemented Interfaces:
S3BucketInventoryDestinationBucket,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- S3BucketInventoryDestinationBucket
@Stability(Stable) @Internal public static final class S3BucketInventoryDestinationBucket.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3BucketInventoryDestinationBucket
An implementation forS3BucketInventoryDestinationBucket
-
-
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.S3BucketInventoryDestinationBucket
S3BucketInventoryDestinationBucket.Builder, S3BucketInventoryDestinationBucket.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(S3BucketInventoryDestinationBucket.Builder builder)Constructor that initializes the object based on literal property values passed by theS3BucketInventoryDestinationBucket.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)StringgetAccountId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#account_id S3BucketInventory#account_id}.StringgetBucketArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#bucket_arn S3BucketInventory#bucket_arn}.S3BucketInventoryDestinationBucketEncryptiongetEncryption()encryption block.StringgetFormat()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#format S3BucketInventory#format}.StringgetPrefix()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#prefix S3BucketInventory#prefix}.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(S3BucketInventoryDestinationBucket.Builder builder)
Constructor that initializes the object based on literal property values passed by theS3BucketInventoryDestinationBucket.Builder.
-
-
Method Detail
-
getBucketArn
public final String getBucketArn()
Description copied from interface:S3BucketInventoryDestinationBucketDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#bucket_arn S3BucketInventory#bucket_arn}.- Specified by:
getBucketArnin interfaceS3BucketInventoryDestinationBucket
-
getFormat
public final String getFormat()
Description copied from interface:S3BucketInventoryDestinationBucketDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#format S3BucketInventory#format}.- Specified by:
getFormatin interfaceS3BucketInventoryDestinationBucket
-
getAccountId
public final String getAccountId()
Description copied from interface:S3BucketInventoryDestinationBucketDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#account_id S3BucketInventory#account_id}.- Specified by:
getAccountIdin interfaceS3BucketInventoryDestinationBucket
-
getEncryption
public final S3BucketInventoryDestinationBucketEncryption getEncryption()
Description copied from interface:S3BucketInventoryDestinationBucketencryption block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#encryption S3BucketInventory#encryption}
- Specified by:
getEncryptionin interfaceS3BucketInventoryDestinationBucket
-
getPrefix
public final String getPrefix()
Description copied from interface:S3BucketInventoryDestinationBucketDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#prefix S3BucketInventory#prefix}.- Specified by:
getPrefixin interfaceS3BucketInventoryDestinationBucket
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-