Interface DataAwsLaunchTemplateTimeouts
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataAwsLaunchTemplateTimeouts.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.005Z") @Stability(Stable) public interface DataAwsLaunchTemplateTimeouts extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataAwsLaunchTemplateTimeouts.BuilderA builder forDataAwsLaunchTemplateTimeoutsstatic classDataAwsLaunchTemplateTimeouts.Jsii$ProxyAn implementation forDataAwsLaunchTemplateTimeouts
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataAwsLaunchTemplateTimeouts.Builderbuilder()default StringgetRead()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/launch_template#read DataAwsLaunchTemplate#read}.
-
-
-
Method Detail
-
getRead
@Stability(Stable) @Nullable default String getRead()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/launch_template#read DataAwsLaunchTemplate#read}.
-
builder
@Stability(Stable) static DataAwsLaunchTemplateTimeouts.Builder builder()
-
-