Documentation ¶
Index ¶
- func DataGoogleBigqueryDataset_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataGoogleBigqueryDataset_IsConstruct(x interface{}) *bool
- func DataGoogleBigqueryDataset_IsTerraformDataSource(x interface{}) *bool
- func DataGoogleBigqueryDataset_IsTerraformElement(x interface{}) *bool
- func DataGoogleBigqueryDataset_TfResourceType() *string
- func NewDataGoogleBigqueryDatasetAccessDatasetDatasetList_Override(d DataGoogleBigqueryDatasetAccessDatasetDatasetList, ...)
- func NewDataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference_Override(d DataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference, ...)
- func NewDataGoogleBigqueryDatasetAccessDatasetList_Override(d DataGoogleBigqueryDatasetAccessDatasetList, ...)
- func NewDataGoogleBigqueryDatasetAccessDatasetOutputReference_Override(d DataGoogleBigqueryDatasetAccessDatasetOutputReference, ...)
- func NewDataGoogleBigqueryDatasetAccessList_Override(d DataGoogleBigqueryDatasetAccessList, ...)
- func NewDataGoogleBigqueryDatasetAccessOutputReference_Override(d DataGoogleBigqueryDatasetAccessOutputReference, ...)
- func NewDataGoogleBigqueryDatasetAccessRoutineList_Override(d DataGoogleBigqueryDatasetAccessRoutineList, ...)
- func NewDataGoogleBigqueryDatasetAccessRoutineOutputReference_Override(d DataGoogleBigqueryDatasetAccessRoutineOutputReference, ...)
- func NewDataGoogleBigqueryDatasetAccessViewList_Override(d DataGoogleBigqueryDatasetAccessViewList, ...)
- func NewDataGoogleBigqueryDatasetAccessViewOutputReference_Override(d DataGoogleBigqueryDatasetAccessViewOutputReference, ...)
- func NewDataGoogleBigqueryDatasetDefaultEncryptionConfigurationList_Override(d DataGoogleBigqueryDatasetDefaultEncryptionConfigurationList, ...)
- func NewDataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference_Override(d DataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference, ...)
- func NewDataGoogleBigqueryDataset_Override(d DataGoogleBigqueryDataset, scope constructs.Construct, id *string, ...)
- type DataGoogleBigqueryDataset
- type DataGoogleBigqueryDatasetAccess
- type DataGoogleBigqueryDatasetAccessDataset
- type DataGoogleBigqueryDatasetAccessDatasetDataset
- type DataGoogleBigqueryDatasetAccessDatasetDatasetList
- type DataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference
- type DataGoogleBigqueryDatasetAccessDatasetList
- type DataGoogleBigqueryDatasetAccessDatasetOutputReference
- type DataGoogleBigqueryDatasetAccessList
- type DataGoogleBigqueryDatasetAccessOutputReference
- type DataGoogleBigqueryDatasetAccessRoutine
- type DataGoogleBigqueryDatasetAccessRoutineList
- type DataGoogleBigqueryDatasetAccessRoutineOutputReference
- type DataGoogleBigqueryDatasetAccessView
- type DataGoogleBigqueryDatasetAccessViewList
- type DataGoogleBigqueryDatasetAccessViewOutputReference
- type DataGoogleBigqueryDatasetConfig
- type DataGoogleBigqueryDatasetDefaultEncryptionConfiguration
- type DataGoogleBigqueryDatasetDefaultEncryptionConfigurationList
- type DataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataGoogleBigqueryDataset_GenerateConfigForImport ¶
func DataGoogleBigqueryDataset_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataGoogleBigqueryDataset resource upon running "cdktf plan <stack-name>".
func DataGoogleBigqueryDataset_IsConstruct ¶
func DataGoogleBigqueryDataset_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 DataGoogleBigqueryDataset_IsTerraformDataSource ¶
func DataGoogleBigqueryDataset_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataGoogleBigqueryDataset_IsTerraformElement ¶
func DataGoogleBigqueryDataset_IsTerraformElement(x interface{}) *bool
Experimental.
func DataGoogleBigqueryDataset_TfResourceType ¶
func DataGoogleBigqueryDataset_TfResourceType() *string
func NewDataGoogleBigqueryDatasetAccessDatasetDatasetList_Override ¶
func NewDataGoogleBigqueryDatasetAccessDatasetDatasetList_Override(d DataGoogleBigqueryDatasetAccessDatasetDatasetList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference_Override ¶
func NewDataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference_Override(d DataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleBigqueryDatasetAccessDatasetList_Override ¶
func NewDataGoogleBigqueryDatasetAccessDatasetList_Override(d DataGoogleBigqueryDatasetAccessDatasetList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleBigqueryDatasetAccessDatasetOutputReference_Override ¶
func NewDataGoogleBigqueryDatasetAccessDatasetOutputReference_Override(d DataGoogleBigqueryDatasetAccessDatasetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleBigqueryDatasetAccessList_Override ¶
func NewDataGoogleBigqueryDatasetAccessList_Override(d DataGoogleBigqueryDatasetAccessList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleBigqueryDatasetAccessOutputReference_Override ¶
func NewDataGoogleBigqueryDatasetAccessOutputReference_Override(d DataGoogleBigqueryDatasetAccessOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleBigqueryDatasetAccessRoutineList_Override ¶
func NewDataGoogleBigqueryDatasetAccessRoutineList_Override(d DataGoogleBigqueryDatasetAccessRoutineList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleBigqueryDatasetAccessRoutineOutputReference_Override ¶
func NewDataGoogleBigqueryDatasetAccessRoutineOutputReference_Override(d DataGoogleBigqueryDatasetAccessRoutineOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleBigqueryDatasetAccessViewList_Override ¶
func NewDataGoogleBigqueryDatasetAccessViewList_Override(d DataGoogleBigqueryDatasetAccessViewList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleBigqueryDatasetAccessViewOutputReference_Override ¶
func NewDataGoogleBigqueryDatasetAccessViewOutputReference_Override(d DataGoogleBigqueryDatasetAccessViewOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleBigqueryDatasetDefaultEncryptionConfigurationList_Override ¶
func NewDataGoogleBigqueryDatasetDefaultEncryptionConfigurationList_Override(d DataGoogleBigqueryDatasetDefaultEncryptionConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference_Override ¶
func NewDataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference_Override(d DataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleBigqueryDataset_Override ¶
func NewDataGoogleBigqueryDataset_Override(d DataGoogleBigqueryDataset, scope constructs.Construct, id *string, config *DataGoogleBigqueryDatasetConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.11.0/docs/data-sources/bigquery_dataset google_bigquery_dataset} Data Source.
Types ¶
type DataGoogleBigqueryDataset ¶
type DataGoogleBigqueryDataset interface { cdktf.TerraformDataSource Access() DataGoogleBigqueryDatasetAccessList // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreationTime() *float64 DatasetId() *string SetDatasetId(val *string) DatasetIdInput() *string DefaultCollation() *string DefaultEncryptionConfiguration() DataGoogleBigqueryDatasetDefaultEncryptionConfigurationList DefaultPartitionExpirationMs() *float64 DefaultTableExpirationMs() *float64 DeleteContentsOnDestroy() cdktf.IResolvable // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string EffectiveLabels() cdktf.StringMap Etag() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string FriendlyName() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string IsCaseInsensitive() cdktf.IResolvable Labels() cdktf.StringMap LastModifiedTime() *float64 // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string MaxTimeTravelHours() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} SelfLink() *string StorageBillingModel() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *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) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Adds this resource to the terraform JSON output. // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.11.0/docs/data-sources/bigquery_dataset google_bigquery_dataset}.
func NewDataGoogleBigqueryDataset ¶
func NewDataGoogleBigqueryDataset(scope constructs.Construct, id *string, config *DataGoogleBigqueryDatasetConfig) DataGoogleBigqueryDataset
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.11.0/docs/data-sources/bigquery_dataset google_bigquery_dataset} Data Source.
type DataGoogleBigqueryDatasetAccess ¶
type DataGoogleBigqueryDatasetAccess struct { }
type DataGoogleBigqueryDatasetAccessDataset ¶
type DataGoogleBigqueryDatasetAccessDataset struct { }
type DataGoogleBigqueryDatasetAccessDatasetDataset ¶
type DataGoogleBigqueryDatasetAccessDatasetDataset struct { }
type DataGoogleBigqueryDatasetAccessDatasetDatasetList ¶
type DataGoogleBigqueryDatasetAccessDatasetDatasetList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference // 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 NewDataGoogleBigqueryDatasetAccessDatasetDatasetList ¶
func NewDataGoogleBigqueryDatasetAccessDatasetDatasetList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleBigqueryDatasetAccessDatasetDatasetList
type DataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference ¶
type DataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference 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 DatasetId() *string // Experimental. Fqn() *string InternalValue() *DataGoogleBigqueryDatasetAccessDatasetDataset SetInternalValue(val *DataGoogleBigqueryDatasetAccessDatasetDataset) ProjectId() *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 NewDataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference ¶
func NewDataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference
type DataGoogleBigqueryDatasetAccessDatasetList ¶
type DataGoogleBigqueryDatasetAccessDatasetList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleBigqueryDatasetAccessDatasetOutputReference // 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 NewDataGoogleBigqueryDatasetAccessDatasetList ¶
func NewDataGoogleBigqueryDatasetAccessDatasetList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleBigqueryDatasetAccessDatasetList
type DataGoogleBigqueryDatasetAccessDatasetOutputReference ¶
type DataGoogleBigqueryDatasetAccessDatasetOutputReference 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() DataGoogleBigqueryDatasetAccessDatasetDatasetList // Experimental. Fqn() *string InternalValue() *DataGoogleBigqueryDatasetAccessDataset SetInternalValue(val *DataGoogleBigqueryDatasetAccessDataset) TargetTypes() *[]*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 NewDataGoogleBigqueryDatasetAccessDatasetOutputReference ¶
func NewDataGoogleBigqueryDatasetAccessDatasetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleBigqueryDatasetAccessDatasetOutputReference
type DataGoogleBigqueryDatasetAccessList ¶
type DataGoogleBigqueryDatasetAccessList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleBigqueryDatasetAccessOutputReference // 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 NewDataGoogleBigqueryDatasetAccessList ¶
func NewDataGoogleBigqueryDatasetAccessList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleBigqueryDatasetAccessList
type DataGoogleBigqueryDatasetAccessOutputReference ¶
type DataGoogleBigqueryDatasetAccessOutputReference 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() DataGoogleBigqueryDatasetAccessDatasetList Domain() *string // Experimental. Fqn() *string GroupByEmail() *string IamMember() *string InternalValue() *DataGoogleBigqueryDatasetAccess SetInternalValue(val *DataGoogleBigqueryDatasetAccess) Role() *string Routine() DataGoogleBigqueryDatasetAccessRoutineList SpecialGroup() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UserByEmail() *string View() DataGoogleBigqueryDatasetAccessViewList // 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 NewDataGoogleBigqueryDatasetAccessOutputReference ¶
func NewDataGoogleBigqueryDatasetAccessOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleBigqueryDatasetAccessOutputReference
type DataGoogleBigqueryDatasetAccessRoutine ¶
type DataGoogleBigqueryDatasetAccessRoutine struct { }
type DataGoogleBigqueryDatasetAccessRoutineList ¶
type DataGoogleBigqueryDatasetAccessRoutineList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleBigqueryDatasetAccessRoutineOutputReference // 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 NewDataGoogleBigqueryDatasetAccessRoutineList ¶
func NewDataGoogleBigqueryDatasetAccessRoutineList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleBigqueryDatasetAccessRoutineList
type DataGoogleBigqueryDatasetAccessRoutineOutputReference ¶
type DataGoogleBigqueryDatasetAccessRoutineOutputReference 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 DatasetId() *string // Experimental. Fqn() *string InternalValue() *DataGoogleBigqueryDatasetAccessRoutine SetInternalValue(val *DataGoogleBigqueryDatasetAccessRoutine) ProjectId() *string RoutineId() *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 NewDataGoogleBigqueryDatasetAccessRoutineOutputReference ¶
func NewDataGoogleBigqueryDatasetAccessRoutineOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleBigqueryDatasetAccessRoutineOutputReference
type DataGoogleBigqueryDatasetAccessView ¶
type DataGoogleBigqueryDatasetAccessView struct { }
type DataGoogleBigqueryDatasetAccessViewList ¶
type DataGoogleBigqueryDatasetAccessViewList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleBigqueryDatasetAccessViewOutputReference // 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 NewDataGoogleBigqueryDatasetAccessViewList ¶
func NewDataGoogleBigqueryDatasetAccessViewList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleBigqueryDatasetAccessViewList
type DataGoogleBigqueryDatasetAccessViewOutputReference ¶
type DataGoogleBigqueryDatasetAccessViewOutputReference 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 DatasetId() *string // Experimental. Fqn() *string InternalValue() *DataGoogleBigqueryDatasetAccessView SetInternalValue(val *DataGoogleBigqueryDatasetAccessView) ProjectId() *string TableId() *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 NewDataGoogleBigqueryDatasetAccessViewOutputReference ¶
func NewDataGoogleBigqueryDatasetAccessViewOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleBigqueryDatasetAccessViewOutputReference
type DataGoogleBigqueryDatasetConfig ¶
type DataGoogleBigqueryDatasetConfig 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"` // A unique ID for this dataset, without the project name. // // The ID // must contain only letters (a-z, A-Z), numbers (0-9), or // underscores (_). The maximum length is 1,024 characters. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.11.0/docs/data-sources/bigquery_dataset#dataset_id DataGoogleBigqueryDataset#dataset_id} DatasetId *string `field:"required" json:"datasetId" yaml:"datasetId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.11.0/docs/data-sources/bigquery_dataset#id DataGoogleBigqueryDataset#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/google/5.11.0/docs/data-sources/bigquery_dataset#project DataGoogleBigqueryDataset#project}. Project *string `field:"optional" json:"project" yaml:"project"` }
type DataGoogleBigqueryDatasetDefaultEncryptionConfiguration ¶
type DataGoogleBigqueryDatasetDefaultEncryptionConfiguration struct { }
type DataGoogleBigqueryDatasetDefaultEncryptionConfigurationList ¶
type DataGoogleBigqueryDatasetDefaultEncryptionConfigurationList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference // 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 NewDataGoogleBigqueryDatasetDefaultEncryptionConfigurationList ¶
func NewDataGoogleBigqueryDatasetDefaultEncryptionConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleBigqueryDatasetDefaultEncryptionConfigurationList
type DataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference ¶
type DataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference 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() *DataGoogleBigqueryDatasetDefaultEncryptionConfiguration SetInternalValue(val *DataGoogleBigqueryDatasetDefaultEncryptionConfiguration) KmsKeyName() *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 NewDataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference ¶
func NewDataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference
Source Files ¶
- DataGoogleBigqueryDataset.go
- DataGoogleBigqueryDatasetAccess.go
- DataGoogleBigqueryDatasetAccessDataset.go
- DataGoogleBigqueryDatasetAccessDatasetDataset.go
- DataGoogleBigqueryDatasetAccessDatasetDatasetList.go
- DataGoogleBigqueryDatasetAccessDatasetDatasetList__checks.go
- DataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference.go
- DataGoogleBigqueryDatasetAccessDatasetDatasetOutputReference__checks.go
- DataGoogleBigqueryDatasetAccessDatasetList.go
- DataGoogleBigqueryDatasetAccessDatasetList__checks.go
- DataGoogleBigqueryDatasetAccessDatasetOutputReference.go
- DataGoogleBigqueryDatasetAccessDatasetOutputReference__checks.go
- DataGoogleBigqueryDatasetAccessList.go
- DataGoogleBigqueryDatasetAccessList__checks.go
- DataGoogleBigqueryDatasetAccessOutputReference.go
- DataGoogleBigqueryDatasetAccessOutputReference__checks.go
- DataGoogleBigqueryDatasetAccessRoutine.go
- DataGoogleBigqueryDatasetAccessRoutineList.go
- DataGoogleBigqueryDatasetAccessRoutineList__checks.go
- DataGoogleBigqueryDatasetAccessRoutineOutputReference.go
- DataGoogleBigqueryDatasetAccessRoutineOutputReference__checks.go
- DataGoogleBigqueryDatasetAccessView.go
- DataGoogleBigqueryDatasetAccessViewList.go
- DataGoogleBigqueryDatasetAccessViewList__checks.go
- DataGoogleBigqueryDatasetAccessViewOutputReference.go
- DataGoogleBigqueryDatasetAccessViewOutputReference__checks.go
- DataGoogleBigqueryDatasetConfig.go
- DataGoogleBigqueryDatasetDefaultEncryptionConfiguration.go
- DataGoogleBigqueryDatasetDefaultEncryptionConfigurationList.go
- DataGoogleBigqueryDatasetDefaultEncryptionConfigurationList__checks.go
- DataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference.go
- DataGoogleBigqueryDatasetDefaultEncryptionConfigurationOutputReference__checks.go
- DataGoogleBigqueryDataset__checks.go
- main.go