Show / Hide Table of Contents

Interface CfnFlow.IDynatraceSourcePropertiesProperty

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

Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFlow.IDynatraceSourcePropertiesProperty
Syntax (vb)
Public Interface CfnFlow.IDynatraceSourcePropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-dynatracesourceproperties.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.AWS.AppFlow;

             var dynatraceSourcePropertiesProperty = new DynatraceSourcePropertiesProperty {
                 Object = "object"
             };

Synopsis

Properties

Object

The object specified in the Dynatrace flow source.

Properties

Object

The object specified in the Dynatrace flow source.

string Object { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX