Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object aws_s3_bucket_object}.
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. |
- Type: Constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
- Type: S3BucketObjectConfig
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. |
private string ToString()
Returns a string representation of this construct.
private void AddOverride(string Path, object Value)
- Type: string
- Type: object
private void OverrideLogicalId(string NewLogicalId)
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
private void ResetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
private object ToHclTerraform()
private object ToMetadata()
private object ToTerraform()
Adds this resource to the terraform JSON output.
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.
- Type: string
The string move target that will correspond to this resource.
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable GetBooleanAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
- Type: string
private string[] GetListAttribute(string TerraformAttribute)
- Type: string
private double GetNumberAttribute(string TerraformAttribute)
- Type: string
private double[] GetNumberListAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
- Type: string
private string GetStringAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
- Type: string
private object HasResourceMove()
private void ImportFrom(string Id, TerraformProvider Provider = null)
- Type: string
- Type: HashiCorp.Cdktf.TerraformProvider
private IResolvable InterpolationForAttribute(string TerraformAttribute)
- Type: string
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.
- Type: string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
private void MoveTo(string MoveTarget, object Index = null)
Moves this resource to the target resource given by moveTarget.
- Type: string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: object
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
private void MoveToId(string Id)
Moves this resource to the resource corresponding to "id".
- Type: string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
private void ResetAcl()
private void ResetBucketKeyEnabled()
private void ResetCacheControl()
private void ResetContent()
private void ResetContentBase64()
private void ResetContentDisposition()
private void ResetContentEncoding()
private void ResetContentLanguage()
private void ResetContentType()
private void ResetEtag()
private void ResetForceDestroy()
private void ResetId()
private void ResetKmsKeyId()
private void ResetMetadata()
private void ResetObjectLockLegalHoldStatus()
private void ResetObjectLockMode()
private void ResetObjectLockRetainUntilDate()
private void ResetServerSideEncryption()
private void ResetSource()
private void ResetSourceHash()
private void ResetStorageClass()
private void ResetTags()
private void ResetTagsAll()
private void ResetWebsiteRedirect()
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 ". |
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.
- Type: object
Any object.
using HashiCorp.Cdktf.Providers.Aws;
S3BucketObject.IsTerraformElement(object X);
- Type: object
using HashiCorp.Cdktf.Providers.Aws;
S3BucketObject.IsTerraformResource(object X);
- Type: object
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 ".
- Type: Constructs.Construct
The scope in which to define this construct.
- Type: string
The construct id used in the generated config for the S3BucketObject to import.
- Type: string
The id of the existing S3BucketObject that should be imported.
Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#import import section} in the documentation of this resource for the id to use
- Type: HashiCorp.Cdktf.TerraformProvider
? Optional instance of the provider where the S3BucketObject to import is found.
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. |
public Node Node { get; }
- Type: Constructs.Node
The tree node.
public TerraformStack CdktfStack { get; }
- Type: HashiCorp.Cdktf.TerraformStack
public string Fqn { get; }
- Type: string
public string FriendlyUniqueId { get; }
- Type: string
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
- Type: System.Collections.Generic.IDictionary<string, object>
public string TerraformResourceType { get; }
- Type: string
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
- Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
public object Connection { get; }
- Type: object
public object Count { get; }
- Type: object
public string[] DependsOn { get; }
- Type: string[]
public ITerraformIterator ForEach { get; }
- Type: HashiCorp.Cdktf.ITerraformIterator
public TerraformResourceLifecycle Lifecycle { get; }
- Type: HashiCorp.Cdktf.TerraformResourceLifecycle
public TerraformProvider Provider { get; }
- Type: HashiCorp.Cdktf.TerraformProvider
public object[] Provisioners { get; }
- Type: object[]
public string Arn { get; }
- Type: string
public string VersionId { get; }
- Type: string
public string AclInput { get; }
- Type: string
public string BucketInput { get; }
- Type: string
public object BucketKeyEnabledInput { get; }
- Type: object
public string CacheControlInput { get; }
- Type: string
public string ContentBase64Input { get; }
- Type: string
public string ContentDispositionInput { get; }
- Type: string
public string ContentEncodingInput { get; }
- Type: string
public string ContentInput { get; }
- Type: string
public string ContentLanguageInput { get; }
- Type: string
public string ContentTypeInput { get; }
- Type: string
public string EtagInput { get; }
- Type: string
public object ForceDestroyInput { get; }
- Type: object
public string IdInput { get; }
- Type: string
public string KeyInput { get; }
- Type: string
public string KmsKeyIdInput { get; }
- Type: string
public System.Collections.Generic.IDictionary<string, string> MetadataInput { get; }
- Type: System.Collections.Generic.IDictionary<string, string>
public string ObjectLockLegalHoldStatusInput { get; }
- Type: string
public string ObjectLockModeInput { get; }
- Type: string
public string ObjectLockRetainUntilDateInput { get; }
- Type: string
public string ServerSideEncryptionInput { get; }
- Type: string
public string SourceHashInput { get; }
- Type: string
public string SourceInput { get; }
- Type: string
public string StorageClassInput { get; }
- Type: string
public System.Collections.Generic.IDictionary<string, string> TagsAllInput { get; }
- Type: System.Collections.Generic.IDictionary<string, string>
public System.Collections.Generic.IDictionary<string, string> TagsInput { get; }
- Type: System.Collections.Generic.IDictionary<string, string>
public string WebsiteRedirectInput { get; }
- Type: string
public string Acl { get; }
- Type: string
public string Bucket { get; }
- Type: string
public object BucketKeyEnabled { get; }
- Type: object
public string CacheControl { get; }
- Type: string
public string Content { get; }
- Type: string
public string ContentBase64 { get; }
- Type: string
public string ContentDisposition { get; }
- Type: string
public string ContentEncoding { get; }
- Type: string
public string ContentLanguage { get; }
- Type: string
public string ContentType { get; }
- Type: string
public string Etag { get; }
- Type: string
public object ForceDestroy { get; }
- Type: object
public string Id { get; }
- Type: string
public string Key { get; }
- Type: string
public string KmsKeyId { get; }
- Type: string
public System.Collections.Generic.IDictionary<string, string> Metadata { get; }
- Type: System.Collections.Generic.IDictionary<string, string>
public string ObjectLockLegalHoldStatus { get; }
- Type: string
public string ObjectLockMode { get; }
- Type: string
public string ObjectLockRetainUntilDate { get; }
- Type: string
public string ServerSideEncryption { get; }
- Type: string
public string Source { get; }
- Type: string
public string SourceHash { get; }
- Type: string
public string StorageClass { get; }
- Type: string
public System.Collections.Generic.IDictionary<string, string> Tags { get; }
- Type: System.Collections.Generic.IDictionary<string, string>
public System.Collections.Generic.IDictionary<string, string> TagsAll { get; }
- Type: System.Collections.Generic.IDictionary<string, string>
public string WebsiteRedirect { get; }
- Type: string
Name | Type | Description |
---|---|---|
TfResourceType |
string |
No description. |
public string TfResourceType { get; }
- Type: string
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
};
public object Connection { get; set; }
- Type: object
public object Count { get; set; }
- Type: object
public ITerraformDependable[] DependsOn { get; set; }
- Type: HashiCorp.Cdktf.ITerraformDependable[]
public ITerraformIterator ForEach { get; set; }
- Type: HashiCorp.Cdktf.ITerraformIterator
public TerraformResourceLifecycle Lifecycle { get; set; }
- Type: HashiCorp.Cdktf.TerraformResourceLifecycle
public TerraformProvider Provider { get; set; }
- Type: HashiCorp.Cdktf.TerraformProvider
public object[] Provisioners { get; set; }
- Type: object[]
public string Bucket { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#bucket S3BucketObject#bucket}.
public string Key { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#key S3BucketObject#key}.
public string Acl { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#acl S3BucketObject#acl}.
public object BucketKeyEnabled { get; set; }
- Type: object
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#bucket_key_enabled S3BucketObject#bucket_key_enabled}.
public string CacheControl { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#cache_control S3BucketObject#cache_control}.
public string Content { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#content S3BucketObject#content}.
public string ContentBase64 { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#content_base64 S3BucketObject#content_base64}.
public string ContentDisposition { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#content_disposition S3BucketObject#content_disposition}.
public string ContentEncoding { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#content_encoding S3BucketObject#content_encoding}.
public string ContentLanguage { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#content_language S3BucketObject#content_language}.
public string ContentType { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#content_type S3BucketObject#content_type}.
public string Etag { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#etag S3BucketObject#etag}.
public object ForceDestroy { get; set; }
- Type: object
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#force_destroy S3BucketObject#force_destroy}.
public string Id { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.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.
public string KmsKeyId { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#kms_key_id S3BucketObject#kms_key_id}.
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.83.0/docs/resources/s3_bucket_object#metadata S3BucketObject#metadata}.
public string ObjectLockLegalHoldStatus { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#object_lock_legal_hold_status S3BucketObject#object_lock_legal_hold_status}.
public string ObjectLockMode { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#object_lock_mode S3BucketObject#object_lock_mode}.
public string ObjectLockRetainUntilDate { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#object_lock_retain_until_date S3BucketObject#object_lock_retain_until_date}.
public string ServerSideEncryption { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#server_side_encryption S3BucketObject#server_side_encryption}.
public string Source { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#source S3BucketObject#source}.
public string SourceHash { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#source_hash S3BucketObject#source_hash}.
public string StorageClass { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#storage_class S3BucketObject#storage_class}.
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.83.0/docs/resources/s3_bucket_object#tags S3BucketObject#tags}.
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.83.0/docs/resources/s3_bucket_object#tags_all S3BucketObject#tags_all}.
public string WebsiteRedirect { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.83.0/docs/resources/s3_bucket_object#website_redirect S3BucketObject#website_redirect}.