Class CloudSchedulerJobConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_scheduler_job.CloudSchedulerJobConfig.Jsii$Proxy
-
- All Implemented Interfaces:
CloudSchedulerJobConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudSchedulerJobConfig
@Stability(Stable) @Internal public static final class CloudSchedulerJobConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudSchedulerJobConfig
An implementation forCloudSchedulerJobConfig
-
-
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.cloud_scheduler_job.CloudSchedulerJobConfig
CloudSchedulerJobConfig.Builder, CloudSchedulerJobConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudSchedulerJobConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudSchedulerJobConfig.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)CloudSchedulerJobAppEngineHttpTargetgetAppEngineHttpTarget()app_engine_http_target block.StringgetAttemptDeadline()The deadline for job attempts.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()A human-readable description for the job.com.hashicorp.cdktf.ITerraformIteratorgetForEach()CloudSchedulerJobHttpTargetgetHttpTarget()http_target block.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#id CloudSchedulerJob#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()The name of the job.ObjectgetPaused()Sets the job to a paused state.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#project CloudSchedulerJob#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()CloudSchedulerJobPubsubTargetgetPubsubTarget()pubsub_target block.StringgetRegion()Region where the scheduler job resides.CloudSchedulerJobRetryConfiggetRetryConfig()retry_config block.StringgetSchedule()Describes the schedule on which the job will be executed.CloudSchedulerJobTimeoutsgetTimeouts()timeouts block.StringgetTimeZone()Specifies the time zone to be used in interpreting schedule.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(CloudSchedulerJobConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudSchedulerJobConfig.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:CloudSchedulerJobConfigThe name of the job.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#name CloudSchedulerJob#name}
- Specified by:
getNamein interfaceCloudSchedulerJobConfig
-
getAppEngineHttpTarget
public final CloudSchedulerJobAppEngineHttpTarget getAppEngineHttpTarget()
Description copied from interface:CloudSchedulerJobConfigapp_engine_http_target block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#app_engine_http_target CloudSchedulerJob#app_engine_http_target}
- Specified by:
getAppEngineHttpTargetin interfaceCloudSchedulerJobConfig
-
getAttemptDeadline
public final String getAttemptDeadline()
Description copied from interface:CloudSchedulerJobConfigThe deadline for job attempts.If the request handler does not respond by this deadline then the request is cancelled and the attempt is marked as a DEADLINE_EXCEEDED failure. The failed attempt can be viewed in execution logs. Cloud Scheduler will retry the job according to the RetryConfig. The allowed duration for this deadline is: * For HTTP targets, between 15 seconds and 30 minutes. * For App Engine HTTP targets, between 15 seconds and 24 hours. * **Note**: For PubSub targets, this field is ignored - setting it will introduce an unresolvable diff. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s" Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#attempt_deadline CloudSchedulerJob#attempt_deadline}
- Specified by:
getAttemptDeadlinein interfaceCloudSchedulerJobConfig
-
getDescription
public final String getDescription()
Description copied from interface:CloudSchedulerJobConfigA human-readable description for the job. This string must not contain more than 500 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#description CloudSchedulerJob#description}
- Specified by:
getDescriptionin interfaceCloudSchedulerJobConfig
-
getHttpTarget
public final CloudSchedulerJobHttpTarget getHttpTarget()
Description copied from interface:CloudSchedulerJobConfighttp_target block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#http_target CloudSchedulerJob#http_target}
- Specified by:
getHttpTargetin interfaceCloudSchedulerJobConfig
-
getId
public final String getId()
Description copied from interface:CloudSchedulerJobConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#id CloudSchedulerJob#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceCloudSchedulerJobConfig
-
getPaused
public final Object getPaused()
Description copied from interface:CloudSchedulerJobConfigSets the job to a paused state. Jobs default to being enabled when this property is not set.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#paused CloudSchedulerJob#paused}
- Specified by:
getPausedin interfaceCloudSchedulerJobConfig
-
getProject
public final String getProject()
Description copied from interface:CloudSchedulerJobConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#project CloudSchedulerJob#project}.- Specified by:
getProjectin interfaceCloudSchedulerJobConfig
-
getPubsubTarget
public final CloudSchedulerJobPubsubTarget getPubsubTarget()
Description copied from interface:CloudSchedulerJobConfigpubsub_target block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#pubsub_target CloudSchedulerJob#pubsub_target}
- Specified by:
getPubsubTargetin interfaceCloudSchedulerJobConfig
-
getRegion
public final String getRegion()
Description copied from interface:CloudSchedulerJobConfigRegion where the scheduler job resides. If it is not provided, Terraform will use the provider default.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#region CloudSchedulerJob#region}
- Specified by:
getRegionin interfaceCloudSchedulerJobConfig
-
getRetryConfig
public final CloudSchedulerJobRetryConfig getRetryConfig()
Description copied from interface:CloudSchedulerJobConfigretry_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#retry_config CloudSchedulerJob#retry_config}
- Specified by:
getRetryConfigin interfaceCloudSchedulerJobConfig
-
getSchedule
public final String getSchedule()
Description copied from interface:CloudSchedulerJobConfigDescribes the schedule on which the job will be executed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#schedule CloudSchedulerJob#schedule}
- Specified by:
getSchedulein interfaceCloudSchedulerJobConfig
-
getTimeouts
public final CloudSchedulerJobTimeouts getTimeouts()
Description copied from interface:CloudSchedulerJobConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#timeouts CloudSchedulerJob#timeouts}
- Specified by:
getTimeoutsin interfaceCloudSchedulerJobConfig
-
getTimeZone
public final String getTimeZone()
Description copied from interface:CloudSchedulerJobConfigSpecifies the time zone to be used in interpreting schedule.The value of this field must be a time zone name from the tz database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#time_zone CloudSchedulerJob#time_zone}
- Specified by:
getTimeZonein interfaceCloudSchedulerJobConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-