Documentation ¶
Index ¶
- func DisDumpTaskV2_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DisDumpTaskV2_IsConstruct(x interface{}) *bool
- func DisDumpTaskV2_IsTerraformElement(x interface{}) *bool
- func DisDumpTaskV2_IsTerraformResource(x interface{}) *bool
- func DisDumpTaskV2_TfResourceType() *string
- func NewDisDumpTaskV2ObsDestinationDescriptorList_Override(d DisDumpTaskV2ObsDestinationDescriptorList, ...)
- func NewDisDumpTaskV2ObsDestinationDescriptorOutputReference_Override(d DisDumpTaskV2ObsDestinationDescriptorOutputReference, ...)
- func NewDisDumpTaskV2ObsProcessingSchemaList_Override(d DisDumpTaskV2ObsProcessingSchemaList, ...)
- func NewDisDumpTaskV2ObsProcessingSchemaOutputReference_Override(d DisDumpTaskV2ObsProcessingSchemaOutputReference, ...)
- func NewDisDumpTaskV2PartitionsList_Override(d DisDumpTaskV2PartitionsList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewDisDumpTaskV2PartitionsOutputReference_Override(d DisDumpTaskV2PartitionsOutputReference, ...)
- func NewDisDumpTaskV2TimeoutsOutputReference_Override(d DisDumpTaskV2TimeoutsOutputReference, ...)
- func NewDisDumpTaskV2_Override(d DisDumpTaskV2, scope constructs.Construct, id *string, ...)
- type DisDumpTaskV2
- type DisDumpTaskV2Config
- type DisDumpTaskV2ObsDestinationDescriptor
- type DisDumpTaskV2ObsDestinationDescriptorList
- type DisDumpTaskV2ObsDestinationDescriptorOutputReference
- type DisDumpTaskV2ObsProcessingSchema
- type DisDumpTaskV2ObsProcessingSchemaList
- type DisDumpTaskV2ObsProcessingSchemaOutputReference
- type DisDumpTaskV2Partitions
- type DisDumpTaskV2PartitionsList
- type DisDumpTaskV2PartitionsOutputReference
- type DisDumpTaskV2Timeouts
- type DisDumpTaskV2TimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisDumpTaskV2_GenerateConfigForImport ¶
func DisDumpTaskV2_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DisDumpTaskV2 resource upon running "cdktf plan <stack-name>".
func DisDumpTaskV2_IsConstruct ¶
func DisDumpTaskV2_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 DisDumpTaskV2_IsTerraformElement ¶
func DisDumpTaskV2_IsTerraformElement(x interface{}) *bool
Experimental.
func DisDumpTaskV2_IsTerraformResource ¶
func DisDumpTaskV2_IsTerraformResource(x interface{}) *bool
Experimental.
func DisDumpTaskV2_TfResourceType ¶
func DisDumpTaskV2_TfResourceType() *string
func NewDisDumpTaskV2ObsDestinationDescriptorList_Override ¶
func NewDisDumpTaskV2ObsDestinationDescriptorList_Override(d DisDumpTaskV2ObsDestinationDescriptorList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDisDumpTaskV2ObsDestinationDescriptorOutputReference_Override ¶
func NewDisDumpTaskV2ObsDestinationDescriptorOutputReference_Override(d DisDumpTaskV2ObsDestinationDescriptorOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDisDumpTaskV2ObsProcessingSchemaList_Override ¶
func NewDisDumpTaskV2ObsProcessingSchemaList_Override(d DisDumpTaskV2ObsProcessingSchemaList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDisDumpTaskV2ObsProcessingSchemaOutputReference_Override ¶
func NewDisDumpTaskV2ObsProcessingSchemaOutputReference_Override(d DisDumpTaskV2ObsProcessingSchemaOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDisDumpTaskV2PartitionsList_Override ¶
func NewDisDumpTaskV2PartitionsList_Override(d DisDumpTaskV2PartitionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDisDumpTaskV2PartitionsOutputReference_Override ¶
func NewDisDumpTaskV2PartitionsOutputReference_Override(d DisDumpTaskV2PartitionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDisDumpTaskV2TimeoutsOutputReference_Override ¶
func NewDisDumpTaskV2TimeoutsOutputReference_Override(d DisDumpTaskV2TimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDisDumpTaskV2_Override ¶
func NewDisDumpTaskV2_Override(d DisDumpTaskV2, scope constructs.Construct, id *string, config *DisDumpTaskV2Config)
Create a new {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2 opentelekomcloud_dis_dump_task_v2} Resource.
Types ¶
type DisDumpTaskV2 ¶
type DisDumpTaskV2 interface { cdktf.TerraformResource Action() *string SetAction(val *string) ActionInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreatedAt() *float64 // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Destination() *string SetDestination(val *string) DestinationInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string LastTransferTimestamp() *float64 // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string // The tree node. Node() constructs.Node ObsDestinationDescriptor() DisDumpTaskV2ObsDestinationDescriptorList ObsDestinationDescriptorInput() interface{} ObsProcessingSchema() DisDumpTaskV2ObsProcessingSchemaList ObsProcessingSchemaInput() interface{} Partitions() DisDumpTaskV2PartitionsList // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Status() *string StreamName() *string SetStreamName(val *string) StreamNameInput() *string TaskId() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DisDumpTaskV2TimeoutsOutputReference TimeoutsInput() interface{} // 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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // 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. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutObsDestinationDescriptor(value interface{}) PutObsProcessingSchema(value interface{}) PutTimeouts(value *DisDumpTaskV2Timeouts) ResetAction() ResetDestination() ResetId() ResetObsDestinationDescriptor() ResetObsProcessingSchema() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2 opentelekomcloud_dis_dump_task_v2}.
func NewDisDumpTaskV2 ¶
func NewDisDumpTaskV2(scope constructs.Construct, id *string, config *DisDumpTaskV2Config) DisDumpTaskV2
Create a new {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2 opentelekomcloud_dis_dump_task_v2} Resource.
type DisDumpTaskV2Config ¶
type DisDumpTaskV2Config 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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#stream_name DisDumpTaskV2#stream_name}. StreamName *string `field:"required" json:"streamName" yaml:"streamName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#action DisDumpTaskV2#action}. Action *string `field:"optional" json:"action" yaml:"action"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#destination DisDumpTaskV2#destination}. Destination *string `field:"optional" json:"destination" yaml:"destination"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#id DisDumpTaskV2#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"` // obs_destination_descriptor block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#obs_destination_descriptor DisDumpTaskV2#obs_destination_descriptor} ObsDestinationDescriptor interface{} `field:"optional" json:"obsDestinationDescriptor" yaml:"obsDestinationDescriptor"` // obs_processing_schema block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#obs_processing_schema DisDumpTaskV2#obs_processing_schema} ObsProcessingSchema interface{} `field:"optional" json:"obsProcessingSchema" yaml:"obsProcessingSchema"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#timeouts DisDumpTaskV2#timeouts} Timeouts *DisDumpTaskV2Timeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DisDumpTaskV2ObsDestinationDescriptor ¶
type DisDumpTaskV2ObsDestinationDescriptor struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#agency_name DisDumpTaskV2#agency_name}. AgencyName *string `field:"required" json:"agencyName" yaml:"agencyName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#deliver_time_interval DisDumpTaskV2#deliver_time_interval}. DeliverTimeInterval *float64 `field:"required" json:"deliverTimeInterval" yaml:"deliverTimeInterval"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#obs_bucket_path DisDumpTaskV2#obs_bucket_path}. ObsBucketPath *string `field:"required" json:"obsBucketPath" yaml:"obsBucketPath"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#task_name DisDumpTaskV2#task_name}. TaskName *string `field:"required" json:"taskName" yaml:"taskName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#consumer_strategy DisDumpTaskV2#consumer_strategy}. ConsumerStrategy *string `field:"optional" json:"consumerStrategy" yaml:"consumerStrategy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#destination_file_type DisDumpTaskV2#destination_file_type}. DestinationFileType *string `field:"optional" json:"destinationFileType" yaml:"destinationFileType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#file_prefix DisDumpTaskV2#file_prefix}. FilePrefix *string `field:"optional" json:"filePrefix" yaml:"filePrefix"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#partition_format DisDumpTaskV2#partition_format}. PartitionFormat *string `field:"optional" json:"partitionFormat" yaml:"partitionFormat"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#record_delimiter DisDumpTaskV2#record_delimiter}. RecordDelimiter *string `field:"optional" json:"recordDelimiter" yaml:"recordDelimiter"` }
type DisDumpTaskV2ObsDestinationDescriptorList ¶
type DisDumpTaskV2ObsDestinationDescriptorList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DisDumpTaskV2ObsDestinationDescriptorOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDisDumpTaskV2ObsDestinationDescriptorList ¶
func NewDisDumpTaskV2ObsDestinationDescriptorList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DisDumpTaskV2ObsDestinationDescriptorList
type DisDumpTaskV2ObsDestinationDescriptorOutputReference ¶
type DisDumpTaskV2ObsDestinationDescriptorOutputReference interface { cdktf.ComplexObject AgencyName() *string SetAgencyName(val *string) AgencyNameInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) ConsumerStrategy() *string SetConsumerStrategy(val *string) ConsumerStrategyInput() *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. // Experimental. CreationStack() *[]*string DeliverTimeInterval() *float64 SetDeliverTimeInterval(val *float64) DeliverTimeIntervalInput() *float64 DestinationFileType() *string SetDestinationFileType(val *string) DestinationFileTypeInput() *string FilePrefix() *string SetFilePrefix(val *string) FilePrefixInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) ObsBucketPath() *string SetObsBucketPath(val *string) ObsBucketPathInput() *string PartitionFormat() *string SetPartitionFormat(val *string) PartitionFormatInput() *string RecordDelimiter() *string SetRecordDelimiter(val *string) RecordDelimiterInput() *string TaskName() *string SetTaskName(val *string) TaskNameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // 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. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetConsumerStrategy() ResetDestinationFileType() ResetFilePrefix() ResetPartitionFormat() ResetRecordDelimiter() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDisDumpTaskV2ObsDestinationDescriptorOutputReference ¶
func NewDisDumpTaskV2ObsDestinationDescriptorOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DisDumpTaskV2ObsDestinationDescriptorOutputReference
type DisDumpTaskV2ObsProcessingSchema ¶
type DisDumpTaskV2ObsProcessingSchema struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#timestamp_name DisDumpTaskV2#timestamp_name}. TimestampName *string `field:"required" json:"timestampName" yaml:"timestampName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#timestamp_type DisDumpTaskV2#timestamp_type}. TimestampType *string `field:"required" json:"timestampType" yaml:"timestampType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#timestamp_format DisDumpTaskV2#timestamp_format}. TimestampFormat *string `field:"optional" json:"timestampFormat" yaml:"timestampFormat"` }
type DisDumpTaskV2ObsProcessingSchemaList ¶
type DisDumpTaskV2ObsProcessingSchemaList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DisDumpTaskV2ObsProcessingSchemaOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDisDumpTaskV2ObsProcessingSchemaList ¶
func NewDisDumpTaskV2ObsProcessingSchemaList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DisDumpTaskV2ObsProcessingSchemaList
type DisDumpTaskV2ObsProcessingSchemaOutputReference ¶
type DisDumpTaskV2ObsProcessingSchemaOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TimestampFormat() *string SetTimestampFormat(val *string) TimestampFormatInput() *string TimestampName() *string SetTimestampName(val *string) TimestampNameInput() *string TimestampType() *string SetTimestampType(val *string) TimestampTypeInput() *string // Experimental. ComputeFqn() *string // 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. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetTimestampFormat() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDisDumpTaskV2ObsProcessingSchemaOutputReference ¶
func NewDisDumpTaskV2ObsProcessingSchemaOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DisDumpTaskV2ObsProcessingSchemaOutputReference
type DisDumpTaskV2Partitions ¶
type DisDumpTaskV2Partitions struct { }
type DisDumpTaskV2PartitionsList ¶
type DisDumpTaskV2PartitionsList interface { cdktf.ComplexList // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DisDumpTaskV2PartitionsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDisDumpTaskV2PartitionsList ¶
func NewDisDumpTaskV2PartitionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DisDumpTaskV2PartitionsList
type DisDumpTaskV2PartitionsOutputReference ¶
type DisDumpTaskV2PartitionsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string HashRange() *string Id() *string InternalValue() *DisDumpTaskV2Partitions SetInternalValue(val *DisDumpTaskV2Partitions) ParentPartitions() *string SequenceNumberRange() *string Status() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // 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. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDisDumpTaskV2PartitionsOutputReference ¶
func NewDisDumpTaskV2PartitionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DisDumpTaskV2PartitionsOutputReference
type DisDumpTaskV2Timeouts ¶
type DisDumpTaskV2Timeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/resources/dis_dump_task_v2#update DisDumpTaskV2#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type DisDumpTaskV2TimeoutsOutputReference ¶
type DisDumpTaskV2TimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // 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. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDisDumpTaskV2TimeoutsOutputReference ¶
func NewDisDumpTaskV2TimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DisDumpTaskV2TimeoutsOutputReference
Source Files ¶
- DisDumpTaskV2.go
- DisDumpTaskV2Config.go
- DisDumpTaskV2ObsDestinationDescriptor.go
- DisDumpTaskV2ObsDestinationDescriptorList.go
- DisDumpTaskV2ObsDestinationDescriptorList__checks.go
- DisDumpTaskV2ObsDestinationDescriptorOutputReference.go
- DisDumpTaskV2ObsDestinationDescriptorOutputReference__checks.go
- DisDumpTaskV2ObsProcessingSchema.go
- DisDumpTaskV2ObsProcessingSchemaList.go
- DisDumpTaskV2ObsProcessingSchemaList__checks.go
- DisDumpTaskV2ObsProcessingSchemaOutputReference.go
- DisDumpTaskV2ObsProcessingSchemaOutputReference__checks.go
- DisDumpTaskV2Partitions.go
- DisDumpTaskV2PartitionsList.go
- DisDumpTaskV2PartitionsList__checks.go
- DisDumpTaskV2PartitionsOutputReference.go
- DisDumpTaskV2PartitionsOutputReference__checks.go
- DisDumpTaskV2Timeouts.go
- DisDumpTaskV2TimeoutsOutputReference.go
- DisDumpTaskV2TimeoutsOutputReference__checks.go
- DisDumpTaskV2__checks.go
- main.go