Skip to content

Latest commit

 

History

History
2678 lines (1689 loc) · 108 KB

s3Object.csharp.md

File metadata and controls

2678 lines (1689 loc) · 108 KB

s3Object Submodule

Constructs

S3Object

Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object aws_s3_object}.

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new S3Object(Construct Scope, string Id, S3ObjectConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config S3ObjectConfig 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".
PutOverrideProvider No description.
ResetAcl No description.
ResetBucketKeyEnabled No description.
ResetCacheControl No description.
ResetChecksumAlgorithm 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.
ResetOverrideProvider 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".


PutOverrideProvider
private void PutOverrideProvider(S3ObjectOverrideProvider Value)
ValueRequired

ResetAcl
private void ResetAcl()
ResetBucketKeyEnabled
private void ResetBucketKeyEnabled()
ResetCacheControl
private void ResetCacheControl()
ResetChecksumAlgorithm
private void ResetChecksumAlgorithm()
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()
ResetOverrideProvider
private void ResetOverrideProvider()
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 S3Object resource upon running "cdktf plan ".

IsConstruct
using HashiCorp.Cdktf.Providers.Aws;

S3Object.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;

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

IsTerraformResource
using HashiCorp.Cdktf.Providers.Aws;

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

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Aws;

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

Generates CDKTF code for importing a S3Object 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 S3Object to import.


ImportFromIdRequired
  • Type: string

The id of the existing S3Object that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_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 S3Object 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.
ChecksumCrc32 string No description.
ChecksumCrc32C string No description.
ChecksumSha1 string No description.
ChecksumSha256 string No description.
OverrideProvider S3ObjectOverrideProviderOutputReference No description.
VersionId string No description.
AclInput string No description.
BucketInput string No description.
BucketKeyEnabledInput object No description.
CacheControlInput string No description.
ChecksumAlgorithmInput 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.
OverrideProviderInput S3ObjectOverrideProvider 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.
ChecksumAlgorithm 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

ChecksumCrc32Required
public string ChecksumCrc32 { get; }
  • Type: string

ChecksumCrc32CRequired
public string ChecksumCrc32C { get; }
  • Type: string

ChecksumSha1Required
public string ChecksumSha1 { get; }
  • Type: string

ChecksumSha256Required
public string ChecksumSha256 { get; }
  • Type: string

OverrideProviderRequired
public S3ObjectOverrideProviderOutputReference OverrideProvider { get; }

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

ChecksumAlgorithmInputOptional
public string ChecksumAlgorithmInput { 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

OverrideProviderInputOptional
public S3ObjectOverrideProvider OverrideProviderInput { get; }

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

ChecksumAlgorithmRequired
public string ChecksumAlgorithm { 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

S3ObjectConfig

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new S3ObjectConfig {
    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 ChecksumAlgorithm = 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,
    S3ObjectOverrideProvider OverrideProvider = 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.58.0/docs/resources/s3_object#bucket S3Object#bucket}.
Key string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#key S3Object#key}.
Acl string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#acl S3Object#acl}.
BucketKeyEnabled object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#bucket_key_enabled S3Object#bucket_key_enabled}.
CacheControl string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#cache_control S3Object#cache_control}.
ChecksumAlgorithm string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#checksum_algorithm S3Object#checksum_algorithm}.
Content string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content S3Object#content}.
ContentBase64 string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content_base64 S3Object#content_base64}.
ContentDisposition string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content_disposition S3Object#content_disposition}.
ContentEncoding string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content_encoding S3Object#content_encoding}.
ContentLanguage string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content_language S3Object#content_language}.
ContentType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content_type S3Object#content_type}.
Etag string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#etag S3Object#etag}.
ForceDestroy object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#force_destroy S3Object#force_destroy}.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#id S3Object#id}.
KmsKeyId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#kms_key_id S3Object#kms_key_id}.
Metadata System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#metadata S3Object#metadata}.
ObjectLockLegalHoldStatus string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#object_lock_legal_hold_status S3Object#object_lock_legal_hold_status}.
ObjectLockMode string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#object_lock_mode S3Object#object_lock_mode}.
ObjectLockRetainUntilDate string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#object_lock_retain_until_date S3Object#object_lock_retain_until_date}.
OverrideProvider S3ObjectOverrideProvider override_provider block.
ServerSideEncryption string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#server_side_encryption S3Object#server_side_encryption}.
Source string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#source S3Object#source}.
SourceHash string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#source_hash S3Object#source_hash}.
StorageClass string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#storage_class S3Object#storage_class}.
Tags System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#tags S3Object#tags}.
TagsAll System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#tags_all S3Object#tags_all}.
WebsiteRedirect string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#website_redirect S3Object#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.58.0/docs/resources/s3_object#bucket S3Object#bucket}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#key S3Object#key}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#acl S3Object#acl}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#bucket_key_enabled S3Object#bucket_key_enabled}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#cache_control S3Object#cache_control}.


ChecksumAlgorithmOptional
public string ChecksumAlgorithm { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#checksum_algorithm S3Object#checksum_algorithm}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content S3Object#content}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content_base64 S3Object#content_base64}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content_disposition S3Object#content_disposition}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content_encoding S3Object#content_encoding}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content_language S3Object#content_language}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#content_type S3Object#content_type}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#etag S3Object#etag}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#force_destroy S3Object#force_destroy}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#id S3Object#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.58.0/docs/resources/s3_object#kms_key_id S3Object#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.58.0/docs/resources/s3_object#metadata S3Object#metadata}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#object_lock_legal_hold_status S3Object#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.58.0/docs/resources/s3_object#object_lock_mode S3Object#object_lock_mode}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#object_lock_retain_until_date S3Object#object_lock_retain_until_date}.


OverrideProviderOptional
public S3ObjectOverrideProvider OverrideProvider { get; set; }

override_provider block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#override_provider S3Object#override_provider}


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#server_side_encryption S3Object#server_side_encryption}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#source S3Object#source}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#source_hash S3Object#source_hash}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#storage_class S3Object#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.58.0/docs/resources/s3_object#tags S3Object#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.58.0/docs/resources/s3_object#tags_all S3Object#tags_all}.


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

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#website_redirect S3Object#website_redirect}.


S3ObjectOverrideProvider

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new S3ObjectOverrideProvider {
    S3ObjectOverrideProviderDefaultTags DefaultTags = null
};

Properties

Name Type Description
DefaultTags S3ObjectOverrideProviderDefaultTags default_tags block.

DefaultTagsOptional
public S3ObjectOverrideProviderDefaultTags DefaultTags { get; set; }

default_tags block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#default_tags S3Object#default_tags}


S3ObjectOverrideProviderDefaultTags

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new S3ObjectOverrideProviderDefaultTags {
    System.Collections.Generic.IDictionary<string, string> Tags = null
};

Properties

Name Type Description
Tags System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/s3_object#tags S3Object#tags}.

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.58.0/docs/resources/s3_object#tags S3Object#tags}.


Classes

S3ObjectOverrideProviderDefaultTagsOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new S3ObjectOverrideProviderDefaultTagsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
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.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetTags No description.

ComputeFqn
private string ComputeFqn()
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

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetTags
private void ResetTags()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
TagsInput System.Collections.Generic.IDictionary<string, string> No description.
Tags System.Collections.Generic.IDictionary<string, string> No description.
InternalValue S3ObjectOverrideProviderDefaultTags No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


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

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

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

InternalValueOptional
public S3ObjectOverrideProviderDefaultTags InternalValue { get; }

S3ObjectOverrideProviderOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new S3ObjectOverrideProviderOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
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.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
PutDefaultTags No description.
ResetDefaultTags No description.

ComputeFqn
private string ComputeFqn()
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

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

PutDefaultTags
private void PutDefaultTags(S3ObjectOverrideProviderDefaultTags Value)
ValueRequired

ResetDefaultTags
private void ResetDefaultTags()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
DefaultTags S3ObjectOverrideProviderDefaultTagsOutputReference No description.
DefaultTagsInput S3ObjectOverrideProviderDefaultTags No description.
InternalValue S3ObjectOverrideProvider No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


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

DefaultTagsRequired
public S3ObjectOverrideProviderDefaultTagsOutputReference DefaultTags { get; }

DefaultTagsInputOptional
public S3ObjectOverrideProviderDefaultTags DefaultTagsInput { get; }

InternalValueOptional
public S3ObjectOverrideProvider InternalValue { get; }