Class ClouddeployTargetExecutionConfigs.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddeploy_target.ClouddeployTargetExecutionConfigs.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddeployTargetExecutionConfigs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddeployTargetExecutionConfigs
@Stability(Stable) @Internal public static final class ClouddeployTargetExecutionConfigs.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddeployTargetExecutionConfigs
An implementation forClouddeployTargetExecutionConfigs
-
-
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_target.ClouddeployTargetExecutionConfigs
ClouddeployTargetExecutionConfigs.Builder, ClouddeployTargetExecutionConfigs.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddeployTargetExecutionConfigs.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddeployTargetExecutionConfigs.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)StringgetArtifactStorage()Optional.StringgetExecutionTimeout()Optional.StringgetServiceAccount()Optional.List<String>getUsages()Required.ObjectgetVerbose()Optional.StringgetWorkerPool()Optional.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(ClouddeployTargetExecutionConfigs.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddeployTargetExecutionConfigs.Builder.
-
-
Method Detail
-
getUsages
public final List<String> getUsages()
Description copied from interface:ClouddeployTargetExecutionConfigsRequired. Usages when this configuration should be applied.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#usages ClouddeployTarget#usages}
- Specified by:
getUsagesin interfaceClouddeployTargetExecutionConfigs
-
getArtifactStorage
public final String getArtifactStorage()
Description copied from interface:ClouddeployTargetExecutionConfigsOptional.Cloud Storage location in which to store execution outputs. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#artifact_storage ClouddeployTarget#artifact_storage}
- Specified by:
getArtifactStoragein interfaceClouddeployTargetExecutionConfigs
-
getExecutionTimeout
public final String getExecutionTimeout()
Description copied from interface:ClouddeployTargetExecutionConfigsOptional.Execution timeout for a Cloud Build Execution. This must be between 10m and 24h in seconds format. If unspecified, a default timeout of 1h is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#execution_timeout ClouddeployTarget#execution_timeout}
- Specified by:
getExecutionTimeoutin interfaceClouddeployTargetExecutionConfigs
-
getServiceAccount
public final String getServiceAccount()
Description copied from interface:ClouddeployTargetExecutionConfigsOptional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#service_account ClouddeployTarget#service_account}
- Specified by:
getServiceAccountin interfaceClouddeployTargetExecutionConfigs
-
getVerbose
public final Object getVerbose()
Description copied from interface:ClouddeployTargetExecutionConfigsOptional. If true, additional logging will be enabled when running builds in this execution environment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#verbose ClouddeployTarget#verbose}
- Specified by:
getVerbosein interfaceClouddeployTargetExecutionConfigs
-
getWorkerPool
public final String getWorkerPool()
Description copied from interface:ClouddeployTargetExecutionConfigsOptional.The resource name of the `WorkerPool`, with the format `projects/{project}/locations/{location}/workerPools/{worker_pool}`. If this optional field is unspecified, the default Cloud Build pool will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#worker_pool ClouddeployTarget#worker_pool}
- Specified by:
getWorkerPoolin interfaceClouddeployTargetExecutionConfigs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-