Skip to main content

Initializer

import "github.com/open-constructs/cdk-terrain-go/cdktn"

&cdktn.DataConfig {
	Connection: interface{},
	Count: interface{},
	DependsOn: *[]github.com/open-constructs/cdk-terrain-go/cdktn.ITerraformDependable,
	ForEach: github.com/open-constructs/cdk-terrain-go/cdktn.ITerraformIterator,
	Lifecycle: github.com/open-constructs/cdk-terrain-go/cdktn.TerraformResourceLifecycle,
	Provider: github.com/open-constructs/cdk-terrain-go/cdktn.TerraformProvider,
	Provisioners: *[]interface{},
	Input: *map[string]interface{},
	TriggersReplace: *map[string]interface{},
}

Properties

NameTypeDescription
Connectioninterface{}No description.
Countinterface{}No description.
DependsOn*[]ITerraformDependableNo description.
ForEachITerraformIteratorNo description.
LifecycleTerraformResourceLifecycleNo description.
ProviderTerraformProviderNo description.
Provisioners*[]interface{}No description.
Input*map[string]interface{}(Optional) A value which will be stored in the instance state, and reflected in the output attribute after apply.
TriggersReplace*map[string]interface{}(Optional) A value which is stored in the instance state, and will force replacement when the value changes.

ConnectionOptional

Connection interface{}
  • Type: interface{}

CountOptional

Count interface{}
  • Type: interface{}

DependsOnOptional

DependsOn *[]ITerraformDependable

ForEachOptional

ForEach ITerraformIterator

LifecycleOptional

Lifecycle TerraformResourceLifecycle

ProviderOptional

Provider TerraformProvider

ProvisionersOptional

Provisioners *[]interface{}
  • Type: *[]interface{}

InputOptional

Input *map[string]interface{}
  • Type: *map[string]interface{}
(Optional) A value which will be stored in the instance state, and reflected in the output attribute after apply. https://developer.hashicorp.com/terraform/language/resources/terraform-data#input

TriggersReplaceOptional

TriggersReplace *map[string]interface{}
  • Type: *map[string]interface{}
(Optional) A value which is stored in the instance state, and will force replacement when the value changes. https://developer.hashicorp.com/terraform/language/resources/terraform-data#triggers\_replace