Class ClouddeployTargetCustomTarget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddeploy_target.ClouddeployTargetCustomTarget.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddeployTargetCustomTarget,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddeployTargetCustomTarget
@Stability(Stable) @Internal public static final class ClouddeployTargetCustomTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddeployTargetCustomTarget
An implementation forClouddeployTargetCustomTarget
-
-
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.clouddeploy_target.ClouddeployTargetCustomTarget
ClouddeployTargetCustomTarget.Builder, ClouddeployTargetCustomTarget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddeployTargetCustomTarget.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddeployTargetCustomTarget.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)StringgetCustomTargetType()Required.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(ClouddeployTargetCustomTarget.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddeployTargetCustomTarget.Builder.
-
-
Method Detail
-
getCustomTargetType
public final String getCustomTargetType()
Description copied from interface:ClouddeployTargetCustomTargetRequired. The name of the CustomTargetType. Format must beprojects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#custom_target_type ClouddeployTarget#custom_target_type}
- Specified by:
getCustomTargetTypein interfaceClouddeployTargetCustomTarget
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-