Interface S3BucketObjectConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    S3BucketObjectConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.821Z")
    @Stability(Stable)
    public interface S3BucketObjectConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      static S3BucketObjectConfig.Builder builder()  
      default String getAcl()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#acl S3BucketObject#acl}.
      String getBucket()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#bucket S3BucketObject#bucket}.
      default Object getBucketKeyEnabled()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#bucket_key_enabled S3BucketObject#bucket_key_enabled}.
      default String getCacheControl()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#cache_control S3BucketObject#cache_control}.
      default String getContent()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content S3BucketObject#content}.
      default String getContentBase64()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content_base64 S3BucketObject#content_base64}.
      default String getContentDisposition()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content_disposition S3BucketObject#content_disposition}.
      default String getContentEncoding()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content_encoding S3BucketObject#content_encoding}.
      default String getContentLanguage()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content_language S3BucketObject#content_language}.
      default String getContentType()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content_type S3BucketObject#content_type}.
      default String getEtag()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#etag S3BucketObject#etag}.
      default Object getForceDestroy()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#force_destroy S3BucketObject#force_destroy}.
      default String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#id S3BucketObject#id}.
      String getKey()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#key S3BucketObject#key}.
      default String getKmsKeyId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#kms_key_id S3BucketObject#kms_key_id}.
      default Map<String,​String> getMetadata()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#metadata S3BucketObject#metadata}.
      default String getObjectLockLegalHoldStatus()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#object_lock_legal_hold_status S3BucketObject#object_lock_legal_hold_status}.
      default String getObjectLockMode()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#object_lock_mode S3BucketObject#object_lock_mode}.
      default String getObjectLockRetainUntilDate()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#object_lock_retain_until_date S3BucketObject#object_lock_retain_until_date}.
      default String getServerSideEncryption()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#server_side_encryption S3BucketObject#server_side_encryption}.
      default String getSource()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#source S3BucketObject#source}.
      default String getSourceHash()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#source_hash S3BucketObject#source_hash}.
      default String getStorageClass()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#storage_class S3BucketObject#storage_class}.
      default Map<String,​String> getTags()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#tags S3BucketObject#tags}.
      default Map<String,​String> getTagsAll()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#tags_all S3BucketObject#tags_all}.
      default String getWebsiteRedirect()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#website_redirect S3BucketObject#website_redirect}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
      • Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments

        getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
    • Method Detail

      • getBucket

        @Stability(Stable)
        @NotNull
        String getBucket()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#bucket S3BucketObject#bucket}.
      • getKey

        @Stability(Stable)
        @NotNull
        String getKey()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#key S3BucketObject#key}.
      • getAcl

        @Stability(Stable)
        @Nullable
        default String getAcl()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#acl S3BucketObject#acl}.
      • getBucketKeyEnabled

        @Stability(Stable)
        @Nullable
        default Object getBucketKeyEnabled()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#bucket_key_enabled S3BucketObject#bucket_key_enabled}.
      • getCacheControl

        @Stability(Stable)
        @Nullable
        default String getCacheControl()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#cache_control S3BucketObject#cache_control}.
      • getContent

        @Stability(Stable)
        @Nullable
        default String getContent()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content S3BucketObject#content}.
      • getContentBase64

        @Stability(Stable)
        @Nullable
        default String getContentBase64()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content_base64 S3BucketObject#content_base64}.
      • getContentDisposition

        @Stability(Stable)
        @Nullable
        default String getContentDisposition()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content_disposition S3BucketObject#content_disposition}.
      • getContentEncoding

        @Stability(Stable)
        @Nullable
        default String getContentEncoding()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content_encoding S3BucketObject#content_encoding}.
      • getContentLanguage

        @Stability(Stable)
        @Nullable
        default String getContentLanguage()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content_language S3BucketObject#content_language}.
      • getContentType

        @Stability(Stable)
        @Nullable
        default String getContentType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#content_type S3BucketObject#content_type}.
      • getEtag

        @Stability(Stable)
        @Nullable
        default String getEtag()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#etag S3BucketObject#etag}.
      • getForceDestroy

        @Stability(Stable)
        @Nullable
        default Object getForceDestroy()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#force_destroy S3BucketObject#force_destroy}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#id S3BucketObject#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.

      • getKmsKeyId

        @Stability(Stable)
        @Nullable
        default String getKmsKeyId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#kms_key_id S3BucketObject#kms_key_id}.
      • getMetadata

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getMetadata()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#metadata S3BucketObject#metadata}.
      • getObjectLockLegalHoldStatus

        @Stability(Stable)
        @Nullable
        default String getObjectLockLegalHoldStatus()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#object_lock_legal_hold_status S3BucketObject#object_lock_legal_hold_status}.
      • getObjectLockMode

        @Stability(Stable)
        @Nullable
        default String getObjectLockMode()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#object_lock_mode S3BucketObject#object_lock_mode}.
      • getObjectLockRetainUntilDate

        @Stability(Stable)
        @Nullable
        default String getObjectLockRetainUntilDate()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#object_lock_retain_until_date S3BucketObject#object_lock_retain_until_date}.
      • getServerSideEncryption

        @Stability(Stable)
        @Nullable
        default String getServerSideEncryption()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#server_side_encryption S3BucketObject#server_side_encryption}.
      • getSource

        @Stability(Stable)
        @Nullable
        default String getSource()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#source S3BucketObject#source}.
      • getSourceHash

        @Stability(Stable)
        @Nullable
        default String getSourceHash()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#source_hash S3BucketObject#source_hash}.
      • getStorageClass

        @Stability(Stable)
        @Nullable
        default String getStorageClass()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#storage_class S3BucketObject#storage_class}.
      • getTags

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTags()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#tags S3BucketObject#tags}.
      • getTagsAll

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTagsAll()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#tags_all S3BucketObject#tags_all}.
      • getWebsiteRedirect

        @Stability(Stable)
        @Nullable
        default String getWebsiteRedirect()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_object#website_redirect S3BucketObject#website_redirect}.