public static interface CfnFlow.DatadogSourcePropertiesProperty
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.appflow.*; DatadogSourcePropertiesProperty datadogSourcePropertiesProperty = DatadogSourcePropertiesProperty.builder() .object("object") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.DatadogSourcePropertiesProperty.Builder
A builder for
CfnFlow.DatadogSourcePropertiesProperty |
static class |
CfnFlow.DatadogSourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.DatadogSourcePropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.DatadogSourcePropertiesProperty.Builder |
builder() |
java.lang.String |
getObject()
The object specified in the Datadog flow source.
|
java.lang.String getObject()
static CfnFlow.DatadogSourcePropertiesProperty.Builder builder()