Class ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddeploy_custom_target_type.ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules
@Stability(Stable) @Internal public static final class ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules
An implementation forClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules
-
-
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.ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules
ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules.Builder, ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules.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)List<String>getConfigs()The Skaffold Config modules to use from the specified source.ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGitgetGit()git block.ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudBuildRepogetGoogleCloudBuildRepo()google_cloud_build_repo block.ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudStoragegetGoogleCloudStorage()google_cloud_storage block.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(ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules.Builder.
-
-
Method Detail
-
getConfigs
public final List<String> getConfigs()
Description copied from interface:ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesThe Skaffold Config modules to use from the specified source.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#configs ClouddeployCustomTargetType#configs}
- Specified by:
getConfigsin interfaceClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules
-
getGit
public final ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit getGit()
Description copied from interface:ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesgit block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#git ClouddeployCustomTargetType#git}
- Specified by:
getGitin interfaceClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules
-
getGoogleCloudBuildRepo
public final ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudBuildRepo getGoogleCloudBuildRepo()
Description copied from interface:ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesgoogle_cloud_build_repo block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#google_cloud_build_repo ClouddeployCustomTargetType#google_cloud_build_repo}
- Specified by:
getGoogleCloudBuildRepoin interfaceClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules
-
getGoogleCloudStorage
public final ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudStorage getGoogleCloudStorage()
Description copied from interface:ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesgoogle_cloud_storage block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#google_cloud_storage ClouddeployCustomTargetType#google_cloud_storage}
- Specified by:
getGoogleCloudStoragein interfaceClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModules
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-