Class DataplexTaskExecutionSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskExecutionSpec.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexTaskExecutionSpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexTaskExecutionSpec
@Stability(Stable) @Internal public static final class DataplexTaskExecutionSpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexTaskExecutionSpec
An implementation forDataplexTaskExecutionSpec
-
-
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.dataplex_task.DataplexTaskExecutionSpec
DataplexTaskExecutionSpec.Builder, DataplexTaskExecutionSpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexTaskExecutionSpec.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexTaskExecutionSpec.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)Map<String,String>getArgs()The arguments to pass to the task.StringgetKmsKey()The Cloud KMS key to use for encryption, of the form: projects/{project_number}/locations/{locationId}/keyRings/{key-ring-name}/cryptoKeys/{key-name}.StringgetMaxJobExecutionLifetime()The maximum duration after which the job execution is expired.StringgetProject()The project in which jobs are run.StringgetServiceAccount()Service account to use to execute a task.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(DataplexTaskExecutionSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexTaskExecutionSpec.Builder.
-
-
Method Detail
-
getServiceAccount
public final String getServiceAccount()
Description copied from interface:DataplexTaskExecutionSpecService account to use to execute a task.If not provided, the default Compute service account for the project is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#service_account DataplexTask#service_account}
- Specified by:
getServiceAccountin interfaceDataplexTaskExecutionSpec
-
getArgs
public final Map<String,String> getArgs()
Description copied from interface:DataplexTaskExecutionSpecThe arguments to pass to the task.The args can use placeholders of the format ${placeholder} as part of key/value string. These will be interpolated before passing the args to the driver. Currently supported placeholders: - ${taskId} - ${job_time} To pass positional args, set the key as TASK_ARGS. The value should be a comma-separated string of all the positional arguments. To use a delimiter other than comma, refer to https://cloud.google.com/sdk/gcloud/reference/topic/escaping. In case of other keys being present in the args, then TASK_ARGS will be passed as the last argument. An object containing a list of 'key': value pairs. Example: { 'name': 'wrench', 'mass': '1.3kg', 'count': '3' }. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#args DataplexTask#args}
- Specified by:
getArgsin interfaceDataplexTaskExecutionSpec
-
getKmsKey
public final String getKmsKey()
Description copied from interface:DataplexTaskExecutionSpecThe Cloud KMS key to use for encryption, of the form: projects/{project_number}/locations/{locationId}/keyRings/{key-ring-name}/cryptoKeys/{key-name}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#kms_key DataplexTask#kms_key}
- Specified by:
getKmsKeyin interfaceDataplexTaskExecutionSpec
-
getMaxJobExecutionLifetime
public final String getMaxJobExecutionLifetime()
Description copied from interface:DataplexTaskExecutionSpecThe maximum duration after which the job execution is expired.A duration in seconds with up to nine fractional digits, ending with 's'. Example: '3.5s'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#max_job_execution_lifetime DataplexTask#max_job_execution_lifetime}
- Specified by:
getMaxJobExecutionLifetimein interfaceDataplexTaskExecutionSpec
-
getProject
public final String getProject()
Description copied from interface:DataplexTaskExecutionSpecThe project in which jobs are run.By default, the project containing the Lake is used. If a project is provided, the ExecutionSpec.service_account must belong to this project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#project DataplexTask#project}
- Specified by:
getProjectin interfaceDataplexTaskExecutionSpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-