Documentation ¶
Index ¶
- func GoogleDataCatalogEntry_IsConstruct(x interface{}) *bool
- func GoogleDataCatalogEntry_IsTerraformElement(x interface{}) *bool
- func GoogleDataCatalogEntry_IsTerraformResource(x interface{}) *bool
- func GoogleDataCatalogEntry_TfResourceType() *string
- func NewGoogleDataCatalogEntryBigqueryDateShardedSpecList_Override(g GoogleDataCatalogEntryBigqueryDateShardedSpecList, ...)
- func NewGoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference_Override(g GoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference, ...)
- func NewGoogleDataCatalogEntryBigqueryTableSpecList_Override(g GoogleDataCatalogEntryBigqueryTableSpecList, ...)
- func NewGoogleDataCatalogEntryBigqueryTableSpecOutputReference_Override(g GoogleDataCatalogEntryBigqueryTableSpecOutputReference, ...)
- func NewGoogleDataCatalogEntryBigqueryTableSpecTableSpecList_Override(g GoogleDataCatalogEntryBigqueryTableSpecTableSpecList, ...)
- func NewGoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference_Override(g GoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference, ...)
- func NewGoogleDataCatalogEntryBigqueryTableSpecViewSpecList_Override(g GoogleDataCatalogEntryBigqueryTableSpecViewSpecList, ...)
- func NewGoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference_Override(g GoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference, ...)
- func NewGoogleDataCatalogEntryGcsFilesetSpecOutputReference_Override(g GoogleDataCatalogEntryGcsFilesetSpecOutputReference, ...)
- func NewGoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList_Override(g GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList, ...)
- func NewGoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference_Override(g GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference, ...)
- func NewGoogleDataCatalogEntryTimeoutsOutputReference_Override(g GoogleDataCatalogEntryTimeoutsOutputReference, ...)
- func NewGoogleDataCatalogEntry_Override(g GoogleDataCatalogEntry, scope constructs.Construct, id *string, ...)
- type GoogleDataCatalogEntry
- type GoogleDataCatalogEntryBigqueryDateShardedSpec
- type GoogleDataCatalogEntryBigqueryDateShardedSpecList
- type GoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference
- type GoogleDataCatalogEntryBigqueryTableSpec
- type GoogleDataCatalogEntryBigqueryTableSpecList
- type GoogleDataCatalogEntryBigqueryTableSpecOutputReference
- type GoogleDataCatalogEntryBigqueryTableSpecTableSpec
- type GoogleDataCatalogEntryBigqueryTableSpecTableSpecList
- type GoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference
- type GoogleDataCatalogEntryBigqueryTableSpecViewSpec
- type GoogleDataCatalogEntryBigqueryTableSpecViewSpecList
- type GoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference
- type GoogleDataCatalogEntryConfig
- type GoogleDataCatalogEntryGcsFilesetSpec
- type GoogleDataCatalogEntryGcsFilesetSpecOutputReference
- type GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecs
- type GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList
- type GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference
- type GoogleDataCatalogEntryTimeouts
- type GoogleDataCatalogEntryTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleDataCatalogEntry_IsConstruct ¶
func GoogleDataCatalogEntry_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 GoogleDataCatalogEntry_IsTerraformElement ¶
func GoogleDataCatalogEntry_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleDataCatalogEntry_IsTerraformResource ¶
func GoogleDataCatalogEntry_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleDataCatalogEntry_TfResourceType ¶
func GoogleDataCatalogEntry_TfResourceType() *string
func NewGoogleDataCatalogEntryBigqueryDateShardedSpecList_Override ¶
func NewGoogleDataCatalogEntryBigqueryDateShardedSpecList_Override(g GoogleDataCatalogEntryBigqueryDateShardedSpecList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference_Override ¶
func NewGoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference_Override(g GoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDataCatalogEntryBigqueryTableSpecList_Override ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecList_Override(g GoogleDataCatalogEntryBigqueryTableSpecList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDataCatalogEntryBigqueryTableSpecOutputReference_Override ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecOutputReference_Override(g GoogleDataCatalogEntryBigqueryTableSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDataCatalogEntryBigqueryTableSpecTableSpecList_Override ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecTableSpecList_Override(g GoogleDataCatalogEntryBigqueryTableSpecTableSpecList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference_Override ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference_Override(g GoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDataCatalogEntryBigqueryTableSpecViewSpecList_Override ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecViewSpecList_Override(g GoogleDataCatalogEntryBigqueryTableSpecViewSpecList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference_Override ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference_Override(g GoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDataCatalogEntryGcsFilesetSpecOutputReference_Override ¶
func NewGoogleDataCatalogEntryGcsFilesetSpecOutputReference_Override(g GoogleDataCatalogEntryGcsFilesetSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList_Override ¶
func NewGoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList_Override(g GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference_Override ¶
func NewGoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference_Override(g GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDataCatalogEntryTimeoutsOutputReference_Override ¶
func NewGoogleDataCatalogEntryTimeoutsOutputReference_Override(g GoogleDataCatalogEntryTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDataCatalogEntry_Override ¶
func NewGoogleDataCatalogEntry_Override(g GoogleDataCatalogEntry, scope constructs.Construct, id *string, config *GoogleDataCatalogEntryConfig)
Create a new {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry google_data_catalog_entry} Resource.
Types ¶
type GoogleDataCatalogEntry ¶
type GoogleDataCatalogEntry interface { cdktf.TerraformResource BigqueryDateShardedSpec() GoogleDataCatalogEntryBigqueryDateShardedSpecList BigqueryTableSpec() GoogleDataCatalogEntryBigqueryTableSpecList // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string EntryGroup() *string SetEntryGroup(val *string) EntryGroupInput() *string EntryId() *string SetEntryId(val *string) EntryIdInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GcsFilesetSpec() GoogleDataCatalogEntryGcsFilesetSpecOutputReference GcsFilesetSpecInput() *GoogleDataCatalogEntryGcsFilesetSpec Id() *string SetId(val *string) IdInput() *string IntegratedSystem() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LinkedResource() *string SetLinkedResource(val *string) LinkedResourceInput() *string Name() *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{} Schema() *string SetSchema(val *string) SchemaInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleDataCatalogEntryTimeoutsOutputReference TimeoutsInput() interface{} Type() *string SetType(val *string) TypeInput() *string UserSpecifiedSystem() *string SetUserSpecifiedSystem(val *string) UserSpecifiedSystemInput() *string UserSpecifiedType() *string SetUserSpecifiedType(val *string) UserSpecifiedTypeInput() *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) PutGcsFilesetSpec(value *GoogleDataCatalogEntryGcsFilesetSpec) PutTimeouts(value *GoogleDataCatalogEntryTimeouts) ResetDescription() ResetDisplayName() ResetGcsFilesetSpec() ResetId() ResetLinkedResource() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSchema() ResetTimeouts() ResetType() ResetUserSpecifiedSystem() ResetUserSpecifiedType() 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-beta/r/google_data_catalog_entry google_data_catalog_entry}.
func NewGoogleDataCatalogEntry ¶
func NewGoogleDataCatalogEntry(scope constructs.Construct, id *string, config *GoogleDataCatalogEntryConfig) GoogleDataCatalogEntry
Create a new {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry google_data_catalog_entry} Resource.
type GoogleDataCatalogEntryBigqueryDateShardedSpec ¶
type GoogleDataCatalogEntryBigqueryDateShardedSpec struct { }
type GoogleDataCatalogEntryBigqueryDateShardedSpecList ¶
type GoogleDataCatalogEntryBigqueryDateShardedSpecList 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) GoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference // 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 NewGoogleDataCatalogEntryBigqueryDateShardedSpecList ¶
func NewGoogleDataCatalogEntryBigqueryDateShardedSpecList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDataCatalogEntryBigqueryDateShardedSpecList
type GoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference ¶
type GoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference 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() *string // Experimental. Fqn() *string InternalValue() *GoogleDataCatalogEntryBigqueryDateShardedSpec SetInternalValue(val *GoogleDataCatalogEntryBigqueryDateShardedSpec) ShardCount() *float64 TablePrefix() *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 NewGoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference ¶
func NewGoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference
type GoogleDataCatalogEntryBigqueryTableSpec ¶
type GoogleDataCatalogEntryBigqueryTableSpec struct { }
type GoogleDataCatalogEntryBigqueryTableSpecList ¶
type GoogleDataCatalogEntryBigqueryTableSpecList 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) GoogleDataCatalogEntryBigqueryTableSpecOutputReference // 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 NewGoogleDataCatalogEntryBigqueryTableSpecList ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDataCatalogEntryBigqueryTableSpecList
type GoogleDataCatalogEntryBigqueryTableSpecOutputReference ¶
type GoogleDataCatalogEntryBigqueryTableSpecOutputReference 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() *GoogleDataCatalogEntryBigqueryTableSpec SetInternalValue(val *GoogleDataCatalogEntryBigqueryTableSpec) TableSourceType() *string TableSpec() GoogleDataCatalogEntryBigqueryTableSpecTableSpecList // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) ViewSpec() GoogleDataCatalogEntryBigqueryTableSpecViewSpecList // 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 NewGoogleDataCatalogEntryBigqueryTableSpecOutputReference ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDataCatalogEntryBigqueryTableSpecOutputReference
type GoogleDataCatalogEntryBigqueryTableSpecTableSpec ¶
type GoogleDataCatalogEntryBigqueryTableSpecTableSpec struct { }
type GoogleDataCatalogEntryBigqueryTableSpecTableSpecList ¶
type GoogleDataCatalogEntryBigqueryTableSpecTableSpecList 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) GoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference // 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 NewGoogleDataCatalogEntryBigqueryTableSpecTableSpecList ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecTableSpecList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDataCatalogEntryBigqueryTableSpecTableSpecList
type GoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference ¶
type GoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference 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 GroupedEntry() *string InternalValue() *GoogleDataCatalogEntryBigqueryTableSpecTableSpec SetInternalValue(val *GoogleDataCatalogEntryBigqueryTableSpecTableSpec) // 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 NewGoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference
type GoogleDataCatalogEntryBigqueryTableSpecViewSpec ¶
type GoogleDataCatalogEntryBigqueryTableSpecViewSpec struct { }
type GoogleDataCatalogEntryBigqueryTableSpecViewSpecList ¶
type GoogleDataCatalogEntryBigqueryTableSpecViewSpecList 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) GoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference // 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 NewGoogleDataCatalogEntryBigqueryTableSpecViewSpecList ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecViewSpecList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDataCatalogEntryBigqueryTableSpecViewSpecList
type GoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference ¶
type GoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference 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() *GoogleDataCatalogEntryBigqueryTableSpecViewSpec SetInternalValue(val *GoogleDataCatalogEntryBigqueryTableSpecViewSpec) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) ViewQuery() *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 NewGoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference ¶
func NewGoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference
type GoogleDataCatalogEntryConfig ¶
type GoogleDataCatalogEntryConfig 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"` // The name of the entry group this entry is in. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#entry_group GoogleDataCatalogEntry#entry_group} EntryGroup *string `field:"required" json:"entryGroup" yaml:"entryGroup"` // The id of the entry to create. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#entry_id GoogleDataCatalogEntry#entry_id} EntryId *string `field:"required" json:"entryId" yaml:"entryId"` // Entry description, which can consist of several sentences or paragraphs that describe entry contents. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#description GoogleDataCatalogEntry#description} Description *string `field:"optional" json:"description" yaml:"description"` // Display information such as title and description. // // A short name to identify the entry, // for example, "Analytics Data - Jan 2011". // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#display_name GoogleDataCatalogEntry#display_name} DisplayName *string `field:"optional" json:"displayName" yaml:"displayName"` // gcs_fileset_spec block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#gcs_fileset_spec GoogleDataCatalogEntry#gcs_fileset_spec} GcsFilesetSpec *GoogleDataCatalogEntryGcsFilesetSpec `field:"optional" json:"gcsFilesetSpec" yaml:"gcsFilesetSpec"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#id GoogleDataCatalogEntry#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"` // The resource this metadata entry refers to. // // For Google Cloud Platform resources, linkedResource is the full name of the resource. // For example, the linkedResource for a table resource from BigQuery is: // //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId // Output only when Entry is of type in the EntryType enum. For entries with userSpecifiedType, // this field is optional and defaults to an empty string. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#linked_resource GoogleDataCatalogEntry#linked_resource} LinkedResource *string `field:"optional" json:"linkedResource" yaml:"linkedResource"` // Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema attached to it. See https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema for what fields this schema can contain. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#schema GoogleDataCatalogEntry#schema} Schema *string `field:"optional" json:"schema" yaml:"schema"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#timeouts GoogleDataCatalogEntry#timeouts} Timeouts *GoogleDataCatalogEntryTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // The type of the entry. // // Only used for Entries with types in the EntryType enum. // Currently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType. Possible values: ["FILESET"] // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#type GoogleDataCatalogEntry#type} Type *string `field:"optional" json:"type" yaml:"type"` // This field indicates the entry's source system that Data Catalog does not integrate with. // // userSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers, // and underscores; are case insensitive; must be at least 1 character and at most 64 characters long. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#user_specified_system GoogleDataCatalogEntry#user_specified_system} UserSpecifiedSystem *string `field:"optional" json:"userSpecifiedSystem" yaml:"userSpecifiedSystem"` // Entry type if it does not fit any of the input-allowed values listed in EntryType enum above. // // When creating an entry, users should check the enum values first, if nothing matches the entry // to be created, then provide a custom value, for example "my_special_type". // userSpecifiedType strings must begin with a letter or underscore and can only contain letters, // numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#user_specified_type GoogleDataCatalogEntry#user_specified_type} UserSpecifiedType *string `field:"optional" json:"userSpecifiedType" yaml:"userSpecifiedType"` }
type GoogleDataCatalogEntryGcsFilesetSpec ¶
type GoogleDataCatalogEntryGcsFilesetSpec struct { // Patterns to identify a set of files in Google Cloud Storage. // // See [Cloud Storage documentation](https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames) // for more information. Note that bucket wildcards are currently not supported. Examples of valid filePatterns: // // gs://bucket_name/dir/*: matches all files within bucket_name/dir directory. // gs://bucket_name/dir/**: matches all files in bucket_name/dir spanning all subdirectories. // gs://bucket_name/file*: matches files prefixed by file in bucket_name // gs://bucket_name/??.txt: matches files with two characters followed by .txt in bucket_name // gs://bucket_name/[aeiou].txt: matches files that contain a single vowel character followed by .txt in bucket_name // gs://bucket_name/[a-m].txt: matches files that contain a, b, ... or m followed by .txt in bucket_name // gs://bucket_name/a/*\/b: matches all files in bucket_name that match a/*\/b pattern, such as a/c/b, a/d/b // gs://another_bucket/a.txt: matches gs://another_bucket/a.txt // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#file_patterns GoogleDataCatalogEntry#file_patterns} FilePatterns *[]*string `field:"required" json:"filePatterns" yaml:"filePatterns"` }
type GoogleDataCatalogEntryGcsFilesetSpecOutputReference ¶
type GoogleDataCatalogEntryGcsFilesetSpecOutputReference 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 FilePatterns() *[]*string SetFilePatterns(val *[]*string) FilePatternsInput() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleDataCatalogEntryGcsFilesetSpec SetInternalValue(val *GoogleDataCatalogEntryGcsFilesetSpec) SampleGcsFileSpecs() GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList // 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 NewGoogleDataCatalogEntryGcsFilesetSpecOutputReference ¶
func NewGoogleDataCatalogEntryGcsFilesetSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataCatalogEntryGcsFilesetSpecOutputReference
type GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecs ¶
type GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecs struct { }
type GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList ¶
type GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList 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) GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference // 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 NewGoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList ¶
func NewGoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList
type GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference ¶
type GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference 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 FilePath() *string // Experimental. Fqn() *string InternalValue() *GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecs SetInternalValue(val *GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecs) SizeBytes() *float64 // 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 NewGoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference ¶
func NewGoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference
type GoogleDataCatalogEntryTimeouts ¶
type GoogleDataCatalogEntryTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#create GoogleDataCatalogEntry#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#delete GoogleDataCatalogEntry#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_data_catalog_entry#update GoogleDataCatalogEntry#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleDataCatalogEntryTimeoutsOutputReference ¶
type GoogleDataCatalogEntryTimeoutsOutputReference 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 NewGoogleDataCatalogEntryTimeoutsOutputReference ¶
func NewGoogleDataCatalogEntryTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDataCatalogEntryTimeoutsOutputReference
Source Files ¶
- GoogleDataCatalogEntry.go
- GoogleDataCatalogEntryBigqueryDateShardedSpec.go
- GoogleDataCatalogEntryBigqueryDateShardedSpecList.go
- GoogleDataCatalogEntryBigqueryDateShardedSpecList__checks.go
- GoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference.go
- GoogleDataCatalogEntryBigqueryDateShardedSpecOutputReference__checks.go
- GoogleDataCatalogEntryBigqueryTableSpec.go
- GoogleDataCatalogEntryBigqueryTableSpecList.go
- GoogleDataCatalogEntryBigqueryTableSpecList__checks.go
- GoogleDataCatalogEntryBigqueryTableSpecOutputReference.go
- GoogleDataCatalogEntryBigqueryTableSpecOutputReference__checks.go
- GoogleDataCatalogEntryBigqueryTableSpecTableSpec.go
- GoogleDataCatalogEntryBigqueryTableSpecTableSpecList.go
- GoogleDataCatalogEntryBigqueryTableSpecTableSpecList__checks.go
- GoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference.go
- GoogleDataCatalogEntryBigqueryTableSpecTableSpecOutputReference__checks.go
- GoogleDataCatalogEntryBigqueryTableSpecViewSpec.go
- GoogleDataCatalogEntryBigqueryTableSpecViewSpecList.go
- GoogleDataCatalogEntryBigqueryTableSpecViewSpecList__checks.go
- GoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference.go
- GoogleDataCatalogEntryBigqueryTableSpecViewSpecOutputReference__checks.go
- GoogleDataCatalogEntryConfig.go
- GoogleDataCatalogEntryGcsFilesetSpec.go
- GoogleDataCatalogEntryGcsFilesetSpecOutputReference.go
- GoogleDataCatalogEntryGcsFilesetSpecOutputReference__checks.go
- GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecs.go
- GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList.go
- GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsList__checks.go
- GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference.go
- GoogleDataCatalogEntryGcsFilesetSpecSampleGcsFileSpecsOutputReference__checks.go
- GoogleDataCatalogEntryTimeouts.go
- GoogleDataCatalogEntryTimeoutsOutputReference.go
- GoogleDataCatalogEntryTimeoutsOutputReference__checks.go
- GoogleDataCatalogEntry__checks.go
- main.go