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