Documentation ¶
Index ¶
- func GoogleDeploymentManagerDeployment_IsConstruct(x interface{}) *bool
- func GoogleDeploymentManagerDeployment_IsTerraformElement(x interface{}) *bool
- func GoogleDeploymentManagerDeployment_IsTerraformResource(x interface{}) *bool
- func GoogleDeploymentManagerDeployment_TfResourceType() *string
- func NewGoogleDeploymentManagerDeploymentLabelsList_Override(g GoogleDeploymentManagerDeploymentLabelsList, ...)
- func NewGoogleDeploymentManagerDeploymentLabelsOutputReference_Override(g GoogleDeploymentManagerDeploymentLabelsOutputReference, ...)
- func NewGoogleDeploymentManagerDeploymentTargetConfigOutputReference_Override(g GoogleDeploymentManagerDeploymentTargetConfigOutputReference, ...)
- func NewGoogleDeploymentManagerDeploymentTargetImportsList_Override(g GoogleDeploymentManagerDeploymentTargetImportsList, ...)
- func NewGoogleDeploymentManagerDeploymentTargetImportsOutputReference_Override(g GoogleDeploymentManagerDeploymentTargetImportsOutputReference, ...)
- func NewGoogleDeploymentManagerDeploymentTargetOutputReference_Override(g GoogleDeploymentManagerDeploymentTargetOutputReference, ...)
- func NewGoogleDeploymentManagerDeploymentTimeoutsOutputReference_Override(g GoogleDeploymentManagerDeploymentTimeoutsOutputReference, ...)
- func NewGoogleDeploymentManagerDeployment_Override(g GoogleDeploymentManagerDeployment, scope constructs.Construct, id *string, ...)
- type GoogleDeploymentManagerDeployment
- type GoogleDeploymentManagerDeploymentConfig
- type GoogleDeploymentManagerDeploymentLabels
- type GoogleDeploymentManagerDeploymentLabelsList
- type GoogleDeploymentManagerDeploymentLabelsOutputReference
- type GoogleDeploymentManagerDeploymentTarget
- type GoogleDeploymentManagerDeploymentTargetConfig
- type GoogleDeploymentManagerDeploymentTargetConfigOutputReference
- type GoogleDeploymentManagerDeploymentTargetImports
- type GoogleDeploymentManagerDeploymentTargetImportsList
- type GoogleDeploymentManagerDeploymentTargetImportsOutputReference
- type GoogleDeploymentManagerDeploymentTargetOutputReference
- type GoogleDeploymentManagerDeploymentTimeouts
- type GoogleDeploymentManagerDeploymentTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleDeploymentManagerDeployment_IsConstruct ¶
func GoogleDeploymentManagerDeployment_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 GoogleDeploymentManagerDeployment_IsTerraformElement ¶
func GoogleDeploymentManagerDeployment_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleDeploymentManagerDeployment_IsTerraformResource ¶
func GoogleDeploymentManagerDeployment_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleDeploymentManagerDeployment_TfResourceType ¶
func GoogleDeploymentManagerDeployment_TfResourceType() *string
func NewGoogleDeploymentManagerDeploymentLabelsList_Override ¶
func NewGoogleDeploymentManagerDeploymentLabelsList_Override(g GoogleDeploymentManagerDeploymentLabelsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDeploymentManagerDeploymentLabelsOutputReference_Override ¶
func NewGoogleDeploymentManagerDeploymentLabelsOutputReference_Override(g GoogleDeploymentManagerDeploymentLabelsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDeploymentManagerDeploymentTargetConfigOutputReference_Override ¶
func NewGoogleDeploymentManagerDeploymentTargetConfigOutputReference_Override(g GoogleDeploymentManagerDeploymentTargetConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDeploymentManagerDeploymentTargetImportsList_Override ¶
func NewGoogleDeploymentManagerDeploymentTargetImportsList_Override(g GoogleDeploymentManagerDeploymentTargetImportsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDeploymentManagerDeploymentTargetImportsOutputReference_Override ¶
func NewGoogleDeploymentManagerDeploymentTargetImportsOutputReference_Override(g GoogleDeploymentManagerDeploymentTargetImportsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDeploymentManagerDeploymentTargetOutputReference_Override ¶
func NewGoogleDeploymentManagerDeploymentTargetOutputReference_Override(g GoogleDeploymentManagerDeploymentTargetOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDeploymentManagerDeploymentTimeoutsOutputReference_Override ¶
func NewGoogleDeploymentManagerDeploymentTimeoutsOutputReference_Override(g GoogleDeploymentManagerDeploymentTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDeploymentManagerDeployment_Override ¶
func NewGoogleDeploymentManagerDeployment_Override(g GoogleDeploymentManagerDeployment, scope constructs.Construct, id *string, config *GoogleDeploymentManagerDeploymentConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment google_deployment_manager_deployment} Resource.
Types ¶
type GoogleDeploymentManagerDeployment ¶
type GoogleDeploymentManagerDeployment interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreatePolicy() *string SetCreatePolicy(val *string) CreatePolicyInput() *string DeletePolicy() *string SetDeletePolicy(val *string) DeletePolicyInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DeploymentId() *string Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() GoogleDeploymentManagerDeploymentLabelsList LabelsInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Manifest() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Preview() interface{} SetPreview(val interface{}) PreviewInput() interface{} Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} SelfLink() *string Target() GoogleDeploymentManagerDeploymentTargetOutputReference TargetInput() *GoogleDeploymentManagerDeploymentTarget // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleDeploymentManagerDeploymentTimeoutsOutputReference TimeoutsInput() interface{} // 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) PutLabels(value interface{}) PutTarget(value *GoogleDeploymentManagerDeploymentTarget) PutTimeouts(value *GoogleDeploymentManagerDeploymentTimeouts) ResetCreatePolicy() ResetDeletePolicy() ResetDescription() ResetId() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPreview() ResetProject() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment google_deployment_manager_deployment}.
func NewGoogleDeploymentManagerDeployment ¶
func NewGoogleDeploymentManagerDeployment(scope constructs.Construct, id *string, config *GoogleDeploymentManagerDeploymentConfig) GoogleDeploymentManagerDeployment
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment google_deployment_manager_deployment} Resource.
type GoogleDeploymentManagerDeploymentConfig ¶
type GoogleDeploymentManagerDeploymentConfig 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"` // Unique name for the deployment. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#name GoogleDeploymentManagerDeployment#name} Name *string `field:"required" json:"name" yaml:"name"` // target block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#target GoogleDeploymentManagerDeployment#target} Target *GoogleDeploymentManagerDeploymentTarget `field:"required" json:"target" yaml:"target"` // Set the policy to use for creating new resources. // // Only used on // create and update. Valid values are 'CREATE_OR_ACQUIRE' (default) or // 'ACQUIRE'. If set to 'ACQUIRE' and resources do not already exist, // the deployment will fail. Note that updating this field does not // actually affect the deployment, just how it is updated. Default value: "CREATE_OR_ACQUIRE" Possible values: ["ACQUIRE", "CREATE_OR_ACQUIRE"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#create_policy GoogleDeploymentManagerDeployment#create_policy} CreatePolicy *string `field:"optional" json:"createPolicy" yaml:"createPolicy"` // Set the policy to use for deleting new resources on update/delete. // // Valid values are 'DELETE' (default) or 'ABANDON'. If 'DELETE', // resource is deleted after removal from Deployment Manager. If // 'ABANDON', the resource is only removed from Deployment Manager // and is not actually deleted. Note that updating this field does not // actually change the deployment, just how it is updated. Default value: "DELETE" Possible values: ["ABANDON", "DELETE"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#delete_policy GoogleDeploymentManagerDeployment#delete_policy} DeletePolicy *string `field:"optional" json:"deletePolicy" yaml:"deletePolicy"` // Optional user-provided description of deployment. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#description GoogleDeploymentManagerDeployment#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#id GoogleDeploymentManagerDeployment#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"` // labels block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#labels GoogleDeploymentManagerDeployment#labels} Labels interface{} `field:"optional" json:"labels" yaml:"labels"` // If set to true, a deployment is created with "shell" resources that are not actually instantiated. // // This allows you to preview a // deployment. It can be updated to false to actually deploy // with real resources. // ~>**NOTE:** Deployment Manager does not allow update // of a deployment in preview (unless updating to preview=false). Thus, // Terraform will force-recreate deployments if either preview is updated // to true or if other fields are updated while preview is true. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#preview GoogleDeploymentManagerDeployment#preview} Preview interface{} `field:"optional" json:"preview" yaml:"preview"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#project GoogleDeploymentManagerDeployment#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#timeouts GoogleDeploymentManagerDeployment#timeouts} Timeouts *GoogleDeploymentManagerDeploymentTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleDeploymentManagerDeploymentLabels ¶
type GoogleDeploymentManagerDeploymentLabels struct { // Key for label. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#key GoogleDeploymentManagerDeployment#key} Key *string `field:"optional" json:"key" yaml:"key"` // Value of label. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#value GoogleDeploymentManagerDeployment#value} Value *string `field:"optional" json:"value" yaml:"value"` }
type GoogleDeploymentManagerDeploymentLabelsList ¶
type GoogleDeploymentManagerDeploymentLabelsList 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 InternalValue() interface{} SetInternalValue(val interface{}) // 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) GoogleDeploymentManagerDeploymentLabelsOutputReference // 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 NewGoogleDeploymentManagerDeploymentLabelsList ¶
func NewGoogleDeploymentManagerDeploymentLabelsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDeploymentManagerDeploymentLabelsList
type GoogleDeploymentManagerDeploymentLabelsOutputReference ¶
type GoogleDeploymentManagerDeploymentLabelsOutputReference 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() interface{} SetInternalValue(val interface{}) Key() *string SetKey(val *string) KeyInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *string SetValue(val *string) ValueInput() *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 ResetKey() ResetValue() // 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 NewGoogleDeploymentManagerDeploymentLabelsOutputReference ¶
func NewGoogleDeploymentManagerDeploymentLabelsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDeploymentManagerDeploymentLabelsOutputReference
type GoogleDeploymentManagerDeploymentTarget ¶
type GoogleDeploymentManagerDeploymentTarget struct { // config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#config GoogleDeploymentManagerDeployment#config} Config *GoogleDeploymentManagerDeploymentTargetConfig `field:"required" json:"config" yaml:"config"` // imports block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#imports GoogleDeploymentManagerDeployment#imports} Imports interface{} `field:"optional" json:"imports" yaml:"imports"` }
type GoogleDeploymentManagerDeploymentTargetConfig ¶
type GoogleDeploymentManagerDeploymentTargetConfig struct { // The full YAML contents of your configuration file. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#content GoogleDeploymentManagerDeployment#content} Content *string `field:"required" json:"content" yaml:"content"` }
type GoogleDeploymentManagerDeploymentTargetConfigOutputReference ¶
type GoogleDeploymentManagerDeploymentTargetConfigOutputReference 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) Content() *string SetContent(val *string) ContentInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleDeploymentManagerDeploymentTargetConfig SetInternalValue(val *GoogleDeploymentManagerDeploymentTargetConfig) // 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 NewGoogleDeploymentManagerDeploymentTargetConfigOutputReference ¶
func NewGoogleDeploymentManagerDeploymentTargetConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDeploymentManagerDeploymentTargetConfigOutputReference
type GoogleDeploymentManagerDeploymentTargetImports ¶
type GoogleDeploymentManagerDeploymentTargetImports struct { // The full contents of the template that you want to import. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#content GoogleDeploymentManagerDeployment#content} Content *string `field:"optional" json:"content" yaml:"content"` // The name of the template to import, as declared in the YAML configuration. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#name GoogleDeploymentManagerDeployment#name} Name *string `field:"optional" json:"name" yaml:"name"` }
type GoogleDeploymentManagerDeploymentTargetImportsList ¶
type GoogleDeploymentManagerDeploymentTargetImportsList 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 InternalValue() interface{} SetInternalValue(val interface{}) // 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) GoogleDeploymentManagerDeploymentTargetImportsOutputReference // 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 NewGoogleDeploymentManagerDeploymentTargetImportsList ¶
func NewGoogleDeploymentManagerDeploymentTargetImportsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDeploymentManagerDeploymentTargetImportsList
type GoogleDeploymentManagerDeploymentTargetImportsOutputReference ¶
type GoogleDeploymentManagerDeploymentTargetImportsOutputReference 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) Content() *string SetContent(val *string) ContentInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *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 ResetContent() ResetName() // 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 NewGoogleDeploymentManagerDeploymentTargetImportsOutputReference ¶
func NewGoogleDeploymentManagerDeploymentTargetImportsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDeploymentManagerDeploymentTargetImportsOutputReference
type GoogleDeploymentManagerDeploymentTargetOutputReference ¶
type GoogleDeploymentManagerDeploymentTargetOutputReference 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) Config() GoogleDeploymentManagerDeploymentTargetConfigOutputReference ConfigInput() *GoogleDeploymentManagerDeploymentTargetConfig // 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 Imports() GoogleDeploymentManagerDeploymentTargetImportsList ImportsInput() interface{} InternalValue() *GoogleDeploymentManagerDeploymentTarget SetInternalValue(val *GoogleDeploymentManagerDeploymentTarget) // 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 PutConfig(value *GoogleDeploymentManagerDeploymentTargetConfig) PutImports(value interface{}) ResetImports() // 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 NewGoogleDeploymentManagerDeploymentTargetOutputReference ¶
func NewGoogleDeploymentManagerDeploymentTargetOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDeploymentManagerDeploymentTargetOutputReference
type GoogleDeploymentManagerDeploymentTimeouts ¶
type GoogleDeploymentManagerDeploymentTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#create GoogleDeploymentManagerDeployment#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#delete GoogleDeploymentManagerDeployment#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/4.79.0/docs/resources/google_deployment_manager_deployment#update GoogleDeploymentManagerDeployment#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleDeploymentManagerDeploymentTimeoutsOutputReference ¶
type GoogleDeploymentManagerDeploymentTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleDeploymentManagerDeploymentTimeoutsOutputReference ¶
func NewGoogleDeploymentManagerDeploymentTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDeploymentManagerDeploymentTimeoutsOutputReference
Source Files ¶
- GoogleDeploymentManagerDeployment.go
- GoogleDeploymentManagerDeploymentConfig.go
- GoogleDeploymentManagerDeploymentLabels.go
- GoogleDeploymentManagerDeploymentLabelsList.go
- GoogleDeploymentManagerDeploymentLabelsList__checks.go
- GoogleDeploymentManagerDeploymentLabelsOutputReference.go
- GoogleDeploymentManagerDeploymentLabelsOutputReference__checks.go
- GoogleDeploymentManagerDeploymentTarget.go
- GoogleDeploymentManagerDeploymentTargetConfig.go
- GoogleDeploymentManagerDeploymentTargetConfigOutputReference.go
- GoogleDeploymentManagerDeploymentTargetConfigOutputReference__checks.go
- GoogleDeploymentManagerDeploymentTargetImports.go
- GoogleDeploymentManagerDeploymentTargetImportsList.go
- GoogleDeploymentManagerDeploymentTargetImportsList__checks.go
- GoogleDeploymentManagerDeploymentTargetImportsOutputReference.go
- GoogleDeploymentManagerDeploymentTargetImportsOutputReference__checks.go
- GoogleDeploymentManagerDeploymentTargetOutputReference.go
- GoogleDeploymentManagerDeploymentTargetOutputReference__checks.go
- GoogleDeploymentManagerDeploymentTimeouts.go
- GoogleDeploymentManagerDeploymentTimeoutsOutputReference.go
- GoogleDeploymentManagerDeploymentTimeoutsOutputReference__checks.go
- GoogleDeploymentManagerDeployment__checks.go
- main.go