Class CfnFlowPropsMixin.GoogleAnalyticsSourcePropertiesProperty
The properties that are applied when Google Analytics is being used as a source.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppFlow
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFlowPropsMixin.GoogleAnalyticsSourcePropertiesProperty : CfnFlowPropsMixin.IGoogleAnalyticsSourcePropertiesProperty
Syntax (vb)
Public Class CfnFlowPropsMixin.GoogleAnalyticsSourcePropertiesProperty Implements CfnFlowPropsMixin.IGoogleAnalyticsSourcePropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.AppFlow;
var googleAnalyticsSourcePropertiesProperty = new GoogleAnalyticsSourcePropertiesProperty {
Object = "object"
};
Synopsis
Constructors
| GoogleAnalyticsSourcePropertiesProperty() | The properties that are applied when Google Analytics is being used as a source. |
Properties
| Object | The object specified in the Google Analytics flow source. |
Constructors
GoogleAnalyticsSourcePropertiesProperty()
The properties that are applied when Google Analytics is being used as a source.
public GoogleAnalyticsSourcePropertiesProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.AppFlow;
var googleAnalyticsSourcePropertiesProperty = new GoogleAnalyticsSourcePropertiesProperty {
Object = "object"
};
Properties
Object
The object specified in the Google Analytics flow source.
public string? Object { get; set; }