Documentation ¶
Index ¶
- func DataGoogleCloudfunctions2Function_IsConstruct(x interface{}) *bool
- func DataGoogleCloudfunctions2Function_IsTerraformDataSource(x interface{}) *bool
- func DataGoogleCloudfunctions2Function_IsTerraformElement(x interface{}) *bool
- func DataGoogleCloudfunctions2Function_TfResourceType() *string
- func NewDataGoogleCloudfunctions2FunctionBuildConfigList_Override(d DataGoogleCloudfunctions2FunctionBuildConfigList, ...)
- func NewDataGoogleCloudfunctions2FunctionBuildConfigOutputReference_Override(d DataGoogleCloudfunctions2FunctionBuildConfigOutputReference, ...)
- func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceList_Override(d DataGoogleCloudfunctions2FunctionBuildConfigSourceList, ...)
- func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference_Override(d DataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference, ...)
- func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList_Override(d DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList, ...)
- func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference_Override(d DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference, ...)
- func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList_Override(d DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList, ...)
- func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference_Override(...)
- func NewDataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList_Override(d DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList, ...)
- func NewDataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference_Override(d DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference, ...)
- func NewDataGoogleCloudfunctions2FunctionEventTriggerList_Override(d DataGoogleCloudfunctions2FunctionEventTriggerList, ...)
- func NewDataGoogleCloudfunctions2FunctionEventTriggerOutputReference_Override(d DataGoogleCloudfunctions2FunctionEventTriggerOutputReference, ...)
- func NewDataGoogleCloudfunctions2FunctionServiceConfigList_Override(d DataGoogleCloudfunctions2FunctionServiceConfigList, ...)
- func NewDataGoogleCloudfunctions2FunctionServiceConfigOutputReference_Override(d DataGoogleCloudfunctions2FunctionServiceConfigOutputReference, ...)
- func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList_Override(d DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList, ...)
- func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference_Override(...)
- func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList_Override(d DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList, ...)
- func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference_Override(d DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference, ...)
- func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList_Override(d DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList, ...)
- func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference_Override(...)
- func NewDataGoogleCloudfunctions2Function_Override(d DataGoogleCloudfunctions2Function, scope constructs.Construct, id *string, ...)
- type DataGoogleCloudfunctions2Function
- type DataGoogleCloudfunctions2FunctionBuildConfig
- type DataGoogleCloudfunctions2FunctionBuildConfigList
- type DataGoogleCloudfunctions2FunctionBuildConfigOutputReference
- type DataGoogleCloudfunctions2FunctionBuildConfigSource
- type DataGoogleCloudfunctions2FunctionBuildConfigSourceList
- type DataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference
- type DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSource
- type DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList
- type DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference
- type DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSource
- type DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList
- type DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference
- type DataGoogleCloudfunctions2FunctionConfig
- type DataGoogleCloudfunctions2FunctionEventTrigger
- type DataGoogleCloudfunctions2FunctionEventTriggerEventFilters
- type DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList
- type DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference
- type DataGoogleCloudfunctions2FunctionEventTriggerList
- type DataGoogleCloudfunctions2FunctionEventTriggerOutputReference
- type DataGoogleCloudfunctions2FunctionServiceConfig
- type DataGoogleCloudfunctions2FunctionServiceConfigList
- type DataGoogleCloudfunctions2FunctionServiceConfigOutputReference
- type DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariables
- type DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList
- type DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference
- type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumes
- type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList
- type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference
- type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersions
- type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList
- type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataGoogleCloudfunctions2Function_IsConstruct ¶
func DataGoogleCloudfunctions2Function_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 DataGoogleCloudfunctions2Function_IsTerraformDataSource ¶
func DataGoogleCloudfunctions2Function_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataGoogleCloudfunctions2Function_IsTerraformElement ¶
func DataGoogleCloudfunctions2Function_IsTerraformElement(x interface{}) *bool
Experimental.
func DataGoogleCloudfunctions2Function_TfResourceType ¶
func DataGoogleCloudfunctions2Function_TfResourceType() *string
func NewDataGoogleCloudfunctions2FunctionBuildConfigList_Override ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigList_Override(d DataGoogleCloudfunctions2FunctionBuildConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleCloudfunctions2FunctionBuildConfigOutputReference_Override ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigOutputReference_Override(d DataGoogleCloudfunctions2FunctionBuildConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceList_Override ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceList_Override(d DataGoogleCloudfunctions2FunctionBuildConfigSourceList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference_Override ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference_Override(d DataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList_Override ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList_Override(d DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference_Override ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference_Override(d DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList_Override ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList_Override(d DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference_Override ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference_Override(d DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList_Override ¶
func NewDataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList_Override(d DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference_Override ¶
func NewDataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference_Override(d DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleCloudfunctions2FunctionEventTriggerList_Override ¶
func NewDataGoogleCloudfunctions2FunctionEventTriggerList_Override(d DataGoogleCloudfunctions2FunctionEventTriggerList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleCloudfunctions2FunctionEventTriggerOutputReference_Override ¶
func NewDataGoogleCloudfunctions2FunctionEventTriggerOutputReference_Override(d DataGoogleCloudfunctions2FunctionEventTriggerOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleCloudfunctions2FunctionServiceConfigList_Override ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigList_Override(d DataGoogleCloudfunctions2FunctionServiceConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleCloudfunctions2FunctionServiceConfigOutputReference_Override ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigOutputReference_Override(d DataGoogleCloudfunctions2FunctionServiceConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList_Override ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList_Override(d DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference_Override ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference_Override(d DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList_Override ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList_Override(d DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference_Override ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference_Override(d DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList_Override ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList_Override(d DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference_Override ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference_Override(d DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleCloudfunctions2Function_Override ¶
func NewDataGoogleCloudfunctions2Function_Override(d DataGoogleCloudfunctions2Function, scope constructs.Construct, id *string, config *DataGoogleCloudfunctions2FunctionConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/data-sources/cloudfunctions2_function google_cloudfunctions2_function} Data Source.
Types ¶
type DataGoogleCloudfunctions2Function ¶
type DataGoogleCloudfunctions2Function interface { cdktf.TerraformDataSource BuildConfig() DataGoogleCloudfunctions2FunctionBuildConfigList // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string Environment() *string EventTrigger() DataGoogleCloudfunctions2FunctionEventTriggerList // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string KmsKeyName() *string Labels() cdktf.StringMap // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} ServiceConfig() DataGoogleCloudfunctions2FunctionServiceConfigList State() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string UpdateTime() *string Url() *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{} // 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/4.79.0/docs/data-sources/cloudfunctions2_function google_cloudfunctions2_function}.
func NewDataGoogleCloudfunctions2Function ¶
func NewDataGoogleCloudfunctions2Function(scope constructs.Construct, id *string, config *DataGoogleCloudfunctions2FunctionConfig) DataGoogleCloudfunctions2Function
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/data-sources/cloudfunctions2_function google_cloudfunctions2_function} Data Source.
type DataGoogleCloudfunctions2FunctionBuildConfig ¶
type DataGoogleCloudfunctions2FunctionBuildConfig struct { }
type DataGoogleCloudfunctions2FunctionBuildConfigList ¶
type DataGoogleCloudfunctions2FunctionBuildConfigList 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) DataGoogleCloudfunctions2FunctionBuildConfigOutputReference // 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 NewDataGoogleCloudfunctions2FunctionBuildConfigList ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleCloudfunctions2FunctionBuildConfigList
type DataGoogleCloudfunctions2FunctionBuildConfigOutputReference ¶
type DataGoogleCloudfunctions2FunctionBuildConfigOutputReference interface { cdktf.ComplexObject BuildAttribute() *string // 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 DockerRepository() *string EntryPoint() *string EnvironmentVariables() cdktf.StringMap // Experimental. Fqn() *string InternalValue() *DataGoogleCloudfunctions2FunctionBuildConfig SetInternalValue(val *DataGoogleCloudfunctions2FunctionBuildConfig) Runtime() *string Source() DataGoogleCloudfunctions2FunctionBuildConfigSourceList // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) WorkerPool() *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 NewDataGoogleCloudfunctions2FunctionBuildConfigOutputReference ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleCloudfunctions2FunctionBuildConfigOutputReference
type DataGoogleCloudfunctions2FunctionBuildConfigSource ¶
type DataGoogleCloudfunctions2FunctionBuildConfigSource struct { }
type DataGoogleCloudfunctions2FunctionBuildConfigSourceList ¶
type DataGoogleCloudfunctions2FunctionBuildConfigSourceList 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) DataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference // 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 NewDataGoogleCloudfunctions2FunctionBuildConfigSourceList ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleCloudfunctions2FunctionBuildConfigSourceList
type DataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference ¶
type DataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference 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() *DataGoogleCloudfunctions2FunctionBuildConfigSource SetInternalValue(val *DataGoogleCloudfunctions2FunctionBuildConfigSource) RepoSource() DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList StorageSource() DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList // 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 NewDataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference
type DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSource ¶
type DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSource struct { }
type DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList ¶
type DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList 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) DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference // 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 NewDataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList
type DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference ¶
type DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference interface { cdktf.ComplexObject BranchName() *string CommitSha() *string // 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 Dir() *string // Experimental. Fqn() *string InternalValue() *DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSource SetInternalValue(val *DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSource) InvertRegex() cdktf.IResolvable ProjectId() *string RepoName() *string TagName() *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 NewDataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference
type DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSource ¶
type DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSource struct { }
type DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList ¶
type DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList 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) DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference // 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 NewDataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList
type DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference ¶
type DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference interface { cdktf.ComplexObject Bucket() *string // 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 Generation() *float64 InternalValue() *DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSource SetInternalValue(val *DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSource) Object() *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 NewDataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference ¶
func NewDataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference
type DataGoogleCloudfunctions2FunctionConfig ¶
type DataGoogleCloudfunctions2FunctionConfig 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"` // The location of this cloud function. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/data-sources/cloudfunctions2_function#location DataGoogleCloudfunctions2Function#location} Location *string `field:"required" json:"location" yaml:"location"` // A user-defined name of the function. Function names must be unique globally and match pattern 'projects/*\/locations/*\/functions/*'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/data-sources/cloudfunctions2_function#name DataGoogleCloudfunctions2Function#name} Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.79.0/docs/data-sources/cloudfunctions2_function#id DataGoogleCloudfunctions2Function#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/4.79.0/docs/data-sources/cloudfunctions2_function#project DataGoogleCloudfunctions2Function#project}. Project *string `field:"optional" json:"project" yaml:"project"` }
type DataGoogleCloudfunctions2FunctionEventTrigger ¶
type DataGoogleCloudfunctions2FunctionEventTrigger struct { }
type DataGoogleCloudfunctions2FunctionEventTriggerEventFilters ¶
type DataGoogleCloudfunctions2FunctionEventTriggerEventFilters struct { }
type DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList ¶
type DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList 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) DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference // 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 NewDataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList ¶
func NewDataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList
type DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference ¶
type DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference interface { cdktf.ComplexObject Attribute() *string // 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() *DataGoogleCloudfunctions2FunctionEventTriggerEventFilters SetInternalValue(val *DataGoogleCloudfunctions2FunctionEventTriggerEventFilters) Operator() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *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 NewDataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference ¶
func NewDataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference
type DataGoogleCloudfunctions2FunctionEventTriggerList ¶
type DataGoogleCloudfunctions2FunctionEventTriggerList 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) DataGoogleCloudfunctions2FunctionEventTriggerOutputReference // 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 NewDataGoogleCloudfunctions2FunctionEventTriggerList ¶
func NewDataGoogleCloudfunctions2FunctionEventTriggerList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleCloudfunctions2FunctionEventTriggerList
type DataGoogleCloudfunctions2FunctionEventTriggerOutputReference ¶
type DataGoogleCloudfunctions2FunctionEventTriggerOutputReference 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 EventFilters() DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList EventType() *string // Experimental. Fqn() *string InternalValue() *DataGoogleCloudfunctions2FunctionEventTrigger SetInternalValue(val *DataGoogleCloudfunctions2FunctionEventTrigger) PubsubTopic() *string RetryPolicy() *string ServiceAccountEmail() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Trigger() *string TriggerRegion() *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 NewDataGoogleCloudfunctions2FunctionEventTriggerOutputReference ¶
func NewDataGoogleCloudfunctions2FunctionEventTriggerOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleCloudfunctions2FunctionEventTriggerOutputReference
type DataGoogleCloudfunctions2FunctionServiceConfig ¶
type DataGoogleCloudfunctions2FunctionServiceConfig struct { }
type DataGoogleCloudfunctions2FunctionServiceConfigList ¶
type DataGoogleCloudfunctions2FunctionServiceConfigList 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) DataGoogleCloudfunctions2FunctionServiceConfigOutputReference // 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 NewDataGoogleCloudfunctions2FunctionServiceConfigList ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleCloudfunctions2FunctionServiceConfigList
type DataGoogleCloudfunctions2FunctionServiceConfigOutputReference ¶
type DataGoogleCloudfunctions2FunctionServiceConfigOutputReference interface { cdktf.ComplexObject AllTrafficOnLatestRevision() cdktf.IResolvable AvailableCpu() *string AvailableMemory() *string // 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 EnvironmentVariables() cdktf.StringMap // Experimental. Fqn() *string GcfUri() *string IngressSettings() *string InternalValue() *DataGoogleCloudfunctions2FunctionServiceConfig SetInternalValue(val *DataGoogleCloudfunctions2FunctionServiceConfig) MaxInstanceCount() *float64 MaxInstanceRequestConcurrency() *float64 MinInstanceCount() *float64 SecretEnvironmentVariables() DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList SecretVolumes() DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList Service() *string ServiceAccountEmail() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TimeoutSeconds() *float64 Uri() *string VpcConnector() *string VpcConnectorEgressSettings() *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 NewDataGoogleCloudfunctions2FunctionServiceConfigOutputReference ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleCloudfunctions2FunctionServiceConfigOutputReference
type DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariables ¶
type DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariables struct { }
type DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList ¶
type DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList 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) DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference // 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 NewDataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList
type DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference ¶
type DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference 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() *DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariables SetInternalValue(val *DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariables) Key() *string ProjectId() *string Secret() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Version() *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 NewDataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumes ¶
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumes struct { }
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList ¶
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList 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) DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference // 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 NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference ¶
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference 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() *DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumes SetInternalValue(val *DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumes) MountPath() *string ProjectId() *string Secret() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Versions() DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList // 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 NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersions ¶
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersions struct { }
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList ¶
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList 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) DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference // 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 NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference ¶
type DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference 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() *DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersions SetInternalValue(val *DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersions) Path() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Version() *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 NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference ¶
func NewDataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference
Source Files ¶
- DataGoogleCloudfunctions2Function.go
- DataGoogleCloudfunctions2FunctionBuildConfig.go
- DataGoogleCloudfunctions2FunctionBuildConfigList.go
- DataGoogleCloudfunctions2FunctionBuildConfigList__checks.go
- DataGoogleCloudfunctions2FunctionBuildConfigOutputReference.go
- DataGoogleCloudfunctions2FunctionBuildConfigOutputReference__checks.go
- DataGoogleCloudfunctions2FunctionBuildConfigSource.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceList.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceList__checks.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceOutputReference__checks.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSource.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceList__checks.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceRepoSourceOutputReference__checks.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSource.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceList__checks.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference.go
- DataGoogleCloudfunctions2FunctionBuildConfigSourceStorageSourceOutputReference__checks.go
- DataGoogleCloudfunctions2FunctionConfig.go
- DataGoogleCloudfunctions2FunctionEventTrigger.go
- DataGoogleCloudfunctions2FunctionEventTriggerEventFilters.go
- DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList.go
- DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersList__checks.go
- DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference.go
- DataGoogleCloudfunctions2FunctionEventTriggerEventFiltersOutputReference__checks.go
- DataGoogleCloudfunctions2FunctionEventTriggerList.go
- DataGoogleCloudfunctions2FunctionEventTriggerList__checks.go
- DataGoogleCloudfunctions2FunctionEventTriggerOutputReference.go
- DataGoogleCloudfunctions2FunctionEventTriggerOutputReference__checks.go
- DataGoogleCloudfunctions2FunctionServiceConfig.go
- DataGoogleCloudfunctions2FunctionServiceConfigList.go
- DataGoogleCloudfunctions2FunctionServiceConfigList__checks.go
- DataGoogleCloudfunctions2FunctionServiceConfigOutputReference.go
- DataGoogleCloudfunctions2FunctionServiceConfigOutputReference__checks.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariables.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesList__checks.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretEnvironmentVariablesOutputReference__checks.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumes.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesList__checks.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesOutputReference__checks.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersions.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsList__checks.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference.go
- DataGoogleCloudfunctions2FunctionServiceConfigSecretVolumesVersionsOutputReference__checks.go
- DataGoogleCloudfunctions2Function__checks.go
- main.go