Skip to content

Latest commit

 

History

History
1897 lines (1206 loc) · 77.7 KB

s3BucketObject.csharp.md

File metadata and controls

1897 lines (1206 loc) · 77.7 KB

s3BucketObject Submodule

Constructs

S3BucketObject

Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object aws_s3_bucket_object}.

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new S3BucketObject(Construct Scope, string Id, S3BucketObjectConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config S3BucketObjectConfig No description.

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


IdRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


ConfigRequired

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform No description.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
AddMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
HasResourceMove No description.
ImportFrom No description.
InterpolationForAttribute No description.
MoveFromId Move the resource corresponding to "id" to this resource.
MoveTo Moves this resource to the target resource given by moveTarget.
MoveToId Moves this resource to the resource corresponding to "id".
ResetAcl No description.
ResetBucketKeyEnabled No description.
ResetCacheControl No description.
ResetContent No description.
ResetContentBase64 No description.
ResetContentDisposition No description.
ResetContentEncoding No description.
ResetContentLanguage No description.
ResetContentType No description.
ResetEtag No description.
ResetForceDestroy No description.
ResetId No description.
ResetKmsKeyId No description.
ResetMetadata No description.
ResetObjectLockLegalHoldStatus No description.
ResetObjectLockMode No description.
ResetObjectLockRetainUntilDate No description.
ResetServerSideEncryption No description.
ResetSource No description.
ResetSourceHash No description.
ResetStorageClass No description.
ResetTags No description.
ResetTagsAll No description.
ResetWebsiteRedirect No description.

ToString
private string ToString()

Returns a string representation of this construct.

AddOverride
private void AddOverride(string Path, object Value)
PathRequired
  • Type: string

ValueRequired
  • Type: object

OverrideLogicalId
private void OverrideLogicalId(string NewLogicalId)

Overrides the auto-generated logical ID with a specific ID.

NewLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
private void ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
private object ToHclTerraform()
ToMetadata
private object ToMetadata()
ToTerraform
private object ToTerraform()

Adds this resource to the terraform JSON output.

AddMoveTarget
private void AddMoveTarget(string MoveTarget)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

MoveTargetRequired
  • Type: string

The string move target that will correspond to this resource.


GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

HasResourceMove
private object HasResourceMove()
ImportFrom
private void ImportFrom(string Id, TerraformProvider Provider = null)
IdRequired
  • Type: string

ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

MoveFromId
private void MoveFromId(string Id)

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

IdRequired
  • Type: string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
private void MoveTo(string MoveTarget, object Index = null)

Moves this resource to the target resource given by moveTarget.

MoveTargetRequired
  • Type: string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


IndexOptional
  • Type: object

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
private void MoveToId(string Id)

Moves this resource to the resource corresponding to "id".

IdRequired
  • Type: string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


ResetAcl
private void ResetAcl()
ResetBucketKeyEnabled
private void ResetBucketKeyEnabled()
ResetCacheControl
private void ResetCacheControl()
ResetContent
private void ResetContent()
ResetContentBase64
private void ResetContentBase64()
ResetContentDisposition
private void ResetContentDisposition()
ResetContentEncoding
private void ResetContentEncoding()
ResetContentLanguage
private void ResetContentLanguage()
ResetContentType
private void ResetContentType()
ResetEtag
private void ResetEtag()
ResetForceDestroy
private void ResetForceDestroy()
ResetId
private void ResetId()
ResetKmsKeyId
private void ResetKmsKeyId()
ResetMetadata
private void ResetMetadata()
ResetObjectLockLegalHoldStatus
private void ResetObjectLockLegalHoldStatus()
ResetObjectLockMode
private void ResetObjectLockMode()
ResetObjectLockRetainUntilDate
private void ResetObjectLockRetainUntilDate()
ResetServerSideEncryption
private void ResetServerSideEncryption()
ResetSource
private void ResetSource()
ResetSourceHash
private void ResetSourceHash()
ResetStorageClass
private void ResetStorageClass()
ResetTags
private void ResetTags()
ResetTagsAll
private void ResetTagsAll()
ResetWebsiteRedirect
private void ResetWebsiteRedirect()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a S3BucketObject resource upon running "cdktf plan ".

IsConstruct
using HashiCorp.Cdktf.Providers.Aws;

S3BucketObject.IsConstruct(object X);

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

XRequired
  • Type: object

Any object.


IsTerraformElement
using HashiCorp.Cdktf.Providers.Aws;

S3BucketObject.IsTerraformElement(object X);
XRequired
  • Type: object

IsTerraformResource
using HashiCorp.Cdktf.Providers.Aws;

S3BucketObject.IsTerraformResource(object X);
XRequired
  • Type: object

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Aws;

S3BucketObject.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);

Generates CDKTF code for importing a S3BucketObject resource upon running "cdktf plan ".

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


