Show / Hide Table of Contents

Class CfnFlowPropsMixin.GoogleAnalyticsSourcePropertiesProperty

The properties that are applied when Google Analytics is being used as a source.

Inheritance
object
CfnFlowPropsMixin.GoogleAnalyticsSourcePropertiesProperty
Implements
CfnFlowPropsMixin.IGoogleAnalyticsSourcePropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-googleanalyticssourceproperties.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-googleanalyticssourceproperties.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-googleanalyticssourceproperties.html#cfn-appflow-flow-googleanalyticssourceproperties-object

Implements

CfnFlowPropsMixin.IGoogleAnalyticsSourcePropertiesProperty
Back to top Generated by DocFX