@Stability(value=Stable)
public static interface CfnFlow.GoogleAnalyticsSourcePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
GoogleAnalyticsSourcePropertiesProperty googleAnalyticsSourcePropertiesProperty = GoogleAnalyticsSourcePropertiesProperty.builder()
.object("object")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.GoogleAnalyticsSourcePropertiesProperty.Builder
A builder for
CfnFlow.GoogleAnalyticsSourcePropertiesProperty |
static class |
CfnFlow.GoogleAnalyticsSourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.GoogleAnalyticsSourcePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.GoogleAnalyticsSourcePropertiesProperty.Builder |
builder() |
String |
getObject()
The object specified in the Google Analytics flow source.
|
@Stability(value=Stable) @NotNull String getObject()
@Stability(value=Stable) static CfnFlow.GoogleAnalyticsSourcePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.