Class S3BucketInventoryConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.s3_bucket_inventory.S3BucketInventoryConfig.Jsii$Proxy
-
- All Implemented Interfaces:
S3BucketInventoryConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- S3BucketInventoryConfig
@Stability(Stable) @Internal public static final class S3BucketInventoryConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3BucketInventoryConfig
An implementation forS3BucketInventoryConfig
-
-
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.S3BucketInventoryConfig
S3BucketInventoryConfig.Builder, S3BucketInventoryConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(S3BucketInventoryConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theS3BucketInventoryConfig.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)StringgetBucket()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#bucket S3BucketInventory#bucket}.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()S3BucketInventoryDestinationgetDestination()destination block.ObjectgetEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#enabled S3BucketInventory#enabled}.S3BucketInventoryFiltergetFilter()filter block.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#id S3BucketInventory#id}.StringgetIncludedObjectVersions()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#included_object_versions S3BucketInventory#included_object_versions}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#name S3BucketInventory#name}.List<String>getOptionalFields()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#optional_fields S3BucketInventory#optional_fields}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()S3BucketInventorySchedulegetSchedule()schedule 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(S3BucketInventoryConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theS3BucketInventoryConfig.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:S3BucketInventoryConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#bucket S3BucketInventory#bucket}.- Specified by:
getBucketin interfaceS3BucketInventoryConfig
-
getDestination
public final S3BucketInventoryDestination getDestination()
Description copied from interface:S3BucketInventoryConfigdestination block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#destination S3BucketInventory#destination}
- Specified by:
getDestinationin interfaceS3BucketInventoryConfig
-
getIncludedObjectVersions
public final String getIncludedObjectVersions()
Description copied from interface:S3BucketInventoryConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#included_object_versions S3BucketInventory#included_object_versions}.- Specified by:
getIncludedObjectVersionsin interfaceS3BucketInventoryConfig
-
getName
public final String getName()
Description copied from interface:S3BucketInventoryConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#name S3BucketInventory#name}.- Specified by:
getNamein interfaceS3BucketInventoryConfig
-
getSchedule
public final S3BucketInventorySchedule getSchedule()
Description copied from interface:S3BucketInventoryConfigschedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#schedule S3BucketInventory#schedule}
- Specified by:
getSchedulein interfaceS3BucketInventoryConfig
-
getEnabled
public final Object getEnabled()
Description copied from interface:S3BucketInventoryConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#enabled S3BucketInventory#enabled}.- Specified by:
getEnabledin interfaceS3BucketInventoryConfig
-
getFilter
public final S3BucketInventoryFilter getFilter()
Description copied from interface:S3BucketInventoryConfigfilter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#filter S3BucketInventory#filter}
- Specified by:
getFilterin interfaceS3BucketInventoryConfig
-
getId
public final String getId()
Description copied from interface:S3BucketInventoryConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#id S3BucketInventory#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceS3BucketInventoryConfig
-
getOptionalFields
public final List<String> getOptionalFields()
Description copied from interface:S3BucketInventoryConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#optional_fields S3BucketInventory#optional_fields}.- Specified by:
getOptionalFieldsin interfaceS3BucketInventoryConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-