Interface ApplicationOutputV2Reference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApplicationOutputV2Reference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-25T11:29:10.078Z")
@Stability(Deprecated)
@Deprecated
public interface ApplicationOutputV2Reference
extends software.amazon.jsii.JsiiSerializable
Deprecated.
(deprecated) A reference to a ApplicationOutput resource.
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.kinesisanalytics.*; ApplicationOutputV2Reference applicationOutputV2Reference = ApplicationOutputV2Reference.builder() .applicationOutputId("applicationOutputId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationOutputId
Deprecated.(deprecated) The Id of the ApplicationOutput resource. -
builder
Deprecated.
-
aws-kinesisanalyticsv2
instead