Interface CfnDeliveryStream.AmazonOpenSearchServerlessRetryOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeliveryStream.AmazonOpenSearchServerlessRetryOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDeliveryStream
@Stability(Stable)
public static interface CfnDeliveryStream.AmazonOpenSearchServerlessRetryOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.kinesisfirehose.*; AmazonOpenSearchServerlessRetryOptionsProperty amazonOpenSearchServerlessRetryOptionsProperty = AmazonOpenSearchServerlessRetryOptionsProperty.builder() .durationInSeconds(123) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnDeliveryStream.AmazonOpenSearchServerlessRetryOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDurationInSeconds
CfnDeliveryStream.AmazonOpenSearchServerlessRetryOptionsProperty.DurationInSeconds
. -
builder
@Stability(Stable) static CfnDeliveryStream.AmazonOpenSearchServerlessRetryOptionsProperty.Builder builder()
-