Documentation ¶
Index ¶
- func DataGoogleApphubApplication_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataGoogleApphubApplication_IsConstruct(x interface{}) *bool
- func DataGoogleApphubApplication_IsTerraformDataSource(x interface{}) *bool
- func DataGoogleApphubApplication_IsTerraformElement(x interface{}) *bool
- func DataGoogleApphubApplication_TfResourceType() *string
- func NewDataGoogleApphubApplicationAttributesBusinessOwnersList_Override(d DataGoogleApphubApplicationAttributesBusinessOwnersList, ...)
- func NewDataGoogleApphubApplicationAttributesBusinessOwnersOutputReference_Override(d DataGoogleApphubApplicationAttributesBusinessOwnersOutputReference, ...)
- func NewDataGoogleApphubApplicationAttributesCriticalityList_Override(d DataGoogleApphubApplicationAttributesCriticalityList, ...)
- func NewDataGoogleApphubApplicationAttributesCriticalityOutputReference_Override(d DataGoogleApphubApplicationAttributesCriticalityOutputReference, ...)
- func NewDataGoogleApphubApplicationAttributesDeveloperOwnersList_Override(d DataGoogleApphubApplicationAttributesDeveloperOwnersList, ...)
- func NewDataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference_Override(d DataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference, ...)
- func NewDataGoogleApphubApplicationAttributesEnvironmentList_Override(d DataGoogleApphubApplicationAttributesEnvironmentList, ...)
- func NewDataGoogleApphubApplicationAttributesEnvironmentOutputReference_Override(d DataGoogleApphubApplicationAttributesEnvironmentOutputReference, ...)
- func NewDataGoogleApphubApplicationAttributesList_Override(d DataGoogleApphubApplicationAttributesList, ...)
- func NewDataGoogleApphubApplicationAttributesOperatorOwnersList_Override(d DataGoogleApphubApplicationAttributesOperatorOwnersList, ...)
- func NewDataGoogleApphubApplicationAttributesOperatorOwnersOutputReference_Override(d DataGoogleApphubApplicationAttributesOperatorOwnersOutputReference, ...)
- func NewDataGoogleApphubApplicationAttributesOutputReference_Override(d DataGoogleApphubApplicationAttributesOutputReference, ...)
- func NewDataGoogleApphubApplicationScopeList_Override(d DataGoogleApphubApplicationScopeList, ...)
- func NewDataGoogleApphubApplicationScopeOutputReference_Override(d DataGoogleApphubApplicationScopeOutputReference, ...)
- func NewDataGoogleApphubApplication_Override(d DataGoogleApphubApplication, scope constructs.Construct, id *string, ...)
- type DataGoogleApphubApplication
- type DataGoogleApphubApplicationAttributes
- type DataGoogleApphubApplicationAttributesBusinessOwners
- type DataGoogleApphubApplicationAttributesBusinessOwnersList
- type DataGoogleApphubApplicationAttributesBusinessOwnersOutputReference
- type DataGoogleApphubApplicationAttributesCriticality
- type DataGoogleApphubApplicationAttributesCriticalityList
- type DataGoogleApphubApplicationAttributesCriticalityOutputReference
- type DataGoogleApphubApplicationAttributesDeveloperOwners
- type DataGoogleApphubApplicationAttributesDeveloperOwnersList
- type DataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference
- type DataGoogleApphubApplicationAttributesEnvironment
- type DataGoogleApphubApplicationAttributesEnvironmentList
- type DataGoogleApphubApplicationAttributesEnvironmentOutputReference
- type DataGoogleApphubApplicationAttributesList
- type DataGoogleApphubApplicationAttributesOperatorOwners
- type DataGoogleApphubApplicationAttributesOperatorOwnersList
- type DataGoogleApphubApplicationAttributesOperatorOwnersOutputReference
- type DataGoogleApphubApplicationAttributesOutputReference
- type DataGoogleApphubApplicationConfig
- type DataGoogleApphubApplicationScope
- type DataGoogleApphubApplicationScopeList
- type DataGoogleApphubApplicationScopeOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataGoogleApphubApplication_GenerateConfigForImport ¶
func DataGoogleApphubApplication_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataGoogleApphubApplication resource upon running "cdktf plan <stack-name>".
func DataGoogleApphubApplication_IsConstruct ¶
func DataGoogleApphubApplication_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 DataGoogleApphubApplication_IsTerraformDataSource ¶
func DataGoogleApphubApplication_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataGoogleApphubApplication_IsTerraformElement ¶
func DataGoogleApphubApplication_IsTerraformElement(x interface{}) *bool
Experimental.
func DataGoogleApphubApplication_TfResourceType ¶
func DataGoogleApphubApplication_TfResourceType() *string
func NewDataGoogleApphubApplicationAttributesBusinessOwnersList_Override ¶
func NewDataGoogleApphubApplicationAttributesBusinessOwnersList_Override(d DataGoogleApphubApplicationAttributesBusinessOwnersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleApphubApplicationAttributesBusinessOwnersOutputReference_Override ¶
func NewDataGoogleApphubApplicationAttributesBusinessOwnersOutputReference_Override(d DataGoogleApphubApplicationAttributesBusinessOwnersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleApphubApplicationAttributesCriticalityList_Override ¶
func NewDataGoogleApphubApplicationAttributesCriticalityList_Override(d DataGoogleApphubApplicationAttributesCriticalityList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleApphubApplicationAttributesCriticalityOutputReference_Override ¶
func NewDataGoogleApphubApplicationAttributesCriticalityOutputReference_Override(d DataGoogleApphubApplicationAttributesCriticalityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleApphubApplicationAttributesDeveloperOwnersList_Override ¶
func NewDataGoogleApphubApplicationAttributesDeveloperOwnersList_Override(d DataGoogleApphubApplicationAttributesDeveloperOwnersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference_Override ¶
func NewDataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference_Override(d DataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleApphubApplicationAttributesEnvironmentList_Override ¶
func NewDataGoogleApphubApplicationAttributesEnvironmentList_Override(d DataGoogleApphubApplicationAttributesEnvironmentList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleApphubApplicationAttributesEnvironmentOutputReference_Override ¶
func NewDataGoogleApphubApplicationAttributesEnvironmentOutputReference_Override(d DataGoogleApphubApplicationAttributesEnvironmentOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleApphubApplicationAttributesList_Override ¶
func NewDataGoogleApphubApplicationAttributesList_Override(d DataGoogleApphubApplicationAttributesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleApphubApplicationAttributesOperatorOwnersList_Override ¶
func NewDataGoogleApphubApplicationAttributesOperatorOwnersList_Override(d DataGoogleApphubApplicationAttributesOperatorOwnersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleApphubApplicationAttributesOperatorOwnersOutputReference_Override ¶
func NewDataGoogleApphubApplicationAttributesOperatorOwnersOutputReference_Override(d DataGoogleApphubApplicationAttributesOperatorOwnersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleApphubApplicationAttributesOutputReference_Override ¶
func NewDataGoogleApphubApplicationAttributesOutputReference_Override(d DataGoogleApphubApplicationAttributesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleApphubApplicationScopeList_Override ¶
func NewDataGoogleApphubApplicationScopeList_Override(d DataGoogleApphubApplicationScopeList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataGoogleApphubApplicationScopeOutputReference_Override ¶
func NewDataGoogleApphubApplicationScopeOutputReference_Override(d DataGoogleApphubApplicationScopeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataGoogleApphubApplication_Override ¶
func NewDataGoogleApphubApplication_Override(d DataGoogleApphubApplication, scope constructs.Construct, id *string, config *DataGoogleApphubApplicationConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/data-sources/apphub_application google_apphub_application} Data Source.
Types ¶
type DataGoogleApphubApplication ¶
type DataGoogleApphubApplication interface { cdktf.TerraformDataSource ApplicationId() *string SetApplicationId(val *string) ApplicationIdInput() *string Attributes() DataGoogleApphubApplicationAttributesList // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string DisplayName() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *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{} Scope() DataGoogleApphubApplicationScopeList State() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Uid() *string UpdateTime() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() 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/6.15.0/docs/data-sources/apphub_application google_apphub_application}.
func NewDataGoogleApphubApplication ¶
func NewDataGoogleApphubApplication(scope constructs.Construct, id *string, config *DataGoogleApphubApplicationConfig) DataGoogleApphubApplication
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/data-sources/apphub_application google_apphub_application} Data Source.
type DataGoogleApphubApplicationAttributes ¶
type DataGoogleApphubApplicationAttributes struct { }
type DataGoogleApphubApplicationAttributesBusinessOwners ¶
type DataGoogleApphubApplicationAttributesBusinessOwners struct { }
type DataGoogleApphubApplicationAttributesBusinessOwnersList ¶
type DataGoogleApphubApplicationAttributesBusinessOwnersList 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) DataGoogleApphubApplicationAttributesBusinessOwnersOutputReference // 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 NewDataGoogleApphubApplicationAttributesBusinessOwnersList ¶
func NewDataGoogleApphubApplicationAttributesBusinessOwnersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleApphubApplicationAttributesBusinessOwnersList
type DataGoogleApphubApplicationAttributesBusinessOwnersOutputReference ¶
type DataGoogleApphubApplicationAttributesBusinessOwnersOutputReference 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 DisplayName() *string Email() *string // Experimental. Fqn() *string InternalValue() *DataGoogleApphubApplicationAttributesBusinessOwners SetInternalValue(val *DataGoogleApphubApplicationAttributesBusinessOwners) // 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 NewDataGoogleApphubApplicationAttributesBusinessOwnersOutputReference ¶
func NewDataGoogleApphubApplicationAttributesBusinessOwnersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleApphubApplicationAttributesBusinessOwnersOutputReference
type DataGoogleApphubApplicationAttributesCriticality ¶
type DataGoogleApphubApplicationAttributesCriticality struct { }
type DataGoogleApphubApplicationAttributesCriticalityList ¶
type DataGoogleApphubApplicationAttributesCriticalityList 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) DataGoogleApphubApplicationAttributesCriticalityOutputReference // 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 NewDataGoogleApphubApplicationAttributesCriticalityList ¶
func NewDataGoogleApphubApplicationAttributesCriticalityList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleApphubApplicationAttributesCriticalityList
type DataGoogleApphubApplicationAttributesCriticalityOutputReference ¶
type DataGoogleApphubApplicationAttributesCriticalityOutputReference 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() *DataGoogleApphubApplicationAttributesCriticality SetInternalValue(val *DataGoogleApphubApplicationAttributesCriticality) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *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 NewDataGoogleApphubApplicationAttributesCriticalityOutputReference ¶
func NewDataGoogleApphubApplicationAttributesCriticalityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleApphubApplicationAttributesCriticalityOutputReference
type DataGoogleApphubApplicationAttributesDeveloperOwners ¶
type DataGoogleApphubApplicationAttributesDeveloperOwners struct { }
type DataGoogleApphubApplicationAttributesDeveloperOwnersList ¶
type DataGoogleApphubApplicationAttributesDeveloperOwnersList 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) DataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference // 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 NewDataGoogleApphubApplicationAttributesDeveloperOwnersList ¶
func NewDataGoogleApphubApplicationAttributesDeveloperOwnersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleApphubApplicationAttributesDeveloperOwnersList
type DataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference ¶
type DataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference 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 DisplayName() *string Email() *string // Experimental. Fqn() *string InternalValue() *DataGoogleApphubApplicationAttributesDeveloperOwners SetInternalValue(val *DataGoogleApphubApplicationAttributesDeveloperOwners) // 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 NewDataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference ¶
func NewDataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference
type DataGoogleApphubApplicationAttributesEnvironment ¶
type DataGoogleApphubApplicationAttributesEnvironment struct { }
type DataGoogleApphubApplicationAttributesEnvironmentList ¶
type DataGoogleApphubApplicationAttributesEnvironmentList 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) DataGoogleApphubApplicationAttributesEnvironmentOutputReference // 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 NewDataGoogleApphubApplicationAttributesEnvironmentList ¶
func NewDataGoogleApphubApplicationAttributesEnvironmentList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleApphubApplicationAttributesEnvironmentList
type DataGoogleApphubApplicationAttributesEnvironmentOutputReference ¶
type DataGoogleApphubApplicationAttributesEnvironmentOutputReference 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() *DataGoogleApphubApplicationAttributesEnvironment SetInternalValue(val *DataGoogleApphubApplicationAttributesEnvironment) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *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 NewDataGoogleApphubApplicationAttributesEnvironmentOutputReference ¶
func NewDataGoogleApphubApplicationAttributesEnvironmentOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleApphubApplicationAttributesEnvironmentOutputReference
type DataGoogleApphubApplicationAttributesList ¶
type DataGoogleApphubApplicationAttributesList 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) DataGoogleApphubApplicationAttributesOutputReference // 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 NewDataGoogleApphubApplicationAttributesList ¶
func NewDataGoogleApphubApplicationAttributesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleApphubApplicationAttributesList
type DataGoogleApphubApplicationAttributesOperatorOwners ¶
type DataGoogleApphubApplicationAttributesOperatorOwners struct { }
type DataGoogleApphubApplicationAttributesOperatorOwnersList ¶
type DataGoogleApphubApplicationAttributesOperatorOwnersList 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) DataGoogleApphubApplicationAttributesOperatorOwnersOutputReference // 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 NewDataGoogleApphubApplicationAttributesOperatorOwnersList ¶
func NewDataGoogleApphubApplicationAttributesOperatorOwnersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleApphubApplicationAttributesOperatorOwnersList
type DataGoogleApphubApplicationAttributesOperatorOwnersOutputReference ¶
type DataGoogleApphubApplicationAttributesOperatorOwnersOutputReference 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 DisplayName() *string Email() *string // Experimental. Fqn() *string InternalValue() *DataGoogleApphubApplicationAttributesOperatorOwners SetInternalValue(val *DataGoogleApphubApplicationAttributesOperatorOwners) // 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 NewDataGoogleApphubApplicationAttributesOperatorOwnersOutputReference ¶
func NewDataGoogleApphubApplicationAttributesOperatorOwnersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleApphubApplicationAttributesOperatorOwnersOutputReference
type DataGoogleApphubApplicationAttributesOutputReference ¶
type DataGoogleApphubApplicationAttributesOutputReference interface { cdktf.ComplexObject BusinessOwners() DataGoogleApphubApplicationAttributesBusinessOwnersList // 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 Criticality() DataGoogleApphubApplicationAttributesCriticalityList DeveloperOwners() DataGoogleApphubApplicationAttributesDeveloperOwnersList Environment() DataGoogleApphubApplicationAttributesEnvironmentList // Experimental. Fqn() *string InternalValue() *DataGoogleApphubApplicationAttributes SetInternalValue(val *DataGoogleApphubApplicationAttributes) OperatorOwners() DataGoogleApphubApplicationAttributesOperatorOwnersList // 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 NewDataGoogleApphubApplicationAttributesOutputReference ¶
func NewDataGoogleApphubApplicationAttributesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleApphubApplicationAttributesOutputReference
type DataGoogleApphubApplicationConfig ¶
type DataGoogleApphubApplicationConfig 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"` // Required. The Application identifier. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/data-sources/apphub_application#application_id DataGoogleApphubApplication#application_id} ApplicationId *string `field:"required" json:"applicationId" yaml:"applicationId"` // Part of 'parent'. See documentation of 'projectsId'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/data-sources/apphub_application#location DataGoogleApphubApplication#location} Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/data-sources/apphub_application#project DataGoogleApphubApplication#project}. Project *string `field:"required" json:"project" yaml:"project"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/6.15.0/docs/data-sources/apphub_application#id DataGoogleApphubApplication#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"` }
type DataGoogleApphubApplicationScope ¶
type DataGoogleApphubApplicationScope struct { }
type DataGoogleApphubApplicationScopeList ¶
type DataGoogleApphubApplicationScopeList 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) DataGoogleApphubApplicationScopeOutputReference // 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 NewDataGoogleApphubApplicationScopeList ¶
func NewDataGoogleApphubApplicationScopeList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGoogleApphubApplicationScopeList
type DataGoogleApphubApplicationScopeOutputReference ¶
type DataGoogleApphubApplicationScopeOutputReference 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() *DataGoogleApphubApplicationScope SetInternalValue(val *DataGoogleApphubApplicationScope) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *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 NewDataGoogleApphubApplicationScopeOutputReference ¶
func NewDataGoogleApphubApplicationScopeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataGoogleApphubApplicationScopeOutputReference
Source Files ¶
- DataGoogleApphubApplication.go
- DataGoogleApphubApplicationAttributes.go
- DataGoogleApphubApplicationAttributesBusinessOwners.go
- DataGoogleApphubApplicationAttributesBusinessOwnersList.go
- DataGoogleApphubApplicationAttributesBusinessOwnersList__checks.go
- DataGoogleApphubApplicationAttributesBusinessOwnersOutputReference.go
- DataGoogleApphubApplicationAttributesBusinessOwnersOutputReference__checks.go
- DataGoogleApphubApplicationAttributesCriticality.go
- DataGoogleApphubApplicationAttributesCriticalityList.go
- DataGoogleApphubApplicationAttributesCriticalityList__checks.go
- DataGoogleApphubApplicationAttributesCriticalityOutputReference.go
- DataGoogleApphubApplicationAttributesCriticalityOutputReference__checks.go
- DataGoogleApphubApplicationAttributesDeveloperOwners.go
- DataGoogleApphubApplicationAttributesDeveloperOwnersList.go
- DataGoogleApphubApplicationAttributesDeveloperOwnersList__checks.go
- DataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference.go
- DataGoogleApphubApplicationAttributesDeveloperOwnersOutputReference__checks.go
- DataGoogleApphubApplicationAttributesEnvironment.go
- DataGoogleApphubApplicationAttributesEnvironmentList.go
- DataGoogleApphubApplicationAttributesEnvironmentList__checks.go
- DataGoogleApphubApplicationAttributesEnvironmentOutputReference.go
- DataGoogleApphubApplicationAttributesEnvironmentOutputReference__checks.go
- DataGoogleApphubApplicationAttributesList.go
- DataGoogleApphubApplicationAttributesList__checks.go
- DataGoogleApphubApplicationAttributesOperatorOwners.go
- DataGoogleApphubApplicationAttributesOperatorOwnersList.go
- DataGoogleApphubApplicationAttributesOperatorOwnersList__checks.go
- DataGoogleApphubApplicationAttributesOperatorOwnersOutputReference.go
- DataGoogleApphubApplicationAttributesOperatorOwnersOutputReference__checks.go
- DataGoogleApphubApplicationAttributesOutputReference.go
- DataGoogleApphubApplicationAttributesOutputReference__checks.go
- DataGoogleApphubApplicationConfig.go
- DataGoogleApphubApplicationScope.go
- DataGoogleApphubApplicationScopeList.go
- DataGoogleApphubApplicationScopeList__checks.go
- DataGoogleApphubApplicationScopeOutputReference.go
- DataGoogleApphubApplicationScopeOutputReference__checks.go
- DataGoogleApphubApplication__checks.go
- main.go