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
    • 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}