Interface CfnFlowPropsMixin.LookoutMetricsDestinationPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowPropsMixin.LookoutMetricsDestinationPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnFlowPropsMixin
@Stability(Stable)
public static interface CfnFlowPropsMixin.LookoutMetricsDestinationPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
The properties that are applied when Amazon Lookout for Metrics is used as a destination.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.appflow.*;
LookoutMetricsDestinationPropertiesProperty lookoutMetricsDestinationPropertiesProperty = LookoutMetricsDestinationPropertiesProperty.builder()
.object("object")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFlowPropsMixin.LookoutMetricsDestinationPropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getObject
The object specified in the Amazon Lookout for Metrics flow destination.- See Also:
-
builder
@Stability(Stable) static CfnFlowPropsMixin.LookoutMetricsDestinationPropertiesProperty.Builder builder()
-