Documentation ¶
Index ¶
- func DataFactoryDataFlow_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataFactoryDataFlow_IsConstruct(x interface{}) *bool
- func DataFactoryDataFlow_IsTerraformElement(x interface{}) *bool
- func DataFactoryDataFlow_IsTerraformResource(x interface{}) *bool
- func DataFactoryDataFlow_TfResourceType() *string
- func NewDataFactoryDataFlowSinkDatasetOutputReference_Override(d DataFactoryDataFlowSinkDatasetOutputReference, ...)
- func NewDataFactoryDataFlowSinkFlowletOutputReference_Override(d DataFactoryDataFlowSinkFlowletOutputReference, ...)
- func NewDataFactoryDataFlowSinkLinkedServiceOutputReference_Override(d DataFactoryDataFlowSinkLinkedServiceOutputReference, ...)
- func NewDataFactoryDataFlowSinkList_Override(d DataFactoryDataFlowSinkList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewDataFactoryDataFlowSinkOutputReference_Override(d DataFactoryDataFlowSinkOutputReference, ...)
- func NewDataFactoryDataFlowSinkRejectedLinkedServiceOutputReference_Override(d DataFactoryDataFlowSinkRejectedLinkedServiceOutputReference, ...)
- func NewDataFactoryDataFlowSinkSchemaLinkedServiceOutputReference_Override(d DataFactoryDataFlowSinkSchemaLinkedServiceOutputReference, ...)
- func NewDataFactoryDataFlowSourceDatasetOutputReference_Override(d DataFactoryDataFlowSourceDatasetOutputReference, ...)
- func NewDataFactoryDataFlowSourceFlowletOutputReference_Override(d DataFactoryDataFlowSourceFlowletOutputReference, ...)
- func NewDataFactoryDataFlowSourceLinkedServiceOutputReference_Override(d DataFactoryDataFlowSourceLinkedServiceOutputReference, ...)
- func NewDataFactoryDataFlowSourceList_Override(d DataFactoryDataFlowSourceList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewDataFactoryDataFlowSourceOutputReference_Override(d DataFactoryDataFlowSourceOutputReference, ...)
- func NewDataFactoryDataFlowSourceRejectedLinkedServiceOutputReference_Override(d DataFactoryDataFlowSourceRejectedLinkedServiceOutputReference, ...)
- func NewDataFactoryDataFlowSourceSchemaLinkedServiceOutputReference_Override(d DataFactoryDataFlowSourceSchemaLinkedServiceOutputReference, ...)
- func NewDataFactoryDataFlowTimeoutsOutputReference_Override(d DataFactoryDataFlowTimeoutsOutputReference, ...)
- func NewDataFactoryDataFlowTransformationDatasetOutputReference_Override(d DataFactoryDataFlowTransformationDatasetOutputReference, ...)
- func NewDataFactoryDataFlowTransformationFlowletOutputReference_Override(d DataFactoryDataFlowTransformationFlowletOutputReference, ...)
- func NewDataFactoryDataFlowTransformationLinkedServiceOutputReference_Override(d DataFactoryDataFlowTransformationLinkedServiceOutputReference, ...)
- func NewDataFactoryDataFlowTransformationList_Override(d DataFactoryDataFlowTransformationList, ...)
- func NewDataFactoryDataFlowTransformationOutputReference_Override(d DataFactoryDataFlowTransformationOutputReference, ...)
- func NewDataFactoryDataFlow_Override(d DataFactoryDataFlow, scope constructs.Construct, id *string, ...)
- type DataFactoryDataFlow
- type DataFactoryDataFlowConfig
- type DataFactoryDataFlowSink
- type DataFactoryDataFlowSinkDataset
- type DataFactoryDataFlowSinkDatasetOutputReference
- type DataFactoryDataFlowSinkFlowlet
- type DataFactoryDataFlowSinkFlowletOutputReference
- type DataFactoryDataFlowSinkLinkedService
- type DataFactoryDataFlowSinkLinkedServiceOutputReference
- type DataFactoryDataFlowSinkList
- type DataFactoryDataFlowSinkOutputReference
- type DataFactoryDataFlowSinkRejectedLinkedService
- type DataFactoryDataFlowSinkRejectedLinkedServiceOutputReference
- type DataFactoryDataFlowSinkSchemaLinkedService
- type DataFactoryDataFlowSinkSchemaLinkedServiceOutputReference
- type DataFactoryDataFlowSource
- type DataFactoryDataFlowSourceDataset
- type DataFactoryDataFlowSourceDatasetOutputReference
- type DataFactoryDataFlowSourceFlowlet
- type DataFactoryDataFlowSourceFlowletOutputReference
- type DataFactoryDataFlowSourceLinkedService
- type DataFactoryDataFlowSourceLinkedServiceOutputReference
- type DataFactoryDataFlowSourceList
- type DataFactoryDataFlowSourceOutputReference
- type DataFactoryDataFlowSourceRejectedLinkedService
- type DataFactoryDataFlowSourceRejectedLinkedServiceOutputReference
- type DataFactoryDataFlowSourceSchemaLinkedService
- type DataFactoryDataFlowSourceSchemaLinkedServiceOutputReference
- type DataFactoryDataFlowTimeouts
- type DataFactoryDataFlowTimeoutsOutputReference
- type DataFactoryDataFlowTransformation
- type DataFactoryDataFlowTransformationDataset
- type DataFactoryDataFlowTransformationDatasetOutputReference
- type DataFactoryDataFlowTransformationFlowlet
- type DataFactoryDataFlowTransformationFlowletOutputReference
- type DataFactoryDataFlowTransformationLinkedService
- type DataFactoryDataFlowTransformationLinkedServiceOutputReference
- type DataFactoryDataFlowTransformationList
- type DataFactoryDataFlowTransformationOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataFactoryDataFlow_GenerateConfigForImport ¶
func DataFactoryDataFlow_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataFactoryDataFlow resource upon running "cdktf plan <stack-name>".
func DataFactoryDataFlow_IsConstruct ¶
func DataFactoryDataFlow_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 DataFactoryDataFlow_IsTerraformElement ¶
func DataFactoryDataFlow_IsTerraformElement(x interface{}) *bool
Experimental.
func DataFactoryDataFlow_IsTerraformResource ¶
func DataFactoryDataFlow_IsTerraformResource(x interface{}) *bool
Experimental.
func DataFactoryDataFlow_TfResourceType ¶
func DataFactoryDataFlow_TfResourceType() *string
func NewDataFactoryDataFlowSinkDatasetOutputReference_Override ¶
func NewDataFactoryDataFlowSinkDatasetOutputReference_Override(d DataFactoryDataFlowSinkDatasetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowSinkFlowletOutputReference_Override ¶
func NewDataFactoryDataFlowSinkFlowletOutputReference_Override(d DataFactoryDataFlowSinkFlowletOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowSinkLinkedServiceOutputReference_Override ¶
func NewDataFactoryDataFlowSinkLinkedServiceOutputReference_Override(d DataFactoryDataFlowSinkLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowSinkList_Override ¶
func NewDataFactoryDataFlowSinkList_Override(d DataFactoryDataFlowSinkList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataFactoryDataFlowSinkOutputReference_Override ¶
func NewDataFactoryDataFlowSinkOutputReference_Override(d DataFactoryDataFlowSinkOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataFactoryDataFlowSinkRejectedLinkedServiceOutputReference_Override ¶
func NewDataFactoryDataFlowSinkRejectedLinkedServiceOutputReference_Override(d DataFactoryDataFlowSinkRejectedLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowSinkSchemaLinkedServiceOutputReference_Override ¶
func NewDataFactoryDataFlowSinkSchemaLinkedServiceOutputReference_Override(d DataFactoryDataFlowSinkSchemaLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowSourceDatasetOutputReference_Override ¶
func NewDataFactoryDataFlowSourceDatasetOutputReference_Override(d DataFactoryDataFlowSourceDatasetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowSourceFlowletOutputReference_Override ¶
func NewDataFactoryDataFlowSourceFlowletOutputReference_Override(d DataFactoryDataFlowSourceFlowletOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowSourceLinkedServiceOutputReference_Override ¶
func NewDataFactoryDataFlowSourceLinkedServiceOutputReference_Override(d DataFactoryDataFlowSourceLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowSourceList_Override ¶
func NewDataFactoryDataFlowSourceList_Override(d DataFactoryDataFlowSourceList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataFactoryDataFlowSourceOutputReference_Override ¶
func NewDataFactoryDataFlowSourceOutputReference_Override(d DataFactoryDataFlowSourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataFactoryDataFlowSourceRejectedLinkedServiceOutputReference_Override ¶
func NewDataFactoryDataFlowSourceRejectedLinkedServiceOutputReference_Override(d DataFactoryDataFlowSourceRejectedLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowSourceSchemaLinkedServiceOutputReference_Override ¶
func NewDataFactoryDataFlowSourceSchemaLinkedServiceOutputReference_Override(d DataFactoryDataFlowSourceSchemaLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowTimeoutsOutputReference_Override ¶
func NewDataFactoryDataFlowTimeoutsOutputReference_Override(d DataFactoryDataFlowTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowTransformationDatasetOutputReference_Override ¶
func NewDataFactoryDataFlowTransformationDatasetOutputReference_Override(d DataFactoryDataFlowTransformationDatasetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowTransformationFlowletOutputReference_Override ¶
func NewDataFactoryDataFlowTransformationFlowletOutputReference_Override(d DataFactoryDataFlowTransformationFlowletOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowTransformationLinkedServiceOutputReference_Override ¶
func NewDataFactoryDataFlowTransformationLinkedServiceOutputReference_Override(d DataFactoryDataFlowTransformationLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryDataFlowTransformationList_Override ¶
func NewDataFactoryDataFlowTransformationList_Override(d DataFactoryDataFlowTransformationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataFactoryDataFlowTransformationOutputReference_Override ¶
func NewDataFactoryDataFlowTransformationOutputReference_Override(d DataFactoryDataFlowTransformationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataFactoryDataFlow_Override ¶
func NewDataFactoryDataFlow_Override(d DataFactoryDataFlow, scope constructs.Construct, id *string, config *DataFactoryDataFlowConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow azurerm_data_factory_data_flow} Resource.
Types ¶
type DataFactoryDataFlow ¶
type DataFactoryDataFlow interface { cdktf.TerraformResource Annotations() *[]*string SetAnnotations(val *[]*string) AnnotationsInput() *[]*string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DataFactoryId() *string SetDataFactoryId(val *string) DataFactoryIdInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string Folder() *string SetFolder(val *string) FolderInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Script() *string SetScript(val *string) ScriptInput() *string ScriptLines() *[]*string SetScriptLines(val *[]*string) ScriptLinesInput() *[]*string Sink() DataFactoryDataFlowSinkList SinkInput() interface{} Source() DataFactoryDataFlowSourceList SourceInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DataFactoryDataFlowTimeoutsOutputReference TimeoutsInput() interface{} Transformation() DataFactoryDataFlowTransformationList TransformationInput() 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) PutSink(value interface{}) PutSource(value interface{}) PutTimeouts(value *DataFactoryDataFlowTimeouts) PutTransformation(value interface{}) ResetAnnotations() ResetDescription() ResetFolder() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetScript() ResetScriptLines() ResetTimeouts() ResetTransformation() 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/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow azurerm_data_factory_data_flow}.
func NewDataFactoryDataFlow ¶
func NewDataFactoryDataFlow(scope constructs.Construct, id *string, config *DataFactoryDataFlowConfig) DataFactoryDataFlow
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow azurerm_data_factory_data_flow} Resource.
type DataFactoryDataFlowConfig ¶
type DataFactoryDataFlowConfig 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/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#data_factory_id DataFactoryDataFlow#data_factory_id}. DataFactoryId *string `field:"required" json:"dataFactoryId" yaml:"dataFactoryId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // sink block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#sink DataFactoryDataFlow#sink} Sink interface{} `field:"required" json:"sink" yaml:"sink"` // source block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#source DataFactoryDataFlow#source} Source interface{} `field:"required" json:"source" yaml:"source"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#annotations DataFactoryDataFlow#annotations}. Annotations *[]*string `field:"optional" json:"annotations" yaml:"annotations"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#description DataFactoryDataFlow#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#folder DataFactoryDataFlow#folder}. Folder *string `field:"optional" json:"folder" yaml:"folder"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#id DataFactoryDataFlow#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#script DataFactoryDataFlow#script}. Script *string `field:"optional" json:"script" yaml:"script"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#script_lines DataFactoryDataFlow#script_lines}. ScriptLines *[]*string `field:"optional" json:"scriptLines" yaml:"scriptLines"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#timeouts DataFactoryDataFlow#timeouts} Timeouts *DataFactoryDataFlowTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // transformation block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#transformation DataFactoryDataFlow#transformation} Transformation interface{} `field:"optional" json:"transformation" yaml:"transformation"` }
type DataFactoryDataFlowSink ¶
type DataFactoryDataFlowSink struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // dataset block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#dataset DataFactoryDataFlow#dataset} Dataset *DataFactoryDataFlowSinkDataset `field:"optional" json:"dataset" yaml:"dataset"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#description DataFactoryDataFlow#description}. Description *string `field:"optional" json:"description" yaml:"description"` // flowlet block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#flowlet DataFactoryDataFlow#flowlet} Flowlet *DataFactoryDataFlowSinkFlowlet `field:"optional" json:"flowlet" yaml:"flowlet"` // linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#linked_service DataFactoryDataFlow#linked_service} LinkedService *DataFactoryDataFlowSinkLinkedService `field:"optional" json:"linkedService" yaml:"linkedService"` // rejected_linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#rejected_linked_service DataFactoryDataFlow#rejected_linked_service} RejectedLinkedService *DataFactoryDataFlowSinkRejectedLinkedService `field:"optional" json:"rejectedLinkedService" yaml:"rejectedLinkedService"` // schema_linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#schema_linked_service DataFactoryDataFlow#schema_linked_service} SchemaLinkedService *DataFactoryDataFlowSinkSchemaLinkedService `field:"optional" json:"schemaLinkedService" yaml:"schemaLinkedService"` }
type DataFactoryDataFlowSinkDataset ¶
type DataFactoryDataFlowSinkDataset struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowSinkDatasetOutputReference ¶
type DataFactoryDataFlowSinkDatasetOutputReference 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() *DataFactoryDataFlowSinkDataset SetInternalValue(val *DataFactoryDataFlowSinkDataset) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetParameters() // 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 NewDataFactoryDataFlowSinkDatasetOutputReference ¶
func NewDataFactoryDataFlowSinkDatasetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowSinkDatasetOutputReference
type DataFactoryDataFlowSinkFlowlet ¶
type DataFactoryDataFlowSinkFlowlet struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#dataset_parameters DataFactoryDataFlow#dataset_parameters}. DatasetParameters *string `field:"optional" json:"datasetParameters" yaml:"datasetParameters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowSinkFlowletOutputReference ¶
type DataFactoryDataFlowSinkFlowletOutputReference 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 DatasetParameters() *string SetDatasetParameters(val *string) DatasetParametersInput() *string // Experimental. Fqn() *string InternalValue() *DataFactoryDataFlowSinkFlowlet SetInternalValue(val *DataFactoryDataFlowSinkFlowlet) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetDatasetParameters() ResetParameters() // 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 NewDataFactoryDataFlowSinkFlowletOutputReference ¶
func NewDataFactoryDataFlowSinkFlowletOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowSinkFlowletOutputReference
type DataFactoryDataFlowSinkLinkedService ¶
type DataFactoryDataFlowSinkLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowSinkLinkedServiceOutputReference ¶
type DataFactoryDataFlowSinkLinkedServiceOutputReference 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() *DataFactoryDataFlowSinkLinkedService SetInternalValue(val *DataFactoryDataFlowSinkLinkedService) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetParameters() // 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 NewDataFactoryDataFlowSinkLinkedServiceOutputReference ¶
func NewDataFactoryDataFlowSinkLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowSinkLinkedServiceOutputReference
type DataFactoryDataFlowSinkList ¶
type DataFactoryDataFlowSinkList 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) DataFactoryDataFlowSinkOutputReference // 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 NewDataFactoryDataFlowSinkList ¶
func NewDataFactoryDataFlowSinkList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataFactoryDataFlowSinkList
type DataFactoryDataFlowSinkOutputReference ¶
type DataFactoryDataFlowSinkOutputReference 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 Dataset() DataFactoryDataFlowSinkDatasetOutputReference DatasetInput() *DataFactoryDataFlowSinkDataset Description() *string SetDescription(val *string) DescriptionInput() *string Flowlet() DataFactoryDataFlowSinkFlowletOutputReference FlowletInput() *DataFactoryDataFlowSinkFlowlet // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) LinkedService() DataFactoryDataFlowSinkLinkedServiceOutputReference LinkedServiceInput() *DataFactoryDataFlowSinkLinkedService Name() *string SetName(val *string) NameInput() *string RejectedLinkedService() DataFactoryDataFlowSinkRejectedLinkedServiceOutputReference RejectedLinkedServiceInput() *DataFactoryDataFlowSinkRejectedLinkedService SchemaLinkedService() DataFactoryDataFlowSinkSchemaLinkedServiceOutputReference SchemaLinkedServiceInput() *DataFactoryDataFlowSinkSchemaLinkedService // 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 PutDataset(value *DataFactoryDataFlowSinkDataset) PutFlowlet(value *DataFactoryDataFlowSinkFlowlet) PutLinkedService(value *DataFactoryDataFlowSinkLinkedService) PutRejectedLinkedService(value *DataFactoryDataFlowSinkRejectedLinkedService) PutSchemaLinkedService(value *DataFactoryDataFlowSinkSchemaLinkedService) ResetDataset() ResetDescription() ResetFlowlet() ResetLinkedService() ResetRejectedLinkedService() ResetSchemaLinkedService() // 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 NewDataFactoryDataFlowSinkOutputReference ¶
func NewDataFactoryDataFlowSinkOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataFactoryDataFlowSinkOutputReference
type DataFactoryDataFlowSinkRejectedLinkedService ¶
type DataFactoryDataFlowSinkRejectedLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowSinkRejectedLinkedServiceOutputReference ¶
type DataFactoryDataFlowSinkRejectedLinkedServiceOutputReference 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() *DataFactoryDataFlowSinkRejectedLinkedService SetInternalValue(val *DataFactoryDataFlowSinkRejectedLinkedService) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetParameters() // 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 NewDataFactoryDataFlowSinkRejectedLinkedServiceOutputReference ¶
func NewDataFactoryDataFlowSinkRejectedLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowSinkRejectedLinkedServiceOutputReference
type DataFactoryDataFlowSinkSchemaLinkedService ¶
type DataFactoryDataFlowSinkSchemaLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowSinkSchemaLinkedServiceOutputReference ¶
type DataFactoryDataFlowSinkSchemaLinkedServiceOutputReference 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() *DataFactoryDataFlowSinkSchemaLinkedService SetInternalValue(val *DataFactoryDataFlowSinkSchemaLinkedService) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetParameters() // 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 NewDataFactoryDataFlowSinkSchemaLinkedServiceOutputReference ¶
func NewDataFactoryDataFlowSinkSchemaLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowSinkSchemaLinkedServiceOutputReference
type DataFactoryDataFlowSource ¶
type DataFactoryDataFlowSource struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // dataset block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#dataset DataFactoryDataFlow#dataset} Dataset *DataFactoryDataFlowSourceDataset `field:"optional" json:"dataset" yaml:"dataset"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#description DataFactoryDataFlow#description}. Description *string `field:"optional" json:"description" yaml:"description"` // flowlet block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#flowlet DataFactoryDataFlow#flowlet} Flowlet *DataFactoryDataFlowSourceFlowlet `field:"optional" json:"flowlet" yaml:"flowlet"` // linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#linked_service DataFactoryDataFlow#linked_service} LinkedService *DataFactoryDataFlowSourceLinkedService `field:"optional" json:"linkedService" yaml:"linkedService"` // rejected_linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#rejected_linked_service DataFactoryDataFlow#rejected_linked_service} RejectedLinkedService *DataFactoryDataFlowSourceRejectedLinkedService `field:"optional" json:"rejectedLinkedService" yaml:"rejectedLinkedService"` // schema_linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#schema_linked_service DataFactoryDataFlow#schema_linked_service} SchemaLinkedService *DataFactoryDataFlowSourceSchemaLinkedService `field:"optional" json:"schemaLinkedService" yaml:"schemaLinkedService"` }
type DataFactoryDataFlowSourceDataset ¶
type DataFactoryDataFlowSourceDataset struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowSourceDatasetOutputReference ¶
type DataFactoryDataFlowSourceDatasetOutputReference 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() *DataFactoryDataFlowSourceDataset SetInternalValue(val *DataFactoryDataFlowSourceDataset) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetParameters() // 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 NewDataFactoryDataFlowSourceDatasetOutputReference ¶
func NewDataFactoryDataFlowSourceDatasetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowSourceDatasetOutputReference
type DataFactoryDataFlowSourceFlowlet ¶
type DataFactoryDataFlowSourceFlowlet struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#dataset_parameters DataFactoryDataFlow#dataset_parameters}. DatasetParameters *string `field:"optional" json:"datasetParameters" yaml:"datasetParameters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowSourceFlowletOutputReference ¶
type DataFactoryDataFlowSourceFlowletOutputReference 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 DatasetParameters() *string SetDatasetParameters(val *string) DatasetParametersInput() *string // Experimental. Fqn() *string InternalValue() *DataFactoryDataFlowSourceFlowlet SetInternalValue(val *DataFactoryDataFlowSourceFlowlet) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetDatasetParameters() ResetParameters() // 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 NewDataFactoryDataFlowSourceFlowletOutputReference ¶
func NewDataFactoryDataFlowSourceFlowletOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowSourceFlowletOutputReference
type DataFactoryDataFlowSourceLinkedService ¶
type DataFactoryDataFlowSourceLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowSourceLinkedServiceOutputReference ¶
type DataFactoryDataFlowSourceLinkedServiceOutputReference 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() *DataFactoryDataFlowSourceLinkedService SetInternalValue(val *DataFactoryDataFlowSourceLinkedService) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetParameters() // 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 NewDataFactoryDataFlowSourceLinkedServiceOutputReference ¶
func NewDataFactoryDataFlowSourceLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowSourceLinkedServiceOutputReference
type DataFactoryDataFlowSourceList ¶
type DataFactoryDataFlowSourceList 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) DataFactoryDataFlowSourceOutputReference // 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 NewDataFactoryDataFlowSourceList ¶
func NewDataFactoryDataFlowSourceList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataFactoryDataFlowSourceList
type DataFactoryDataFlowSourceOutputReference ¶
type DataFactoryDataFlowSourceOutputReference 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 Dataset() DataFactoryDataFlowSourceDatasetOutputReference DatasetInput() *DataFactoryDataFlowSourceDataset Description() *string SetDescription(val *string) DescriptionInput() *string Flowlet() DataFactoryDataFlowSourceFlowletOutputReference FlowletInput() *DataFactoryDataFlowSourceFlowlet // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) LinkedService() DataFactoryDataFlowSourceLinkedServiceOutputReference LinkedServiceInput() *DataFactoryDataFlowSourceLinkedService Name() *string SetName(val *string) NameInput() *string RejectedLinkedService() DataFactoryDataFlowSourceRejectedLinkedServiceOutputReference RejectedLinkedServiceInput() *DataFactoryDataFlowSourceRejectedLinkedService SchemaLinkedService() DataFactoryDataFlowSourceSchemaLinkedServiceOutputReference SchemaLinkedServiceInput() *DataFactoryDataFlowSourceSchemaLinkedService // 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 PutDataset(value *DataFactoryDataFlowSourceDataset) PutFlowlet(value *DataFactoryDataFlowSourceFlowlet) PutLinkedService(value *DataFactoryDataFlowSourceLinkedService) PutRejectedLinkedService(value *DataFactoryDataFlowSourceRejectedLinkedService) PutSchemaLinkedService(value *DataFactoryDataFlowSourceSchemaLinkedService) ResetDataset() ResetDescription() ResetFlowlet() ResetLinkedService() ResetRejectedLinkedService() ResetSchemaLinkedService() // 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 NewDataFactoryDataFlowSourceOutputReference ¶
func NewDataFactoryDataFlowSourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataFactoryDataFlowSourceOutputReference
type DataFactoryDataFlowSourceRejectedLinkedService ¶
type DataFactoryDataFlowSourceRejectedLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowSourceRejectedLinkedServiceOutputReference ¶
type DataFactoryDataFlowSourceRejectedLinkedServiceOutputReference 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() *DataFactoryDataFlowSourceRejectedLinkedService SetInternalValue(val *DataFactoryDataFlowSourceRejectedLinkedService) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetParameters() // 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 NewDataFactoryDataFlowSourceRejectedLinkedServiceOutputReference ¶
func NewDataFactoryDataFlowSourceRejectedLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowSourceRejectedLinkedServiceOutputReference
type DataFactoryDataFlowSourceSchemaLinkedService ¶
type DataFactoryDataFlowSourceSchemaLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowSourceSchemaLinkedServiceOutputReference ¶
type DataFactoryDataFlowSourceSchemaLinkedServiceOutputReference 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() *DataFactoryDataFlowSourceSchemaLinkedService SetInternalValue(val *DataFactoryDataFlowSourceSchemaLinkedService) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetParameters() // 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 NewDataFactoryDataFlowSourceSchemaLinkedServiceOutputReference ¶
func NewDataFactoryDataFlowSourceSchemaLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowSourceSchemaLinkedServiceOutputReference
type DataFactoryDataFlowTimeouts ¶
type DataFactoryDataFlowTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#create DataFactoryDataFlow#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#delete DataFactoryDataFlow#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#read DataFactoryDataFlow#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#update DataFactoryDataFlow#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type DataFactoryDataFlowTimeoutsOutputReference ¶
type DataFactoryDataFlowTimeoutsOutputReference 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) Create() *string SetCreate(val *string) CreateInput() *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 Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // 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 ResetCreate() ResetDelete() ResetRead() 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 NewDataFactoryDataFlowTimeoutsOutputReference ¶
func NewDataFactoryDataFlowTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowTimeoutsOutputReference
type DataFactoryDataFlowTransformation ¶
type DataFactoryDataFlowTransformation struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // dataset block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#dataset DataFactoryDataFlow#dataset} Dataset *DataFactoryDataFlowTransformationDataset `field:"optional" json:"dataset" yaml:"dataset"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#description DataFactoryDataFlow#description}. Description *string `field:"optional" json:"description" yaml:"description"` // flowlet block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#flowlet DataFactoryDataFlow#flowlet} Flowlet *DataFactoryDataFlowTransformationFlowlet `field:"optional" json:"flowlet" yaml:"flowlet"` // linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#linked_service DataFactoryDataFlow#linked_service} LinkedService *DataFactoryDataFlowTransformationLinkedService `field:"optional" json:"linkedService" yaml:"linkedService"` }
type DataFactoryDataFlowTransformationDataset ¶
type DataFactoryDataFlowTransformationDataset struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowTransformationDatasetOutputReference ¶
type DataFactoryDataFlowTransformationDatasetOutputReference 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() *DataFactoryDataFlowTransformationDataset SetInternalValue(val *DataFactoryDataFlowTransformationDataset) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetParameters() // 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 NewDataFactoryDataFlowTransformationDatasetOutputReference ¶
func NewDataFactoryDataFlowTransformationDatasetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowTransformationDatasetOutputReference
type DataFactoryDataFlowTransformationFlowlet ¶
type DataFactoryDataFlowTransformationFlowlet struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#dataset_parameters DataFactoryDataFlow#dataset_parameters}. DatasetParameters *string `field:"optional" json:"datasetParameters" yaml:"datasetParameters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowTransformationFlowletOutputReference ¶
type DataFactoryDataFlowTransformationFlowletOutputReference 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 DatasetParameters() *string SetDatasetParameters(val *string) DatasetParametersInput() *string // Experimental. Fqn() *string InternalValue() *DataFactoryDataFlowTransformationFlowlet SetInternalValue(val *DataFactoryDataFlowTransformationFlowlet) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetDatasetParameters() ResetParameters() // 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 NewDataFactoryDataFlowTransformationFlowletOutputReference ¶
func NewDataFactoryDataFlowTransformationFlowletOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowTransformationFlowletOutputReference
type DataFactoryDataFlowTransformationLinkedService ¶
type DataFactoryDataFlowTransformationLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#name DataFactoryDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.9.0/docs/resources/data_factory_data_flow#parameters DataFactoryDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryDataFlowTransformationLinkedServiceOutputReference ¶
type DataFactoryDataFlowTransformationLinkedServiceOutputReference 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() *DataFactoryDataFlowTransformationLinkedService SetInternalValue(val *DataFactoryDataFlowTransformationLinkedService) Name() *string SetName(val *string) NameInput() *string Parameters() *map[string]*string SetParameters(val *map[string]*string) ParametersInput() *map[string]*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 ResetParameters() // 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 NewDataFactoryDataFlowTransformationLinkedServiceOutputReference ¶
func NewDataFactoryDataFlowTransformationLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryDataFlowTransformationLinkedServiceOutputReference
type DataFactoryDataFlowTransformationList ¶
type DataFactoryDataFlowTransformationList 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) DataFactoryDataFlowTransformationOutputReference // 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 NewDataFactoryDataFlowTransformationList ¶
func NewDataFactoryDataFlowTransformationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataFactoryDataFlowTransformationList
type DataFactoryDataFlowTransformationOutputReference ¶
type DataFactoryDataFlowTransformationOutputReference 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 Dataset() DataFactoryDataFlowTransformationDatasetOutputReference DatasetInput() *DataFactoryDataFlowTransformationDataset Description() *string SetDescription(val *string) DescriptionInput() *string Flowlet() DataFactoryDataFlowTransformationFlowletOutputReference FlowletInput() *DataFactoryDataFlowTransformationFlowlet // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) LinkedService() DataFactoryDataFlowTransformationLinkedServiceOutputReference LinkedServiceInput() *DataFactoryDataFlowTransformationLinkedService Name() *string SetName(val *string) NameInput() *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 PutDataset(value *DataFactoryDataFlowTransformationDataset) PutFlowlet(value *DataFactoryDataFlowTransformationFlowlet) PutLinkedService(value *DataFactoryDataFlowTransformationLinkedService) ResetDataset() ResetDescription() ResetFlowlet() ResetLinkedService() // 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 NewDataFactoryDataFlowTransformationOutputReference ¶
func NewDataFactoryDataFlowTransformationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataFactoryDataFlowTransformationOutputReference
Source Files ¶
- DataFactoryDataFlow.go
- DataFactoryDataFlowConfig.go
- DataFactoryDataFlowSink.go
- DataFactoryDataFlowSinkDataset.go
- DataFactoryDataFlowSinkDatasetOutputReference.go
- DataFactoryDataFlowSinkDatasetOutputReference__checks.go
- DataFactoryDataFlowSinkFlowlet.go
- DataFactoryDataFlowSinkFlowletOutputReference.go
- DataFactoryDataFlowSinkFlowletOutputReference__checks.go
- DataFactoryDataFlowSinkLinkedService.go
- DataFactoryDataFlowSinkLinkedServiceOutputReference.go
- DataFactoryDataFlowSinkLinkedServiceOutputReference__checks.go
- DataFactoryDataFlowSinkList.go
- DataFactoryDataFlowSinkList__checks.go
- DataFactoryDataFlowSinkOutputReference.go
- DataFactoryDataFlowSinkOutputReference__checks.go
- DataFactoryDataFlowSinkRejectedLinkedService.go
- DataFactoryDataFlowSinkRejectedLinkedServiceOutputReference.go
- DataFactoryDataFlowSinkRejectedLinkedServiceOutputReference__checks.go
- DataFactoryDataFlowSinkSchemaLinkedService.go
- DataFactoryDataFlowSinkSchemaLinkedServiceOutputReference.go
- DataFactoryDataFlowSinkSchemaLinkedServiceOutputReference__checks.go
- DataFactoryDataFlowSource.go
- DataFactoryDataFlowSourceDataset.go
- DataFactoryDataFlowSourceDatasetOutputReference.go
- DataFactoryDataFlowSourceDatasetOutputReference__checks.go
- DataFactoryDataFlowSourceFlowlet.go
- DataFactoryDataFlowSourceFlowletOutputReference.go
- DataFactoryDataFlowSourceFlowletOutputReference__checks.go
- DataFactoryDataFlowSourceLinkedService.go
- DataFactoryDataFlowSourceLinkedServiceOutputReference.go
- DataFactoryDataFlowSourceLinkedServiceOutputReference__checks.go
- DataFactoryDataFlowSourceList.go
- DataFactoryDataFlowSourceList__checks.go
- DataFactoryDataFlowSourceOutputReference.go
- DataFactoryDataFlowSourceOutputReference__checks.go
- DataFactoryDataFlowSourceRejectedLinkedService.go
- DataFactoryDataFlowSourceRejectedLinkedServiceOutputReference.go
- DataFactoryDataFlowSourceRejectedLinkedServiceOutputReference__checks.go
- DataFactoryDataFlowSourceSchemaLinkedService.go
- DataFactoryDataFlowSourceSchemaLinkedServiceOutputReference.go
- DataFactoryDataFlowSourceSchemaLinkedServiceOutputReference__checks.go
- DataFactoryDataFlowTimeouts.go
- DataFactoryDataFlowTimeoutsOutputReference.go
- DataFactoryDataFlowTimeoutsOutputReference__checks.go
- DataFactoryDataFlowTransformation.go
- DataFactoryDataFlowTransformationDataset.go
- DataFactoryDataFlowTransformationDatasetOutputReference.go
- DataFactoryDataFlowTransformationDatasetOutputReference__checks.go
- DataFactoryDataFlowTransformationFlowlet.go
- DataFactoryDataFlowTransformationFlowletOutputReference.go
- DataFactoryDataFlowTransformationFlowletOutputReference__checks.go
- DataFactoryDataFlowTransformationLinkedService.go
- DataFactoryDataFlowTransformationLinkedServiceOutputReference.go
- DataFactoryDataFlowTransformationLinkedServiceOutputReference__checks.go
- DataFactoryDataFlowTransformationList.go
- DataFactoryDataFlowTransformationList__checks.go
- DataFactoryDataFlowTransformationOutputReference.go
- DataFactoryDataFlowTransformationOutputReference__checks.go
- DataFactoryDataFlow__checks.go
- main.go