Class ClouddeployCustomTargetTypeCustomActions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddeploy_custom_target_type.ClouddeployCustomTargetTypeCustomActions.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddeployCustomTargetTypeCustomActions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddeployCustomTargetTypeCustomActions
@Stability(Stable) @Internal public static final class ClouddeployCustomTargetTypeCustomActions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddeployCustomTargetTypeCustomActions
An implementation forClouddeployCustomTargetTypeCustomActions
-
-
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_custom_target_type.ClouddeployCustomTargetTypeCustomActions
ClouddeployCustomTargetTypeCustomActions.Builder, ClouddeployCustomTargetTypeCustomActions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddeployCustomTargetTypeCustomActions.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddeployCustomTargetTypeCustomActions.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)StringgetDeployAction()The Skaffold custom action responsible for deploy operations.ObjectgetIncludeSkaffoldModules()include_skaffold_modules block.StringgetRenderAction()The Skaffold custom action responsible for render operations.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(ClouddeployCustomTargetTypeCustomActions.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddeployCustomTargetTypeCustomActions.Builder.
-
-
Method Detail
-
getDeployAction
public final String getDeployAction()
Description copied from interface:ClouddeployCustomTargetTypeCustomActionsThe Skaffold custom action responsible for deploy operations.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#deploy_action ClouddeployCustomTargetType#deploy_action}
- Specified by:
getDeployActionin interfaceClouddeployCustomTargetTypeCustomActions
-
getIncludeSkaffoldModules
public final Object getIncludeSkaffoldModules()
Description copied from interface:ClouddeployCustomTargetTypeCustomActionsinclude_skaffold_modules block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#include_skaffold_modules ClouddeployCustomTargetType#include_skaffold_modules}
- Specified by:
getIncludeSkaffoldModulesin interfaceClouddeployCustomTargetTypeCustomActions
-
getRenderAction
public final String getRenderAction()
Description copied from interface:ClouddeployCustomTargetTypeCustomActionsThe Skaffold custom action responsible for render operations.If not provided then Cloud Deploy will perform the render operations via 'skaffold render'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#render_action ClouddeployCustomTargetType#render_action}
- Specified by:
getRenderActionin interfaceClouddeployCustomTargetTypeCustomActions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-