Interface ClouddeployTargetExecutionConfigs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployTargetExecutionConfigs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.172Z") @Stability(Stable) public interface ClouddeployTargetExecutionConfigs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployTargetExecutionConfigs.BuilderA builder forClouddeployTargetExecutionConfigsstatic classClouddeployTargetExecutionConfigs.Jsii$ProxyAn implementation forClouddeployTargetExecutionConfigs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ClouddeployTargetExecutionConfigs.Builderbuilder()default StringgetArtifactStorage()Optional.default StringgetExecutionTimeout()Optional.default StringgetServiceAccount()Optional.List<String>getUsages()Required.default ObjectgetVerbose()Optional.default StringgetWorkerPool()Optional.
-
-
-
Method Detail
-
getUsages
@Stability(Stable) @NotNull List<String> getUsages()
Required. 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}
-
getArtifactStorage
@Stability(Stable) @Nullable default String getArtifactStorage()
Optional.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}
-
getExecutionTimeout
@Stability(Stable) @Nullable default String getExecutionTimeout()
Optional.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}
-
getServiceAccount
@Stability(Stable) @Nullable default String getServiceAccount()
Optional. 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}
-
getVerbose
@Stability(Stable) @Nullable default Object getVerbose()
Optional. 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}
-
getWorkerPool
@Stability(Stable) @Nullable default String getWorkerPool()
Optional.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}
-
builder
@Stability(Stable) static ClouddeployTargetExecutionConfigs.Builder builder()
-
-