Interface CloudwatchEventTargetBatchTarget
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudwatchEventTargetBatchTarget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.966Z") @Stability(Stable) public interface CloudwatchEventTargetBatchTarget extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudwatchEventTargetBatchTarget.BuilderA builder forCloudwatchEventTargetBatchTargetstatic classCloudwatchEventTargetBatchTarget.Jsii$ProxyAn implementation forCloudwatchEventTargetBatchTarget
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudwatchEventTargetBatchTarget.Builderbuilder()default 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}.default 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}.
-
-
-
Method Detail
-
getJobDefinition
@Stability(Stable) @NotNull String getJobDefinition()
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}.
-
getJobName
@Stability(Stable) @NotNull String getJobName()
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}.
-
getArraySize
@Stability(Stable) @Nullable default Number getArraySize()
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}.
-
getJobAttempts
@Stability(Stable) @Nullable default Number getJobAttempts()
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}.
-
builder
@Stability(Stable) static CloudwatchEventTargetBatchTarget.Builder builder()
-
-