Class CloudbuildTriggerBuildOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerBuildOptions.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildTriggerBuildOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildTriggerBuildOptions
@Stability(Stable) @Internal public static final class CloudbuildTriggerBuildOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildTriggerBuildOptions
An implementation forCloudbuildTriggerBuildOptions
-
-
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.cloudbuild_trigger.CloudbuildTriggerBuildOptions
CloudbuildTriggerBuildOptions.Builder, CloudbuildTriggerBuildOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildTriggerBuildOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBuildOptions.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)NumbergetDiskSizeGb()Requested disk size for the VM that runs the build.ObjectgetDynamicSubstitutions()Option to specify whether or not to apply bash style string operations to the substitutions.List<String>getEnv()A list of global environment variable definitions that will exist for all build steps in this build.StringgetLogging()Option to specify the logging mode, which determines if and where build logs are stored.StringgetLogStreamingOption()Option to define build log streaming behavior to Google Cloud Storage.StringgetMachineType()Compute Engine machine type on which to run the build.StringgetRequestedVerifyOption()Requested verifiability options.List<String>getSecretEnv()A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key.List<String>getSourceProvenanceHash()Requested hash for SourceProvenance.StringgetSubstitutionOption()Option to specify behavior when there is an error in the substitution checks.ObjectgetVolumes()volumes block.StringgetWorkerPool()Option to specify a WorkerPool for the build.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(CloudbuildTriggerBuildOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBuildOptions.Builder.
-
-
Method Detail
-
getDiskSizeGb
public final Number getDiskSizeGb()
Description copied from interface:CloudbuildTriggerBuildOptionsRequested disk size for the VM that runs the build.Note that this is NOT "disk free"; some of the space will be used by the operating system and build utilities. Also note that this is the minimum disk size that will be allocated for the build -- the build may run with a larger disk than requested. At present, the maximum disk size is 1000GB; builds that request more than the maximum are rejected with an error. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#disk_size_gb CloudbuildTrigger#disk_size_gb}
- Specified by:
getDiskSizeGbin interfaceCloudbuildTriggerBuildOptions
-
getDynamicSubstitutions
public final Object getDynamicSubstitutions()
Description copied from interface:CloudbuildTriggerBuildOptionsOption to specify whether or not to apply bash style string operations to the substitutions.NOTE this is always enabled for triggered builds and cannot be overridden in the build configuration file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#dynamic_substitutions CloudbuildTrigger#dynamic_substitutions}
- Specified by:
getDynamicSubstitutionsin interfaceCloudbuildTriggerBuildOptions
-
getEnv
public final List<String> getEnv()
Description copied from interface:CloudbuildTriggerBuildOptionsA list of global environment variable definitions that will exist for all build steps in this build.If a variable is defined in both globally and in a build step, the variable will use the build step value. The elements are of the form "KEY=VALUE" for the environment variable "KEY" being given the value "VALUE". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#env CloudbuildTrigger#env}
- Specified by:
getEnvin interfaceCloudbuildTriggerBuildOptions
-
getLogging
public final String getLogging()
Description copied from interface:CloudbuildTriggerBuildOptionsOption to specify the logging mode, which determines if and where build logs are stored.Possible values: ["LOGGING_UNSPECIFIED", "LEGACY", "GCS_ONLY", "STACKDRIVER_ONLY", "CLOUD_LOGGING_ONLY", "NONE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#logging CloudbuildTrigger#logging}
- Specified by:
getLoggingin interfaceCloudbuildTriggerBuildOptions
-
getLogStreamingOption
public final String getLogStreamingOption()
Description copied from interface:CloudbuildTriggerBuildOptionsOption to define build log streaming behavior to Google Cloud Storage. Possible values: ["STREAM_DEFAULT", "STREAM_ON", "STREAM_OFF"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#log_streaming_option CloudbuildTrigger#log_streaming_option}
- Specified by:
getLogStreamingOptionin interfaceCloudbuildTriggerBuildOptions
-
getMachineType
public final String getMachineType()
Description copied from interface:CloudbuildTriggerBuildOptionsCompute Engine machine type on which to run the build.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#machine_type CloudbuildTrigger#machine_type}
- Specified by:
getMachineTypein interfaceCloudbuildTriggerBuildOptions
-
getRequestedVerifyOption
public final String getRequestedVerifyOption()
Description copied from interface:CloudbuildTriggerBuildOptionsRequested verifiability options. Possible values: ["NOT_VERIFIED", "VERIFIED"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#requested_verify_option CloudbuildTrigger#requested_verify_option}
- Specified by:
getRequestedVerifyOptionin interfaceCloudbuildTriggerBuildOptions
-
getSecretEnv
public final List<String> getSecretEnv()
Description copied from interface:CloudbuildTriggerBuildOptionsA list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key.These values must be specified in the build's Secret. These variables will be available to all build steps in this build. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#secret_env CloudbuildTrigger#secret_env}
- Specified by:
getSecretEnvin interfaceCloudbuildTriggerBuildOptions
-
getSourceProvenanceHash
public final List<String> getSourceProvenanceHash()
Description copied from interface:CloudbuildTriggerBuildOptionsRequested hash for SourceProvenance. Possible values: ["NONE", "SHA256", "MD5"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#source_provenance_hash CloudbuildTrigger#source_provenance_hash}
- Specified by:
getSourceProvenanceHashin interfaceCloudbuildTriggerBuildOptions
-
getSubstitutionOption
public final String getSubstitutionOption()
Description copied from interface:CloudbuildTriggerBuildOptionsOption to specify behavior when there is an error in the substitution checks.NOTE this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file. Possible values: ["MUST_MATCH", "ALLOW_LOOSE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#substitution_option CloudbuildTrigger#substitution_option}
- Specified by:
getSubstitutionOptionin interfaceCloudbuildTriggerBuildOptions
-
getVolumes
public final Object getVolumes()
Description copied from interface:CloudbuildTriggerBuildOptionsvolumes block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#volumes CloudbuildTrigger#volumes}
- Specified by:
getVolumesin interfaceCloudbuildTriggerBuildOptions
-
getWorkerPool
public final String getWorkerPool()
Description copied from interface:CloudbuildTriggerBuildOptionsOption to specify a WorkerPool for the build. Format projects/{project}/workerPools/{workerPool}.This field is experimental. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#worker_pool CloudbuildTrigger#worker_pool}
- Specified by:
getWorkerPoolin interfaceCloudbuildTriggerBuildOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-