Interface ClouddeployCustomTargetTypeCustomActions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployCustomTargetTypeCustomActions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.128Z") @Stability(Stable) public interface ClouddeployCustomTargetTypeCustomActions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployCustomTargetTypeCustomActions.BuilderA builder forClouddeployCustomTargetTypeCustomActionsstatic classClouddeployCustomTargetTypeCustomActions.Jsii$ProxyAn implementation forClouddeployCustomTargetTypeCustomActions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ClouddeployCustomTargetTypeCustomActions.Builderbuilder()StringgetDeployAction()The Skaffold custom action responsible for deploy operations.default ObjectgetIncludeSkaffoldModules()include_skaffold_modules block.default StringgetRenderAction()The Skaffold custom action responsible for render operations.
-
-
-
Method Detail
-
getDeployAction
@Stability(Stable) @NotNull String getDeployAction()
The 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}
-
getIncludeSkaffoldModules
@Stability(Stable) @Nullable default Object getIncludeSkaffoldModules()
include_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}
-
getRenderAction
@Stability(Stable) @Nullable default String getRenderAction()
The 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}
-
builder
@Stability(Stable) static ClouddeployCustomTargetTypeCustomActions.Builder builder()
-
-