Interface EvidentlyLaunchScheduledSplitsConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EvidentlyLaunchScheduledSplitsConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.039Z") @Stability(Stable) public interface EvidentlyLaunchScheduledSplitsConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEvidentlyLaunchScheduledSplitsConfig.BuilderA builder forEvidentlyLaunchScheduledSplitsConfigstatic classEvidentlyLaunchScheduledSplitsConfig.Jsii$ProxyAn implementation forEvidentlyLaunchScheduledSplitsConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static EvidentlyLaunchScheduledSplitsConfig.Builderbuilder()ObjectgetSteps()steps block.
-
-
-
Method Detail
-
getSteps
@Stability(Stable) @NotNull Object getSteps()
steps block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#steps EvidentlyLaunch#steps}
-
builder
@Stability(Stable) static EvidentlyLaunchScheduledSplitsConfig.Builder builder()
-
-