Documentation ¶
Index ¶
- func DataFactoryFlowletDataFlow_IsConstruct(x interface{}) *bool
- func DataFactoryFlowletDataFlow_IsTerraformElement(x interface{}) *bool
- func DataFactoryFlowletDataFlow_IsTerraformResource(x interface{}) *bool
- func DataFactoryFlowletDataFlow_TfResourceType() *string
- func NewDataFactoryFlowletDataFlowSinkDatasetOutputReference_Override(d DataFactoryFlowletDataFlowSinkDatasetOutputReference, ...)
- func NewDataFactoryFlowletDataFlowSinkFlowletOutputReference_Override(d DataFactoryFlowletDataFlowSinkFlowletOutputReference, ...)
- func NewDataFactoryFlowletDataFlowSinkLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSinkLinkedServiceOutputReference, ...)
- func NewDataFactoryFlowletDataFlowSinkList_Override(d DataFactoryFlowletDataFlowSinkList, ...)
- func NewDataFactoryFlowletDataFlowSinkOutputReference_Override(d DataFactoryFlowletDataFlowSinkOutputReference, ...)
- func NewDataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference, ...)
- func NewDataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference, ...)
- func NewDataFactoryFlowletDataFlowSourceDatasetOutputReference_Override(d DataFactoryFlowletDataFlowSourceDatasetOutputReference, ...)
- func NewDataFactoryFlowletDataFlowSourceFlowletOutputReference_Override(d DataFactoryFlowletDataFlowSourceFlowletOutputReference, ...)
- func NewDataFactoryFlowletDataFlowSourceLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSourceLinkedServiceOutputReference, ...)
- func NewDataFactoryFlowletDataFlowSourceList_Override(d DataFactoryFlowletDataFlowSourceList, ...)
- func NewDataFactoryFlowletDataFlowSourceOutputReference_Override(d DataFactoryFlowletDataFlowSourceOutputReference, ...)
- func NewDataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference, ...)
- func NewDataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference, ...)
- func NewDataFactoryFlowletDataFlowTimeoutsOutputReference_Override(d DataFactoryFlowletDataFlowTimeoutsOutputReference, ...)
- func NewDataFactoryFlowletDataFlowTransformationDatasetOutputReference_Override(d DataFactoryFlowletDataFlowTransformationDatasetOutputReference, ...)
- func NewDataFactoryFlowletDataFlowTransformationFlowletOutputReference_Override(d DataFactoryFlowletDataFlowTransformationFlowletOutputReference, ...)
- func NewDataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference, ...)
- func NewDataFactoryFlowletDataFlowTransformationList_Override(d DataFactoryFlowletDataFlowTransformationList, ...)
- func NewDataFactoryFlowletDataFlowTransformationOutputReference_Override(d DataFactoryFlowletDataFlowTransformationOutputReference, ...)
- func NewDataFactoryFlowletDataFlow_Override(d DataFactoryFlowletDataFlow, scope constructs.Construct, id *string, ...)
- type DataFactoryFlowletDataFlow
- type DataFactoryFlowletDataFlowConfig
- type DataFactoryFlowletDataFlowSink
- type DataFactoryFlowletDataFlowSinkDataset
- type DataFactoryFlowletDataFlowSinkDatasetOutputReference
- type DataFactoryFlowletDataFlowSinkFlowlet
- type DataFactoryFlowletDataFlowSinkFlowletOutputReference
- type DataFactoryFlowletDataFlowSinkLinkedService
- type DataFactoryFlowletDataFlowSinkLinkedServiceOutputReference
- type DataFactoryFlowletDataFlowSinkList
- type DataFactoryFlowletDataFlowSinkOutputReference
- type DataFactoryFlowletDataFlowSinkRejectedLinkedService
- type DataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference
- type DataFactoryFlowletDataFlowSinkSchemaLinkedService
- type DataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference
- type DataFactoryFlowletDataFlowSource
- type DataFactoryFlowletDataFlowSourceDataset
- type DataFactoryFlowletDataFlowSourceDatasetOutputReference
- type DataFactoryFlowletDataFlowSourceFlowlet
- type DataFactoryFlowletDataFlowSourceFlowletOutputReference
- type DataFactoryFlowletDataFlowSourceLinkedService
- type DataFactoryFlowletDataFlowSourceLinkedServiceOutputReference
- type DataFactoryFlowletDataFlowSourceList
- type DataFactoryFlowletDataFlowSourceOutputReference
- type DataFactoryFlowletDataFlowSourceRejectedLinkedService
- type DataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference
- type DataFactoryFlowletDataFlowSourceSchemaLinkedService
- type DataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference
- type DataFactoryFlowletDataFlowTimeouts
- type DataFactoryFlowletDataFlowTimeoutsOutputReference
- type DataFactoryFlowletDataFlowTransformation
- type DataFactoryFlowletDataFlowTransformationDataset
- type DataFactoryFlowletDataFlowTransformationDatasetOutputReference
- type DataFactoryFlowletDataFlowTransformationFlowlet
- type DataFactoryFlowletDataFlowTransformationFlowletOutputReference
- type DataFactoryFlowletDataFlowTransformationLinkedService
- type DataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference
- type DataFactoryFlowletDataFlowTransformationList
- type DataFactoryFlowletDataFlowTransformationOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataFactoryFlowletDataFlow_IsConstruct ¶
func DataFactoryFlowletDataFlow_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 DataFactoryFlowletDataFlow_IsTerraformElement ¶
func DataFactoryFlowletDataFlow_IsTerraformElement(x interface{}) *bool
Experimental.
func DataFactoryFlowletDataFlow_IsTerraformResource ¶
func DataFactoryFlowletDataFlow_IsTerraformResource(x interface{}) *bool
Experimental.
func DataFactoryFlowletDataFlow_TfResourceType ¶
func DataFactoryFlowletDataFlow_TfResourceType() *string
func NewDataFactoryFlowletDataFlowSinkDatasetOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSinkDatasetOutputReference_Override(d DataFactoryFlowletDataFlowSinkDatasetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowSinkFlowletOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSinkFlowletOutputReference_Override(d DataFactoryFlowletDataFlowSinkFlowletOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowSinkLinkedServiceOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSinkLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSinkLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowSinkList_Override ¶
func NewDataFactoryFlowletDataFlowSinkList_Override(d DataFactoryFlowletDataFlowSinkList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataFactoryFlowletDataFlowSinkOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSinkOutputReference_Override(d DataFactoryFlowletDataFlowSinkOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowSourceDatasetOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSourceDatasetOutputReference_Override(d DataFactoryFlowletDataFlowSourceDatasetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowSourceFlowletOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSourceFlowletOutputReference_Override(d DataFactoryFlowletDataFlowSourceFlowletOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowSourceLinkedServiceOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSourceLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSourceLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowSourceList_Override ¶
func NewDataFactoryFlowletDataFlowSourceList_Override(d DataFactoryFlowletDataFlowSourceList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataFactoryFlowletDataFlowSourceOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSourceOutputReference_Override(d DataFactoryFlowletDataFlowSourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowTimeoutsOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowTimeoutsOutputReference_Override(d DataFactoryFlowletDataFlowTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowTransformationDatasetOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowTransformationDatasetOutputReference_Override(d DataFactoryFlowletDataFlowTransformationDatasetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowTransformationFlowletOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowTransformationFlowletOutputReference_Override(d DataFactoryFlowletDataFlowTransformationFlowletOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference_Override(d DataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataFactoryFlowletDataFlowTransformationList_Override ¶
func NewDataFactoryFlowletDataFlowTransformationList_Override(d DataFactoryFlowletDataFlowTransformationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataFactoryFlowletDataFlowTransformationOutputReference_Override ¶
func NewDataFactoryFlowletDataFlowTransformationOutputReference_Override(d DataFactoryFlowletDataFlowTransformationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataFactoryFlowletDataFlow_Override ¶
func NewDataFactoryFlowletDataFlow_Override(d DataFactoryFlowletDataFlow, scope constructs.Construct, id *string, config *DataFactoryFlowletDataFlowConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow azurerm_data_factory_flowlet_data_flow} Resource.
Types ¶
type DataFactoryFlowletDataFlow ¶
type DataFactoryFlowletDataFlow 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() DataFactoryFlowletDataFlowSinkList SinkInput() interface{} Source() DataFactoryFlowletDataFlowSourceList SourceInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DataFactoryFlowletDataFlowTimeoutsOutputReference TimeoutsInput() interface{} Transformation() DataFactoryFlowletDataFlowTransformationList TransformationInput() interface{} // 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. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutSink(value interface{}) PutSource(value interface{}) PutTimeouts(value *DataFactoryFlowletDataFlowTimeouts) 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{} // 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/3.70.0/docs/resources/data_factory_flowlet_data_flow azurerm_data_factory_flowlet_data_flow}.
func NewDataFactoryFlowletDataFlow ¶
func NewDataFactoryFlowletDataFlow(scope constructs.Construct, id *string, config *DataFactoryFlowletDataFlowConfig) DataFactoryFlowletDataFlow
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow azurerm_data_factory_flowlet_data_flow} Resource.
type DataFactoryFlowletDataFlowConfig ¶
type DataFactoryFlowletDataFlowConfig 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/3.70.0/docs/resources/data_factory_flowlet_data_flow#data_factory_id DataFactoryFlowletDataFlow#data_factory_id}. DataFactoryId *string `field:"required" json:"dataFactoryId" yaml:"dataFactoryId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // sink block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#sink DataFactoryFlowletDataFlow#sink} Sink interface{} `field:"required" json:"sink" yaml:"sink"` // source block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#source DataFactoryFlowletDataFlow#source} Source interface{} `field:"required" json:"source" yaml:"source"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#annotations DataFactoryFlowletDataFlow#annotations}. Annotations *[]*string `field:"optional" json:"annotations" yaml:"annotations"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#description DataFactoryFlowletDataFlow#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#folder DataFactoryFlowletDataFlow#folder}. Folder *string `field:"optional" json:"folder" yaml:"folder"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#id DataFactoryFlowletDataFlow#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/3.70.0/docs/resources/data_factory_flowlet_data_flow#script DataFactoryFlowletDataFlow#script}. Script *string `field:"optional" json:"script" yaml:"script"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#script_lines DataFactoryFlowletDataFlow#script_lines}. ScriptLines *[]*string `field:"optional" json:"scriptLines" yaml:"scriptLines"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#timeouts DataFactoryFlowletDataFlow#timeouts} Timeouts *DataFactoryFlowletDataFlowTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // transformation block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#transformation DataFactoryFlowletDataFlow#transformation} Transformation interface{} `field:"optional" json:"transformation" yaml:"transformation"` }
type DataFactoryFlowletDataFlowSink ¶
type DataFactoryFlowletDataFlowSink struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // dataset block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#dataset DataFactoryFlowletDataFlow#dataset} Dataset *DataFactoryFlowletDataFlowSinkDataset `field:"optional" json:"dataset" yaml:"dataset"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#description DataFactoryFlowletDataFlow#description}. Description *string `field:"optional" json:"description" yaml:"description"` // flowlet block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#flowlet DataFactoryFlowletDataFlow#flowlet} Flowlet *DataFactoryFlowletDataFlowSinkFlowlet `field:"optional" json:"flowlet" yaml:"flowlet"` // linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#linked_service DataFactoryFlowletDataFlow#linked_service} LinkedService *DataFactoryFlowletDataFlowSinkLinkedService `field:"optional" json:"linkedService" yaml:"linkedService"` // rejected_linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#rejected_linked_service DataFactoryFlowletDataFlow#rejected_linked_service} RejectedLinkedService *DataFactoryFlowletDataFlowSinkRejectedLinkedService `field:"optional" json:"rejectedLinkedService" yaml:"rejectedLinkedService"` // schema_linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#schema_linked_service DataFactoryFlowletDataFlow#schema_linked_service} SchemaLinkedService *DataFactoryFlowletDataFlowSinkSchemaLinkedService `field:"optional" json:"schemaLinkedService" yaml:"schemaLinkedService"` }
type DataFactoryFlowletDataFlowSinkDataset ¶
type DataFactoryFlowletDataFlowSinkDataset struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowSinkDatasetOutputReference ¶
type DataFactoryFlowletDataFlowSinkDatasetOutputReference 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() *DataFactoryFlowletDataFlowSinkDataset SetInternalValue(val *DataFactoryFlowletDataFlowSinkDataset) 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 NewDataFactoryFlowletDataFlowSinkDatasetOutputReference ¶
func NewDataFactoryFlowletDataFlowSinkDatasetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowSinkDatasetOutputReference
type DataFactoryFlowletDataFlowSinkFlowlet ¶
type DataFactoryFlowletDataFlowSinkFlowlet struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#dataset_parameters DataFactoryFlowletDataFlow#dataset_parameters}. DatasetParameters *string `field:"optional" json:"datasetParameters" yaml:"datasetParameters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowSinkFlowletOutputReference ¶
type DataFactoryFlowletDataFlowSinkFlowletOutputReference 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() *DataFactoryFlowletDataFlowSinkFlowlet SetInternalValue(val *DataFactoryFlowletDataFlowSinkFlowlet) 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 NewDataFactoryFlowletDataFlowSinkFlowletOutputReference ¶
func NewDataFactoryFlowletDataFlowSinkFlowletOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowSinkFlowletOutputReference
type DataFactoryFlowletDataFlowSinkLinkedService ¶
type DataFactoryFlowletDataFlowSinkLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowSinkLinkedServiceOutputReference ¶
type DataFactoryFlowletDataFlowSinkLinkedServiceOutputReference 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() *DataFactoryFlowletDataFlowSinkLinkedService SetInternalValue(val *DataFactoryFlowletDataFlowSinkLinkedService) 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 NewDataFactoryFlowletDataFlowSinkLinkedServiceOutputReference ¶
func NewDataFactoryFlowletDataFlowSinkLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowSinkLinkedServiceOutputReference
type DataFactoryFlowletDataFlowSinkList ¶
type DataFactoryFlowletDataFlowSinkList 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) // Experimental. ComputeFqn() *string Get(index *float64) DataFactoryFlowletDataFlowSinkOutputReference // 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 NewDataFactoryFlowletDataFlowSinkList ¶
func NewDataFactoryFlowletDataFlowSinkList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataFactoryFlowletDataFlowSinkList
type DataFactoryFlowletDataFlowSinkOutputReference ¶
type DataFactoryFlowletDataFlowSinkOutputReference 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() DataFactoryFlowletDataFlowSinkDatasetOutputReference DatasetInput() *DataFactoryFlowletDataFlowSinkDataset Description() *string SetDescription(val *string) DescriptionInput() *string Flowlet() DataFactoryFlowletDataFlowSinkFlowletOutputReference FlowletInput() *DataFactoryFlowletDataFlowSinkFlowlet // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) LinkedService() DataFactoryFlowletDataFlowSinkLinkedServiceOutputReference LinkedServiceInput() *DataFactoryFlowletDataFlowSinkLinkedService Name() *string SetName(val *string) NameInput() *string RejectedLinkedService() DataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference RejectedLinkedServiceInput() *DataFactoryFlowletDataFlowSinkRejectedLinkedService SchemaLinkedService() DataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference SchemaLinkedServiceInput() *DataFactoryFlowletDataFlowSinkSchemaLinkedService // 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 *DataFactoryFlowletDataFlowSinkDataset) PutFlowlet(value *DataFactoryFlowletDataFlowSinkFlowlet) PutLinkedService(value *DataFactoryFlowletDataFlowSinkLinkedService) PutRejectedLinkedService(value *DataFactoryFlowletDataFlowSinkRejectedLinkedService) PutSchemaLinkedService(value *DataFactoryFlowletDataFlowSinkSchemaLinkedService) 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 NewDataFactoryFlowletDataFlowSinkOutputReference ¶
func NewDataFactoryFlowletDataFlowSinkOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataFactoryFlowletDataFlowSinkOutputReference
type DataFactoryFlowletDataFlowSinkRejectedLinkedService ¶
type DataFactoryFlowletDataFlowSinkRejectedLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference ¶
type DataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference 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() *DataFactoryFlowletDataFlowSinkRejectedLinkedService SetInternalValue(val *DataFactoryFlowletDataFlowSinkRejectedLinkedService) 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 NewDataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference ¶
func NewDataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference
type DataFactoryFlowletDataFlowSinkSchemaLinkedService ¶
type DataFactoryFlowletDataFlowSinkSchemaLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference ¶
type DataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference 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() *DataFactoryFlowletDataFlowSinkSchemaLinkedService SetInternalValue(val *DataFactoryFlowletDataFlowSinkSchemaLinkedService) 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 NewDataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference ¶
func NewDataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference
type DataFactoryFlowletDataFlowSource ¶
type DataFactoryFlowletDataFlowSource struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // dataset block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#dataset DataFactoryFlowletDataFlow#dataset} Dataset *DataFactoryFlowletDataFlowSourceDataset `field:"optional" json:"dataset" yaml:"dataset"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#description DataFactoryFlowletDataFlow#description}. Description *string `field:"optional" json:"description" yaml:"description"` // flowlet block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#flowlet DataFactoryFlowletDataFlow#flowlet} Flowlet *DataFactoryFlowletDataFlowSourceFlowlet `field:"optional" json:"flowlet" yaml:"flowlet"` // linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#linked_service DataFactoryFlowletDataFlow#linked_service} LinkedService *DataFactoryFlowletDataFlowSourceLinkedService `field:"optional" json:"linkedService" yaml:"linkedService"` // rejected_linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#rejected_linked_service DataFactoryFlowletDataFlow#rejected_linked_service} RejectedLinkedService *DataFactoryFlowletDataFlowSourceRejectedLinkedService `field:"optional" json:"rejectedLinkedService" yaml:"rejectedLinkedService"` // schema_linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#schema_linked_service DataFactoryFlowletDataFlow#schema_linked_service} SchemaLinkedService *DataFactoryFlowletDataFlowSourceSchemaLinkedService `field:"optional" json:"schemaLinkedService" yaml:"schemaLinkedService"` }
type DataFactoryFlowletDataFlowSourceDataset ¶
type DataFactoryFlowletDataFlowSourceDataset struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowSourceDatasetOutputReference ¶
type DataFactoryFlowletDataFlowSourceDatasetOutputReference 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() *DataFactoryFlowletDataFlowSourceDataset SetInternalValue(val *DataFactoryFlowletDataFlowSourceDataset) 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 NewDataFactoryFlowletDataFlowSourceDatasetOutputReference ¶
func NewDataFactoryFlowletDataFlowSourceDatasetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowSourceDatasetOutputReference
type DataFactoryFlowletDataFlowSourceFlowlet ¶
type DataFactoryFlowletDataFlowSourceFlowlet struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#dataset_parameters DataFactoryFlowletDataFlow#dataset_parameters}. DatasetParameters *string `field:"optional" json:"datasetParameters" yaml:"datasetParameters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowSourceFlowletOutputReference ¶
type DataFactoryFlowletDataFlowSourceFlowletOutputReference 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() *DataFactoryFlowletDataFlowSourceFlowlet SetInternalValue(val *DataFactoryFlowletDataFlowSourceFlowlet) 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 NewDataFactoryFlowletDataFlowSourceFlowletOutputReference ¶
func NewDataFactoryFlowletDataFlowSourceFlowletOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowSourceFlowletOutputReference
type DataFactoryFlowletDataFlowSourceLinkedService ¶
type DataFactoryFlowletDataFlowSourceLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowSourceLinkedServiceOutputReference ¶
type DataFactoryFlowletDataFlowSourceLinkedServiceOutputReference 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() *DataFactoryFlowletDataFlowSourceLinkedService SetInternalValue(val *DataFactoryFlowletDataFlowSourceLinkedService) 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 NewDataFactoryFlowletDataFlowSourceLinkedServiceOutputReference ¶
func NewDataFactoryFlowletDataFlowSourceLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowSourceLinkedServiceOutputReference
type DataFactoryFlowletDataFlowSourceList ¶
type DataFactoryFlowletDataFlowSourceList 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) // Experimental. ComputeFqn() *string Get(index *float64) DataFactoryFlowletDataFlowSourceOutputReference // 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 NewDataFactoryFlowletDataFlowSourceList ¶
func NewDataFactoryFlowletDataFlowSourceList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataFactoryFlowletDataFlowSourceList
type DataFactoryFlowletDataFlowSourceOutputReference ¶
type DataFactoryFlowletDataFlowSourceOutputReference 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() DataFactoryFlowletDataFlowSourceDatasetOutputReference DatasetInput() *DataFactoryFlowletDataFlowSourceDataset Description() *string SetDescription(val *string) DescriptionInput() *string Flowlet() DataFactoryFlowletDataFlowSourceFlowletOutputReference FlowletInput() *DataFactoryFlowletDataFlowSourceFlowlet // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) LinkedService() DataFactoryFlowletDataFlowSourceLinkedServiceOutputReference LinkedServiceInput() *DataFactoryFlowletDataFlowSourceLinkedService Name() *string SetName(val *string) NameInput() *string RejectedLinkedService() DataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference RejectedLinkedServiceInput() *DataFactoryFlowletDataFlowSourceRejectedLinkedService SchemaLinkedService() DataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference SchemaLinkedServiceInput() *DataFactoryFlowletDataFlowSourceSchemaLinkedService // 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 *DataFactoryFlowletDataFlowSourceDataset) PutFlowlet(value *DataFactoryFlowletDataFlowSourceFlowlet) PutLinkedService(value *DataFactoryFlowletDataFlowSourceLinkedService) PutRejectedLinkedService(value *DataFactoryFlowletDataFlowSourceRejectedLinkedService) PutSchemaLinkedService(value *DataFactoryFlowletDataFlowSourceSchemaLinkedService) 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 NewDataFactoryFlowletDataFlowSourceOutputReference ¶
func NewDataFactoryFlowletDataFlowSourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataFactoryFlowletDataFlowSourceOutputReference
type DataFactoryFlowletDataFlowSourceRejectedLinkedService ¶
type DataFactoryFlowletDataFlowSourceRejectedLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference ¶
type DataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference 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() *DataFactoryFlowletDataFlowSourceRejectedLinkedService SetInternalValue(val *DataFactoryFlowletDataFlowSourceRejectedLinkedService) 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 NewDataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference ¶
func NewDataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference
type DataFactoryFlowletDataFlowSourceSchemaLinkedService ¶
type DataFactoryFlowletDataFlowSourceSchemaLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference ¶
type DataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference 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() *DataFactoryFlowletDataFlowSourceSchemaLinkedService SetInternalValue(val *DataFactoryFlowletDataFlowSourceSchemaLinkedService) 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 NewDataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference ¶
func NewDataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference
type DataFactoryFlowletDataFlowTimeouts ¶
type DataFactoryFlowletDataFlowTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#create DataFactoryFlowletDataFlow#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#delete DataFactoryFlowletDataFlow#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#read DataFactoryFlowletDataFlow#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#update DataFactoryFlowletDataFlow#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type DataFactoryFlowletDataFlowTimeoutsOutputReference ¶
type DataFactoryFlowletDataFlowTimeoutsOutputReference 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 NewDataFactoryFlowletDataFlowTimeoutsOutputReference ¶
func NewDataFactoryFlowletDataFlowTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowTimeoutsOutputReference
type DataFactoryFlowletDataFlowTransformation ¶
type DataFactoryFlowletDataFlowTransformation struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // dataset block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#dataset DataFactoryFlowletDataFlow#dataset} Dataset *DataFactoryFlowletDataFlowTransformationDataset `field:"optional" json:"dataset" yaml:"dataset"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#description DataFactoryFlowletDataFlow#description}. Description *string `field:"optional" json:"description" yaml:"description"` // flowlet block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#flowlet DataFactoryFlowletDataFlow#flowlet} Flowlet *DataFactoryFlowletDataFlowTransformationFlowlet `field:"optional" json:"flowlet" yaml:"flowlet"` // linked_service block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#linked_service DataFactoryFlowletDataFlow#linked_service} LinkedService *DataFactoryFlowletDataFlowTransformationLinkedService `field:"optional" json:"linkedService" yaml:"linkedService"` }
type DataFactoryFlowletDataFlowTransformationDataset ¶
type DataFactoryFlowletDataFlowTransformationDataset struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowTransformationDatasetOutputReference ¶
type DataFactoryFlowletDataFlowTransformationDatasetOutputReference 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() *DataFactoryFlowletDataFlowTransformationDataset SetInternalValue(val *DataFactoryFlowletDataFlowTransformationDataset) 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 NewDataFactoryFlowletDataFlowTransformationDatasetOutputReference ¶
func NewDataFactoryFlowletDataFlowTransformationDatasetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowTransformationDatasetOutputReference
type DataFactoryFlowletDataFlowTransformationFlowlet ¶
type DataFactoryFlowletDataFlowTransformationFlowlet struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#dataset_parameters DataFactoryFlowletDataFlow#dataset_parameters}. DatasetParameters *string `field:"optional" json:"datasetParameters" yaml:"datasetParameters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowTransformationFlowletOutputReference ¶
type DataFactoryFlowletDataFlowTransformationFlowletOutputReference 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() *DataFactoryFlowletDataFlowTransformationFlowlet SetInternalValue(val *DataFactoryFlowletDataFlowTransformationFlowlet) 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 NewDataFactoryFlowletDataFlowTransformationFlowletOutputReference ¶
func NewDataFactoryFlowletDataFlowTransformationFlowletOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowTransformationFlowletOutputReference
type DataFactoryFlowletDataFlowTransformationLinkedService ¶
type DataFactoryFlowletDataFlowTransformationLinkedService struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#name DataFactoryFlowletDataFlow#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/data_factory_flowlet_data_flow#parameters DataFactoryFlowletDataFlow#parameters}. Parameters *map[string]*string `field:"optional" json:"parameters" yaml:"parameters"` }
type DataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference ¶
type DataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference 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() *DataFactoryFlowletDataFlowTransformationLinkedService SetInternalValue(val *DataFactoryFlowletDataFlowTransformationLinkedService) 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 NewDataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference ¶
func NewDataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference
type DataFactoryFlowletDataFlowTransformationList ¶
type DataFactoryFlowletDataFlowTransformationList 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) // Experimental. ComputeFqn() *string Get(index *float64) DataFactoryFlowletDataFlowTransformationOutputReference // 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 NewDataFactoryFlowletDataFlowTransformationList ¶
func NewDataFactoryFlowletDataFlowTransformationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataFactoryFlowletDataFlowTransformationList
type DataFactoryFlowletDataFlowTransformationOutputReference ¶
type DataFactoryFlowletDataFlowTransformationOutputReference 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() DataFactoryFlowletDataFlowTransformationDatasetOutputReference DatasetInput() *DataFactoryFlowletDataFlowTransformationDataset Description() *string SetDescription(val *string) DescriptionInput() *string Flowlet() DataFactoryFlowletDataFlowTransformationFlowletOutputReference FlowletInput() *DataFactoryFlowletDataFlowTransformationFlowlet // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) LinkedService() DataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference LinkedServiceInput() *DataFactoryFlowletDataFlowTransformationLinkedService 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 *DataFactoryFlowletDataFlowTransformationDataset) PutFlowlet(value *DataFactoryFlowletDataFlowTransformationFlowlet) PutLinkedService(value *DataFactoryFlowletDataFlowTransformationLinkedService) 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 NewDataFactoryFlowletDataFlowTransformationOutputReference ¶
func NewDataFactoryFlowletDataFlowTransformationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataFactoryFlowletDataFlowTransformationOutputReference
Source Files ¶
- DataFactoryFlowletDataFlow.go
- DataFactoryFlowletDataFlowConfig.go
- DataFactoryFlowletDataFlowSink.go
- DataFactoryFlowletDataFlowSinkDataset.go
- DataFactoryFlowletDataFlowSinkDatasetOutputReference.go
- DataFactoryFlowletDataFlowSinkDatasetOutputReference__checks.go
- DataFactoryFlowletDataFlowSinkFlowlet.go
- DataFactoryFlowletDataFlowSinkFlowletOutputReference.go
- DataFactoryFlowletDataFlowSinkFlowletOutputReference__checks.go
- DataFactoryFlowletDataFlowSinkLinkedService.go
- DataFactoryFlowletDataFlowSinkLinkedServiceOutputReference.go
- DataFactoryFlowletDataFlowSinkLinkedServiceOutputReference__checks.go
- DataFactoryFlowletDataFlowSinkList.go
- DataFactoryFlowletDataFlowSinkList__checks.go
- DataFactoryFlowletDataFlowSinkOutputReference.go
- DataFactoryFlowletDataFlowSinkOutputReference__checks.go
- DataFactoryFlowletDataFlowSinkRejectedLinkedService.go
- DataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference.go
- DataFactoryFlowletDataFlowSinkRejectedLinkedServiceOutputReference__checks.go
- DataFactoryFlowletDataFlowSinkSchemaLinkedService.go
- DataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference.go
- DataFactoryFlowletDataFlowSinkSchemaLinkedServiceOutputReference__checks.go
- DataFactoryFlowletDataFlowSource.go
- DataFactoryFlowletDataFlowSourceDataset.go
- DataFactoryFlowletDataFlowSourceDatasetOutputReference.go
- DataFactoryFlowletDataFlowSourceDatasetOutputReference__checks.go
- DataFactoryFlowletDataFlowSourceFlowlet.go
- DataFactoryFlowletDataFlowSourceFlowletOutputReference.go
- DataFactoryFlowletDataFlowSourceFlowletOutputReference__checks.go
- DataFactoryFlowletDataFlowSourceLinkedService.go
- DataFactoryFlowletDataFlowSourceLinkedServiceOutputReference.go
- DataFactoryFlowletDataFlowSourceLinkedServiceOutputReference__checks.go
- DataFactoryFlowletDataFlowSourceList.go
- DataFactoryFlowletDataFlowSourceList__checks.go
- DataFactoryFlowletDataFlowSourceOutputReference.go
- DataFactoryFlowletDataFlowSourceOutputReference__checks.go
- DataFactoryFlowletDataFlowSourceRejectedLinkedService.go
- DataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference.go
- DataFactoryFlowletDataFlowSourceRejectedLinkedServiceOutputReference__checks.go
- DataFactoryFlowletDataFlowSourceSchemaLinkedService.go
- DataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference.go
- DataFactoryFlowletDataFlowSourceSchemaLinkedServiceOutputReference__checks.go
- DataFactoryFlowletDataFlowTimeouts.go
- DataFactoryFlowletDataFlowTimeoutsOutputReference.go
- DataFactoryFlowletDataFlowTimeoutsOutputReference__checks.go
- DataFactoryFlowletDataFlowTransformation.go
- DataFactoryFlowletDataFlowTransformationDataset.go
- DataFactoryFlowletDataFlowTransformationDatasetOutputReference.go
- DataFactoryFlowletDataFlowTransformationDatasetOutputReference__checks.go
- DataFactoryFlowletDataFlowTransformationFlowlet.go
- DataFactoryFlowletDataFlowTransformationFlowletOutputReference.go
- DataFactoryFlowletDataFlowTransformationFlowletOutputReference__checks.go
- DataFactoryFlowletDataFlowTransformationLinkedService.go
- DataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference.go
- DataFactoryFlowletDataFlowTransformationLinkedServiceOutputReference__checks.go
- DataFactoryFlowletDataFlowTransformationList.go
- DataFactoryFlowletDataFlowTransformationList__checks.go
- DataFactoryFlowletDataFlowTransformationOutputReference.go
- DataFactoryFlowletDataFlowTransformationOutputReference__checks.go
- DataFactoryFlowletDataFlow__checks.go
- main.go