Documentation ¶
Index ¶
- func DataplexZone_IsConstruct(x interface{}) *bool
- func DataplexZone_IsTerraformElement(x interface{}) *bool
- func DataplexZone_IsTerraformResource(x interface{}) *bool
- func DataplexZone_TfResourceType() *string
- func NewDataplexZoneAssetStatusList_Override(d DataplexZoneAssetStatusList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewDataplexZoneAssetStatusOutputReference_Override(d DataplexZoneAssetStatusOutputReference, ...)
- func NewDataplexZoneDiscoverySpecCsvOptionsOutputReference_Override(d DataplexZoneDiscoverySpecCsvOptionsOutputReference, ...)
- func NewDataplexZoneDiscoverySpecJsonOptionsOutputReference_Override(d DataplexZoneDiscoverySpecJsonOptionsOutputReference, ...)
- func NewDataplexZoneDiscoverySpecOutputReference_Override(d DataplexZoneDiscoverySpecOutputReference, ...)
- func NewDataplexZoneResourceSpecOutputReference_Override(d DataplexZoneResourceSpecOutputReference, ...)
- func NewDataplexZoneTimeoutsOutputReference_Override(d DataplexZoneTimeoutsOutputReference, ...)
- func NewDataplexZone_Override(d DataplexZone, scope constructs.Construct, id *string, ...)
- type DataplexZone
- type DataplexZoneAssetStatus
- type DataplexZoneAssetStatusList
- type DataplexZoneAssetStatusOutputReference
- type DataplexZoneConfig
- type DataplexZoneDiscoverySpec
- type DataplexZoneDiscoverySpecCsvOptions
- type DataplexZoneDiscoverySpecCsvOptionsOutputReference
- type DataplexZoneDiscoverySpecJsonOptions
- type DataplexZoneDiscoverySpecJsonOptionsOutputReference
- type DataplexZoneDiscoverySpecOutputReference
- type DataplexZoneResourceSpec
- type DataplexZoneResourceSpecOutputReference
- type DataplexZoneTimeouts
- type DataplexZoneTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataplexZone_IsConstruct ¶
func DataplexZone_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 DataplexZone_IsTerraformElement ¶
func DataplexZone_IsTerraformElement(x interface{}) *bool
Experimental.
func DataplexZone_IsTerraformResource ¶
func DataplexZone_IsTerraformResource(x interface{}) *bool
Experimental.
func DataplexZone_TfResourceType ¶
func DataplexZone_TfResourceType() *string
func NewDataplexZoneAssetStatusList_Override ¶
func NewDataplexZoneAssetStatusList_Override(d DataplexZoneAssetStatusList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataplexZoneAssetStatusOutputReference_Override ¶
func NewDataplexZoneAssetStatusOutputReference_Override(d DataplexZoneAssetStatusOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataplexZoneDiscoverySpecCsvOptionsOutputReference_Override ¶
func NewDataplexZoneDiscoverySpecCsvOptionsOutputReference_Override(d DataplexZoneDiscoverySpecCsvOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataplexZoneDiscoverySpecJsonOptionsOutputReference_Override ¶
func NewDataplexZoneDiscoverySpecJsonOptionsOutputReference_Override(d DataplexZoneDiscoverySpecJsonOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataplexZoneDiscoverySpecOutputReference_Override ¶
func NewDataplexZoneDiscoverySpecOutputReference_Override(d DataplexZoneDiscoverySpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataplexZoneResourceSpecOutputReference_Override ¶
func NewDataplexZoneResourceSpecOutputReference_Override(d DataplexZoneResourceSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataplexZoneTimeoutsOutputReference_Override ¶
func NewDataplexZoneTimeoutsOutputReference_Override(d DataplexZoneTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataplexZone_Override ¶
func NewDataplexZone_Override(d DataplexZone, scope constructs.Construct, id *string, config *DataplexZoneConfig)
Create a new {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone google_dataplex_zone} Resource.
Types ¶
type DataplexZone ¶
type DataplexZone interface { cdktf.TerraformResource AssetStatus() DataplexZoneAssetStatusList // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) CreateTime() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DiscoverySpec() DataplexZoneDiscoverySpecOutputReference DiscoverySpecInput() *DataplexZoneDiscoverySpec DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string Lake() *string SetLake(val *string) LakeInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ResourceSpec() DataplexZoneResourceSpecOutputReference ResourceSpecInput() *DataplexZoneResourceSpec State() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DataplexZoneTimeoutsOutputReference TimeoutsInput() interface{} Type() *string SetType(val *string) TypeInput() *string Uid() *string UpdateTime() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutDiscoverySpec(value *DataplexZoneDiscoverySpec) PutResourceSpec(value *DataplexZoneResourceSpec) PutTimeouts(value *DataplexZoneTimeouts) ResetDescription() ResetDisplayName() ResetId() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetTimeouts() 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://www.terraform.io/docs/providers/google/r/dataplex_zone google_dataplex_zone}.
func NewDataplexZone ¶
func NewDataplexZone(scope constructs.Construct, id *string, config *DataplexZoneConfig) DataplexZone
Create a new {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone google_dataplex_zone} Resource.
type DataplexZoneAssetStatus ¶
type DataplexZoneAssetStatus struct { }
type DataplexZoneAssetStatusList ¶
type DataplexZoneAssetStatusList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataplexZoneAssetStatusOutputReference // 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 NewDataplexZoneAssetStatusList ¶
func NewDataplexZoneAssetStatusList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataplexZoneAssetStatusList
type DataplexZoneAssetStatusOutputReference ¶
type DataplexZoneAssetStatusOutputReference interface { cdktf.ComplexObject ActiveAssets() *float64 // 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() *DataplexZoneAssetStatus SetInternalValue(val *DataplexZoneAssetStatus) SecurityPolicyApplyingAssets() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UpdateTime() *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 // 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 NewDataplexZoneAssetStatusOutputReference ¶
func NewDataplexZoneAssetStatusOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataplexZoneAssetStatusOutputReference
type DataplexZoneConfig ¶
type DataplexZoneConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `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"` // discovery_spec block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#discovery_spec DataplexZone#discovery_spec} DiscoverySpec *DataplexZoneDiscoverySpec `field:"required" json:"discoverySpec" yaml:"discoverySpec"` // The lake for the resource. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#lake DataplexZone#lake} Lake *string `field:"required" json:"lake" yaml:"lake"` // The location for the resource. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#location DataplexZone#location} Location *string `field:"required" json:"location" yaml:"location"` // The name of the zone. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#name DataplexZone#name} Name *string `field:"required" json:"name" yaml:"name"` // resource_spec block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#resource_spec DataplexZone#resource_spec} ResourceSpec *DataplexZoneResourceSpec `field:"required" json:"resourceSpec" yaml:"resourceSpec"` // Required. Immutable. The type of the zone. Possible values: TYPE_UNSPECIFIED, RAW, CURATED. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#type DataplexZone#type} Type *string `field:"required" json:"type" yaml:"type"` // Optional. Description of the zone. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#description DataplexZone#description} Description *string `field:"optional" json:"description" yaml:"description"` // Optional. User friendly display name. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#display_name DataplexZone#display_name} DisplayName *string `field:"optional" json:"displayName" yaml:"displayName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#id DataplexZone#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"` // Optional. User defined labels for the zone. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#labels DataplexZone#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // The project for the resource. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#project DataplexZone#project} Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#timeouts DataplexZone#timeouts} Timeouts *DataplexZoneTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DataplexZoneDiscoverySpec ¶
type DataplexZoneDiscoverySpec struct { // Required. Whether discovery is enabled. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#enabled DataplexZone#enabled} Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"` // csv_options block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#csv_options DataplexZone#csv_options} CsvOptions *DataplexZoneDiscoverySpecCsvOptions `field:"optional" json:"csvOptions" yaml:"csvOptions"` // Optional. // // The list of patterns to apply for selecting data to exclude during discovery. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#exclude_patterns DataplexZone#exclude_patterns} ExcludePatterns *[]*string `field:"optional" json:"excludePatterns" yaml:"excludePatterns"` // Optional. // // The list of patterns to apply for selecting data to include during discovery if only a subset of the data should considered. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#include_patterns DataplexZone#include_patterns} IncludePatterns *[]*string `field:"optional" json:"includePatterns" yaml:"includePatterns"` // json_options block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#json_options DataplexZone#json_options} JsonOptions *DataplexZoneDiscoverySpecJsonOptions `field:"optional" json:"jsonOptions" yaml:"jsonOptions"` // Optional. // // Cron schedule (https://en.wikipedia.org/wiki/Cron) for running discovery periodically. Successive discovery runs must be scheduled at least 60 minutes apart. The default value is to run discovery every 60 minutes. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, "CRON_TZ=America/New_York 1 * * * *", or "TZ=America/New_York 1 * * * *". // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#schedule DataplexZone#schedule} Schedule *string `field:"optional" json:"schedule" yaml:"schedule"` }
type DataplexZoneDiscoverySpecCsvOptions ¶
type DataplexZoneDiscoverySpecCsvOptions struct { // Optional. The delimiter being used to separate values. This defaults to ','. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#delimiter DataplexZone#delimiter} Delimiter *string `field:"optional" json:"delimiter" yaml:"delimiter"` // Optional. // // Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#disable_type_inference DataplexZone#disable_type_inference} DisableTypeInference interface{} `field:"optional" json:"disableTypeInference" yaml:"disableTypeInference"` // Optional. The character encoding of the data. The default is UTF-8. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#encoding DataplexZone#encoding} Encoding *string `field:"optional" json:"encoding" yaml:"encoding"` // Optional. The number of rows to interpret as header rows that should be skipped when reading data rows. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#header_rows DataplexZone#header_rows} HeaderRows *float64 `field:"optional" json:"headerRows" yaml:"headerRows"` }
type DataplexZoneDiscoverySpecCsvOptionsOutputReference ¶
type DataplexZoneDiscoverySpecCsvOptionsOutputReference 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 Delimiter() *string SetDelimiter(val *string) DelimiterInput() *string DisableTypeInference() interface{} SetDisableTypeInference(val interface{}) DisableTypeInferenceInput() interface{} Encoding() *string SetEncoding(val *string) EncodingInput() *string // Experimental. Fqn() *string HeaderRows() *float64 SetHeaderRows(val *float64) HeaderRowsInput() *float64 InternalValue() *DataplexZoneDiscoverySpecCsvOptions SetInternalValue(val *DataplexZoneDiscoverySpecCsvOptions) // 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 ResetDelimiter() ResetDisableTypeInference() ResetEncoding() ResetHeaderRows() // 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 NewDataplexZoneDiscoverySpecCsvOptionsOutputReference ¶
func NewDataplexZoneDiscoverySpecCsvOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataplexZoneDiscoverySpecCsvOptionsOutputReference
type DataplexZoneDiscoverySpecJsonOptions ¶
type DataplexZoneDiscoverySpecJsonOptions struct { // Optional. // // Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean). // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#disable_type_inference DataplexZone#disable_type_inference} DisableTypeInference interface{} `field:"optional" json:"disableTypeInference" yaml:"disableTypeInference"` // Optional. The character encoding of the data. The default is UTF-8. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#encoding DataplexZone#encoding} Encoding *string `field:"optional" json:"encoding" yaml:"encoding"` }
type DataplexZoneDiscoverySpecJsonOptionsOutputReference ¶
type DataplexZoneDiscoverySpecJsonOptionsOutputReference 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 DisableTypeInference() interface{} SetDisableTypeInference(val interface{}) DisableTypeInferenceInput() interface{} Encoding() *string SetEncoding(val *string) EncodingInput() *string // Experimental. Fqn() *string InternalValue() *DataplexZoneDiscoverySpecJsonOptions SetInternalValue(val *DataplexZoneDiscoverySpecJsonOptions) // 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 ResetDisableTypeInference() ResetEncoding() // 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 NewDataplexZoneDiscoverySpecJsonOptionsOutputReference ¶
func NewDataplexZoneDiscoverySpecJsonOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataplexZoneDiscoverySpecJsonOptionsOutputReference
type DataplexZoneDiscoverySpecOutputReference ¶
type DataplexZoneDiscoverySpecOutputReference 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 CsvOptions() DataplexZoneDiscoverySpecCsvOptionsOutputReference CsvOptionsInput() *DataplexZoneDiscoverySpecCsvOptions Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} ExcludePatterns() *[]*string SetExcludePatterns(val *[]*string) ExcludePatternsInput() *[]*string // Experimental. Fqn() *string IncludePatterns() *[]*string SetIncludePatterns(val *[]*string) IncludePatternsInput() *[]*string InternalValue() *DataplexZoneDiscoverySpec SetInternalValue(val *DataplexZoneDiscoverySpec) JsonOptions() DataplexZoneDiscoverySpecJsonOptionsOutputReference JsonOptionsInput() *DataplexZoneDiscoverySpecJsonOptions Schedule() *string SetSchedule(val *string) ScheduleInput() *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 PutCsvOptions(value *DataplexZoneDiscoverySpecCsvOptions) PutJsonOptions(value *DataplexZoneDiscoverySpecJsonOptions) ResetCsvOptions() ResetExcludePatterns() ResetIncludePatterns() ResetJsonOptions() ResetSchedule() // 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 NewDataplexZoneDiscoverySpecOutputReference ¶
func NewDataplexZoneDiscoverySpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataplexZoneDiscoverySpecOutputReference
type DataplexZoneResourceSpec ¶
type DataplexZoneResourceSpec struct { // Required. // // Immutable. The location type of the resources that are allowed to be attached to the assets within this zone. Possible values: LOCATION_TYPE_UNSPECIFIED, SINGLE_REGION, MULTI_REGION // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#location_type DataplexZone#location_type} LocationType *string `field:"required" json:"locationType" yaml:"locationType"` }
type DataplexZoneResourceSpecOutputReference ¶
type DataplexZoneResourceSpecOutputReference 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() *DataplexZoneResourceSpec SetInternalValue(val *DataplexZoneResourceSpec) LocationType() *string SetLocationType(val *string) LocationTypeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataplexZoneResourceSpecOutputReference ¶
func NewDataplexZoneResourceSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataplexZoneResourceSpecOutputReference
type DataplexZoneTimeouts ¶
type DataplexZoneTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#create DataplexZone#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#delete DataplexZone#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dataplex_zone#update DataplexZone#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type DataplexZoneTimeoutsOutputReference ¶
type DataplexZoneTimeoutsOutputReference 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{}) // 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() 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 NewDataplexZoneTimeoutsOutputReference ¶
func NewDataplexZoneTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataplexZoneTimeoutsOutputReference
Source Files ¶
- DataplexZone.go
- DataplexZoneAssetStatus.go
- DataplexZoneAssetStatusList.go
- DataplexZoneAssetStatusList__checks.go
- DataplexZoneAssetStatusOutputReference.go
- DataplexZoneAssetStatusOutputReference__checks.go
- DataplexZoneConfig.go
- DataplexZoneDiscoverySpec.go
- DataplexZoneDiscoverySpecCsvOptions.go
- DataplexZoneDiscoverySpecCsvOptionsOutputReference.go
- DataplexZoneDiscoverySpecCsvOptionsOutputReference__checks.go
- DataplexZoneDiscoverySpecJsonOptions.go
- DataplexZoneDiscoverySpecJsonOptionsOutputReference.go
- DataplexZoneDiscoverySpecJsonOptionsOutputReference__checks.go
- DataplexZoneDiscoverySpecOutputReference.go
- DataplexZoneDiscoverySpecOutputReference__checks.go
- DataplexZoneResourceSpec.go
- DataplexZoneResourceSpecOutputReference.go
- DataplexZoneResourceSpecOutputReference__checks.go
- DataplexZoneTimeouts.go
- DataplexZoneTimeoutsOutputReference.go
- DataplexZoneTimeoutsOutputReference__checks.go
- DataplexZone__checks.go
- main.go