ImportToIdRequired
  • Type: string

The construct id used in the generated config for the S3BucketObject to import.


ImportFromIdRequired
  • Type: string

The id of the existing S3BucketObject that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#import import section} in the documentation of this resource for the id to use


ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

? Optional instance of the provider where the S3BucketObject to import is found.


Properties

Name Type Description
Node Constructs.Node The tree node.
CdktfStack HashiCorp.Cdktf.TerraformStack No description.
Fqn string No description.
FriendlyUniqueId string No description.
TerraformMetaArguments System.Collections.Generic.IDictionary<string, object> No description.
TerraformResourceType string No description.
TerraformGeneratorMetadata HashiCorp.Cdktf.TerraformProviderGeneratorMetadata No description.
Connection object No description.
Count object No description.
DependsOn string[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
Arn string No description.
VersionId string No description.
AclInput string No description.
BucketInput string No description.
BucketKeyEnabledInput object No description.
CacheControlInput string No description.
ContentBase64Input string No description.
ContentDispositionInput string No description.
ContentEncodingInput string No description.
ContentInput string No description.
ContentLanguageInput string No description.
ContentTypeInput string No description.
EtagInput string No description.
ForceDestroyInput object No description.
IdInput string No description.
KeyInput string No description.
KmsKeyIdInput string No description.
MetadataInput System.Collections.Generic.IDictionary<string, string> No description.
ObjectLockLegalHoldStatusInput string No description.
ObjectLockModeInput string No description.
ObjectLockRetainUntilDateInput string No description.
ServerSideEncryptionInput string No description.
SourceHashInput string No description.
SourceInput string No description.
StorageClassInput string No description.
TagsAllInput System.Collections.Generic.IDictionary<string, string> No description.
TagsInput System.Collections.Generic.IDictionary<string, string> No description.
WebsiteRedirectInput string No description.
Acl string No description.
Bucket string No description.
BucketKeyEnabled object No description.
CacheControl string No description.
Content string No description.
ContentBase64 string No description.
ContentDisposition string No description.
ContentEncoding string No description.
ContentLanguage string No description.
ContentType string No description.
Etag string No description.
ForceDestroy object No description.
Id string No description.
Key string No description.
KmsKeyId string No description.
Metadata System.Collections.Generic.IDictionary<string, string> No description.
ObjectLockLegalHoldStatus string No description.
ObjectLockMode string No description.
ObjectLockRetainUntilDate string No description.
ServerSideEncryption string No description.
Source string No description.
SourceHash string No description.
StorageClass string No description.
Tags System.Collections.Generic.IDictionary<string, string> No description.
TagsAll System.Collections.Generic.IDictionary<string, string> No description.
WebsiteRedirect string No description.

NodeRequired
public Node Node { get; }
  • Type: Constructs.Node

The tree node.


CdktfStackRequired
public TerraformStack CdktfStack { get; }
  • Type: HashiCorp.Cdktf.TerraformStack

FqnRequired
public string Fqn { get; }
  • Type: string

FriendlyUniqueIdRequired
public string FriendlyUniqueId { get; }
  • Type: string

TerraformMetaArgumentsRequired
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
  • Type: System.Collections.Generic.IDictionary<string, object>

TerraformResourceTypeRequired
public string TerraformResourceType { get; }
  • Type: string

TerraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
  • Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
public object Connection { get; }
  • Type: object

CountOptional
public object Count { get; }
  • Type: object

DependsOnOptional
public string[] DependsOn { get; }
  • Type: string[]

ForEachOptional
public ITerraformIterator ForEach { get; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; }
  • Type: object[]

ArnRequired
public string Arn { get; }
  • Type: string

VersionIdRequired
public string VersionId { get; }
  • Type: string

AclInputOptional
public string AclInput { get; }
  • Type: string

BucketInputOptional
public string BucketInput { get; }
  • Type: string

BucketKeyEnabledInputOptional
public object BucketKeyEnabledInput { get; }
  • Type: object

CacheControlInputOptional
public string CacheControlInput { get; }
  • Type: string

ContentBase64InputOptional
public string ContentBase64Input { get; }
  • Type: string

ContentDispositionInputOptional
public string ContentDispositionInput { get; }
  • Type: string

ContentEncodingInputOptional
public string ContentEncodingInput { get; }
  • Type: string

ContentInputOptional
public string ContentInput { get; }
  • Type: string

ContentLanguageInputOptional
public string ContentLanguageInput { get; }
  • Type: string

ContentTypeInputOptional
public string ContentTypeInput { get; }
  • Type: string

EtagInputOptional
public string EtagInput { get; }
  • Type: string

ForceDestroyInputOptional
public object ForceDestroyInput { get; }
  • Type: object

IdInputOptional
public string IdInput { get; }
  • Type: string

KeyInputOptional
public string KeyInput { get; }
  • Type: string

KmsKeyIdInputOptional
public string KmsKeyIdInput { get; }
  • Type: string

MetadataInputOptional
public System.Collections.Generic.IDictionary<string, string> MetadataInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

ObjectLockLegalHoldStatusInputOptional
public string ObjectLockLegalHoldStatusInput { get; }
  • Type: string

ObjectLockModeInputOptional
public string ObjectLockModeInput { get; }
  • Type: string

ObjectLockRetainUntilDateInputOptional
public string ObjectLockRetainUntilDateInput { get; }
  • Type: string

ServerSideEncryptionInputOptional
public string ServerSideEncryptionInput { get; }
  • Type: string

SourceHashInputOptional
public string SourceHashInput { get; }
  • Type: string

SourceInputOptional
public string SourceInput { get; }
  • Type: string

StorageClassInputOptional
public string StorageClassInput { get; }
  • Type: string

TagsAllInputOptional
public System.Collections.Generic.IDictionary<string, string> TagsAllInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TagsInputOptional
public System.Collections.Generic.IDictionary<string, string> TagsInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

WebsiteRedirectInputOptional
public string WebsiteRedirectInput { get; }
  • Type: string

AclRequired
public string Acl { get; }
  • Type: string

BucketRequired
public string Bucket { get; }
  • Type: string

BucketKeyEnabledRequired
public object BucketKeyEnabled { get; }
  • Type: object

CacheControlRequired
public string CacheControl { get; }
  • Type: string

ContentRequired
public string Content { get; }
  • Type: string

ContentBase64Required
public string ContentBase64 { get; }
  • Type: string

ContentDispositionRequired
public string ContentDisposition { get; }
  • Type: string

ContentEncodingRequired
public string ContentEncoding { get; }
  • Type: string

ContentLanguageRequired
public string ContentLanguage { get; }
  • Type: string

ContentTypeRequired
public string ContentType { get; }
  • Type: string

EtagRequired
public string Etag { get; }
  • Type: string

ForceDestroyRequired
public object ForceDestroy { get; }
  • Type: object

IdRequired
public string Id { get; }
  • Type: string

KeyRequired
public string Key { get; }
  • Type: string

KmsKeyIdRequired
public string KmsKeyId { get; }
  • Type: string

MetadataRequired
public System.Collections.Generic.IDictionary<string, string> Metadata { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

ObjectLockLegalHoldStatusRequired
public string ObjectLockLegalHoldStatus { get; }
  • Type: string

ObjectLockModeRequired
public string ObjectLockMode { get; }
  • Type: string

ObjectLockRetainUntilDateRequired
public string ObjectLockRetainUntilDate { get; }
  • Type: string

ServerSideEncryptionRequired
public string ServerSideEncryption { get; }
  • Type: string

SourceRequired
public string Source { get; }
  • Type: string

SourceHashRequired
public string SourceHash { get; }
  • Type: string

StorageClassRequired
public string StorageClass { get; }
  • Type: string

TagsRequired
public System.Collections.Generic.IDictionary<string, string> Tags { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TagsAllRequired
public System.Collections.Generic.IDictionary<string, string> TagsAll { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

WebsiteRedirectRequired
public string WebsiteRedirect { get; }
  • Type: string

Constants

Name Type Description
TfResourceType string No description.

TfResourceTypeRequired
public string TfResourceType { get; }
  • Type: string

Structs

S3BucketObjectConfig

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new S3BucketObjectConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    string Bucket,
    string Key,
    string Acl = null,
    object BucketKeyEnabled = null,
    string CacheControl = null,
    string Content = null,
    string ContentBase64 = null,
    string ContentDisposition = null,
    string ContentEncoding = null,
    string ContentLanguage = null,
    string ContentType = null,
    string Etag = null,
    object ForceDestroy = null,
    string Id = null,
    string KmsKeyId = null,
    System.Collections.Generic.IDictionary<string, string> Metadata = null,
    string ObjectLockLegalHoldStatus = null,
    string ObjectLockMode = null,
    string ObjectLockRetainUntilDate = null,
    string ServerSideEncryption = null,
    string Source = null,
    string SourceHash = null,
    string StorageClass = null,
    System.Collections.Generic.IDictionary<string, string> Tags = null,
    System.Collections.Generic.IDictionary<string, string> TagsAll = null,
    string WebsiteRedirect = null
};

Properties

Name Type Description
Connection object No description.
Count object No description.
DependsOn HashiCorp.Cdktf.ITerraformDependable[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
Bucket string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#bucket S3BucketObject#bucket}.
Key string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#key S3BucketObject#key}.
Acl string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#acl S3BucketObject#acl}.
BucketKeyEnabled object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#bucket_key_enabled S3BucketObject#bucket_key_enabled}.
CacheControl string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#cache_control S3BucketObject#cache_control}.
Content string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content S3BucketObject#content}.
ContentBase64 string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content_base64 S3BucketObject#content_base64}.
ContentDisposition string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content_disposition S3BucketObject#content_disposition}.
ContentEncoding string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content_encoding S3BucketObject#content_encoding}.
ContentLanguage string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content_language S3BucketObject#content_language}.
ContentType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content_type S3BucketObject#content_type}.
Etag string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#etag S3BucketObject#etag}.
ForceDestroy object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#force_destroy S3BucketObject#force_destroy}.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#id S3BucketObject#id}.
KmsKeyId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#kms_key_id S3BucketObject#kms_key_id}.
Metadata System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#metadata S3BucketObject#metadata}.
ObjectLockLegalHoldStatus string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#object_lock_legal_hold_status S3BucketObject#object_lock_legal_hold_status}.
ObjectLockMode string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#object_lock_mode S3BucketObject#object_lock_mode}.
ObjectLockRetainUntilDate string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#object_lock_retain_until_date S3BucketObject#object_lock_retain_until_date}.
ServerSideEncryption string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#server_side_encryption S3BucketObject#server_side_encryption}.
Source string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#source S3BucketObject#source}.
SourceHash string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#source_hash S3BucketObject#source_hash}.
StorageClass string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#storage_class S3BucketObject#storage_class}.
Tags System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#tags S3BucketObject#tags}.
TagsAll System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#tags_all S3BucketObject#tags_all}.
WebsiteRedirect string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#website_redirect S3BucketObject#website_redirect}.

ConnectionOptional
public object Connection { get; set; }
  • Type: object

CountOptional
public object Count { get; set; }
  • Type: object

DependsOnOptional
public ITerraformDependable[] DependsOn { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformDependable[]

ForEachOptional
public ITerraformIterator ForEach { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; set; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; set; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; set; }
  • Type: object[]

BucketRequired
public string Bucket { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#bucket S3BucketObject#bucket}.


KeyRequired
public string Key { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#key S3BucketObject#key}.


AclOptional
public string Acl { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#acl S3BucketObject#acl}.


BucketKeyEnabledOptional
public object BucketKeyEnabled { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#bucket_key_enabled S3BucketObject#bucket_key_enabled}.


CacheControlOptional
public string CacheControl { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#cache_control S3BucketObject#cache_control}.


ContentOptional
public string Content { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content S3BucketObject#content}.


ContentBase64Optional
public string ContentBase64 { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content_base64 S3BucketObject#content_base64}.


ContentDispositionOptional
public string ContentDisposition { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content_disposition S3BucketObject#content_disposition}.


ContentEncodingOptional
public string ContentEncoding { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content_encoding S3BucketObject#content_encoding}.


ContentLanguageOptional
public string ContentLanguage { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content_language S3BucketObject#content_language}.


ContentTypeOptional
public string ContentType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#content_type S3BucketObject#content_type}.


EtagOptional
public string Etag { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#etag S3BucketObject#etag}.


ForceDestroyOptional
public object ForceDestroy { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#force_destroy S3BucketObject#force_destroy}.


IdOptional
public string Id { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/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.


KmsKeyIdOptional
public string KmsKeyId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#kms_key_id S3BucketObject#kms_key_id}.


MetadataOptional
public System.Collections.Generic.IDictionary<string, string> Metadata { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#metadata S3BucketObject#metadata}.


ObjectLockLegalHoldStatusOptional
public string ObjectLockLegalHoldStatus { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#object_lock_legal_hold_status S3BucketObject#object_lock_legal_hold_status}.


ObjectLockModeOptional
public string ObjectLockMode { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#object_lock_mode S3BucketObject#object_lock_mode}.


ObjectLockRetainUntilDateOptional
public string ObjectLockRetainUntilDate { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#object_lock_retain_until_date S3BucketObject#object_lock_retain_until_date}.


ServerSideEncryptionOptional
public string ServerSideEncryption { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#server_side_encryption S3BucketObject#server_side_encryption}.


SourceOptional
public string Source { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#source S3BucketObject#source}.


SourceHashOptional
public string SourceHash { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#source_hash S3BucketObject#source_hash}.


StorageClassOptional
public string StorageClass { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#storage_class S3BucketObject#storage_class}.


TagsOptional
public System.Collections.Generic.IDictionary<string, string> Tags { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#tags S3BucketObject#tags}.


TagsAllOptional
public System.Collections.Generic.IDictionary<string, string> TagsAll { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#tags_all S3BucketObject#tags_all}.


WebsiteRedirectOptional
public string WebsiteRedirect { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/s3_bucket_object#website_redirect S3BucketObject#website_redirect}.