Interface CfnFlowPropsMixin.DatadogSourcePropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowPropsMixin.DatadogSourcePropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnFlowPropsMixin
@Stability(Stable)
public static interface CfnFlowPropsMixin.DatadogSourcePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
The properties that are applied when Datadog is being used as a source.
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.*;
DatadogSourcePropertiesProperty datadogSourcePropertiesProperty = DatadogSourcePropertiesProperty.builder()
.object("object")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlowPropsMixin.DatadogSourcePropertiesPropertystatic final classAn implementation forCfnFlowPropsMixin.DatadogSourcePropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getObject
The object specified in the Datadog flow source.- See Also:
-
builder
-