Interface ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.129Z") @Stability(Stable) public interface ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builderstatic classClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Jsii$ProxyAn implementation forClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builderbuilder()default StringgetPath()Relative path from the repository root to the Skaffold file.default StringgetRef()Git ref the package should be cloned from.StringgetRepo()Git repository the package should be cloned from.
-
-
-
Method Detail
-
getRepo
@Stability(Stable) @NotNull String getRepo()
Git repository the package should be cloned from.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#repo ClouddeployCustomTargetType#repo}
-
getPath
@Stability(Stable) @Nullable default String getPath()
Relative path from the repository root to the Skaffold file.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#path ClouddeployCustomTargetType#path}
-
getRef
@Stability(Stable) @Nullable default String getRef()
Git ref the package should be cloned from.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#ref ClouddeployCustomTargetType#ref}
-
builder
@Stability(Stable) static ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builder builder()
-
-