Class DeploymentManagerDeploymentTarget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.deployment_manager_deployment.DeploymentManagerDeploymentTarget.Jsii$Proxy
-
- All Implemented Interfaces:
DeploymentManagerDeploymentTarget,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DeploymentManagerDeploymentTarget
@Stability(Stable) @Internal public static final class DeploymentManagerDeploymentTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeploymentManagerDeploymentTarget
An implementation forDeploymentManagerDeploymentTarget
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.deployment_manager_deployment.DeploymentManagerDeploymentTarget
DeploymentManagerDeploymentTarget.Builder, DeploymentManagerDeploymentTarget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DeploymentManagerDeploymentTarget.Builder builder)Constructor that initializes the object based on literal property values passed by theDeploymentManagerDeploymentTarget.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)DeploymentManagerDeploymentTargetConfiggetConfig()config block.ObjectgetImports()imports block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DeploymentManagerDeploymentTarget.Builder builder)
Constructor that initializes the object based on literal property values passed by theDeploymentManagerDeploymentTarget.Builder.
-
-
Method Detail
-
getConfig
public final DeploymentManagerDeploymentTargetConfig getConfig()
Description copied from interface:DeploymentManagerDeploymentTargetconfig block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#config DeploymentManagerDeployment#config}
- Specified by:
getConfigin interfaceDeploymentManagerDeploymentTarget
-
getImports
public final Object getImports()
Description copied from interface:DeploymentManagerDeploymentTargetimports block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#imports DeploymentManagerDeployment#imports}
- Specified by:
getImportsin interfaceDeploymentManagerDeploymentTarget
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-