Interface EvidentlyLaunchTimeouts
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EvidentlyLaunchTimeouts.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.040Z") @Stability(Stable) public interface EvidentlyLaunchTimeouts extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEvidentlyLaunchTimeouts.BuilderA builder forEvidentlyLaunchTimeoutsstatic classEvidentlyLaunchTimeouts.Jsii$ProxyAn implementation forEvidentlyLaunchTimeouts
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EvidentlyLaunchTimeouts.Builderbuilder()default StringgetCreate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#create EvidentlyLaunch#create}.default StringgetDelete()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#delete EvidentlyLaunch#delete}.default StringgetUpdate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#update EvidentlyLaunch#update}.
-
-
-
Method Detail
-
getCreate
@Stability(Stable) @Nullable default String getCreate()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#create EvidentlyLaunch#create}.
-
getDelete
@Stability(Stable) @Nullable default String getDelete()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#delete EvidentlyLaunch#delete}.
-
getUpdate
@Stability(Stable) @Nullable default String getUpdate()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#update EvidentlyLaunch#update}.
-
builder
@Stability(Stable) static EvidentlyLaunchTimeouts.Builder builder()
- Returns:
- a
EvidentlyLaunchTimeouts.BuilderofEvidentlyLaunchTimeouts
-
-