Documentation
¶
Index ¶
- func NewStorageObject_Override(s StorageObject, scope constructs.Construct, id *string, ...)
- func StorageObject_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func StorageObject_IsConstruct(x interface{}) *bool
- func StorageObject_IsTerraformElement(x interface{}) *bool
- func StorageObject_IsTerraformResource(x interface{}) *bool
- func StorageObject_TfResourceType() *string
- type StorageObject
- type StorageObjectConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStorageObject_Override ¶
func NewStorageObject_Override(s StorageObject, scope constructs.Construct, id *string, config *StorageObjectConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object opc_storage_object} Resource.
func StorageObject_GenerateConfigForImport ¶
func StorageObject_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a StorageObject resource upon running "cdktf plan <stack-name>".
func StorageObject_IsConstruct ¶
func StorageObject_IsConstruct(x interface{}) *bool
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.
Returns: true if `x` is an object created from a class which extends `Construct`.
func StorageObject_IsTerraformElement ¶
func StorageObject_IsTerraformElement(x interface{}) *bool
Experimental.
func StorageObject_IsTerraformResource ¶
func StorageObject_IsTerraformResource(x interface{}) *bool
Experimental.
func StorageObject_TfResourceType ¶
func StorageObject_TfResourceType() *string
Types ¶
type StorageObject ¶
type StorageObject interface { cdktf.TerraformResource AcceptRanges() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} Container() *string SetContainer(val *string) ContainerInput() *string Content() *string SetContent(val *string) ContentDisposition() *string SetContentDisposition(val *string) ContentDispositionInput() *string ContentEncoding() *string SetContentEncoding(val *string) ContentEncodingInput() *string ContentInput() *string ContentLength() *float64 ContentType() *string SetContentType(val *string) ContentTypeInput() *string CopyFrom() *string SetCopyFrom(val *string) CopyFromInput() *string // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DeleteAt() *float64 SetDeleteAt(val *float64) DeleteAtInput() *float64 // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Etag() *string SetEtag(val *string) EtagInput() *string File() *string SetFile(val *string) FileInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string LastModified() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Metadata() *map[string]*string SetMetadata(val *map[string]*string) MetadataInput() *map[string]*string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node ObjectManifest() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timestamp() *string TransactionId() *string TransferEncoding() *string SetTransferEncoding(val *string) TransferEncodingInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) ResetContent() ResetContentDisposition() ResetContentEncoding() ResetContentType() ResetCopyFrom() ResetDeleteAt() ResetEtag() ResetFile() ResetId() ResetMetadata() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTransferEncoding() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object opc_storage_object}.
func NewStorageObject ¶
func NewStorageObject(scope constructs.Construct, id *string, config *StorageObjectConfig) StorageObject
Create a new {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object opc_storage_object} Resource.
type StorageObjectConfig ¶
type StorageObjectConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Name of the storage container. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#container StorageObject#container} Container *string `field:"required" json:"container" yaml:"container"` // Name of the storage object. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#name StorageObject#name} Name *string `field:"required" json:"name" yaml:"name"` // Raw content in string-form of the data. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#content StorageObject#content} Content *string `field:"optional" json:"content" yaml:"content"` // Overrides the behavior of the browser. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#content_disposition StorageObject#content_disposition} ContentDisposition *string `field:"optional" json:"contentDisposition" yaml:"contentDisposition"` // Set the content-encoding metadata. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#content_encoding StorageObject#content_encoding} ContentEncoding *string `field:"optional" json:"contentEncoding" yaml:"contentEncoding"` // Set the MIME type for the object. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#content_type StorageObject#content_type} ContentType *string `field:"optional" json:"contentType" yaml:"contentType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#copy_from StorageObject#copy_from}. CopyFrom *string `field:"optional" json:"copyFrom" yaml:"copyFrom"` // The date and time in UNIX Epoch time stamp format when the system removes the object. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#delete_at StorageObject#delete_at} DeleteAt *float64 `field:"optional" json:"deleteAt" yaml:"deleteAt"` // MD5 checksum value of the request body. Unquoted. Strongly Recommended. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#etag StorageObject#etag} Etag *string `field:"optional" json:"etag" yaml:"etag"` // File path for the content to use for data. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#file StorageObject#file} File *string `field:"optional" json:"file" yaml:"file"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#id StorageObject#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. Id *string `field:"optional" json:"id" yaml:"id"` // The object metadata. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#metadata StorageObject#metadata} Metadata *map[string]*string `field:"optional" json:"metadata" yaml:"metadata"` // Sets the transfer encoding. Can only be 'chunked' or Nil, requires Content-Length to be 0 if set. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/opc/1.4.1/docs/resources/storage_object#transfer_encoding StorageObject#transfer_encoding} TransferEncoding *string `field:"optional" json:"transferEncoding" yaml:"transferEncoding"` }