Class CloudwatchEventTargetBatchTarget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.cloudwatch_event_target.CloudwatchEventTargetBatchTarget.Jsii$Proxy
-
- All Implemented Interfaces:
CloudwatchEventTargetBatchTarget,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudwatchEventTargetBatchTarget
@Stability(Stable) @Internal public static final class CloudwatchEventTargetBatchTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudwatchEventTargetBatchTarget
An implementation forCloudwatchEventTargetBatchTarget
-
-
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.aws.cloudwatch_event_target.CloudwatchEventTargetBatchTarget
CloudwatchEventTargetBatchTarget.Builder, CloudwatchEventTargetBatchTarget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudwatchEventTargetBatchTarget.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudwatchEventTargetBatchTarget.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)NumbergetArraySize()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#array_size CloudwatchEventTarget#array_size}.NumbergetJobAttempts()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#job_attempts CloudwatchEventTarget#job_attempts}.StringgetJobDefinition()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#job_definition CloudwatchEventTarget#job_definition}.StringgetJobName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#job_name CloudwatchEventTarget#job_name}.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(CloudwatchEventTargetBatchTarget.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudwatchEventTargetBatchTarget.Builder.
-
-
Method Detail
-
getJobDefinition
public final String getJobDefinition()
Description copied from interface:CloudwatchEventTargetBatchTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#job_definition CloudwatchEventTarget#job_definition}.- Specified by:
getJobDefinitionin interfaceCloudwatchEventTargetBatchTarget
-
getJobName
public final String getJobName()
Description copied from interface:CloudwatchEventTargetBatchTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#job_name CloudwatchEventTarget#job_name}.- Specified by:
getJobNamein interfaceCloudwatchEventTargetBatchTarget
-
getArraySize
public final Number getArraySize()
Description copied from interface:CloudwatchEventTargetBatchTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#array_size CloudwatchEventTarget#array_size}.- Specified by:
getArraySizein interfaceCloudwatchEventTargetBatchTarget
-
getJobAttempts
public final Number getJobAttempts()
Description copied from interface:CloudwatchEventTargetBatchTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#job_attempts CloudwatchEventTarget#job_attempts}.- Specified by:
getJobAttemptsin interfaceCloudwatchEventTargetBatchTarget
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-