Interface CloudwatchEventTargetRetryPolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudwatchEventTargetRetryPolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.989Z") @Stability(Stable) public interface CloudwatchEventTargetRetryPolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudwatchEventTargetRetryPolicy.BuilderA builder forCloudwatchEventTargetRetryPolicystatic classCloudwatchEventTargetRetryPolicy.Jsii$ProxyAn implementation forCloudwatchEventTargetRetryPolicy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudwatchEventTargetRetryPolicy.Builderbuilder()default NumbergetMaximumEventAgeInSeconds()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#maximum_event_age_in_seconds CloudwatchEventTarget#maximum_event_age_in_seconds}.default NumbergetMaximumRetryAttempts()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#maximum_retry_attempts CloudwatchEventTarget#maximum_retry_attempts}.
-
-
-
Method Detail
-
getMaximumEventAgeInSeconds
@Stability(Stable) @Nullable default Number getMaximumEventAgeInSeconds()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#maximum_event_age_in_seconds CloudwatchEventTarget#maximum_event_age_in_seconds}.
-
getMaximumRetryAttempts
@Stability(Stable) @Nullable default Number getMaximumRetryAttempts()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#maximum_retry_attempts CloudwatchEventTarget#maximum_retry_attempts}.
-
builder
@Stability(Stable) static CloudwatchEventTargetRetryPolicy.Builder builder()
-
-