Show / Hide Table of Contents

Class ApplicationReferenceDataSourceV2Reference

(deprecated) A reference to a ApplicationReferenceDataSource resource.

Inheritance
object
ApplicationReferenceDataSourceV2Reference
Implements
IApplicationReferenceDataSourceV2Reference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.KinesisAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ApplicationReferenceDataSourceV2Reference : IApplicationReferenceDataSourceV2Reference
Syntax (vb)
Public Class ApplicationReferenceDataSourceV2Reference Implements IApplicationReferenceDataSourceV2Reference
Remarks

Stability: Deprecated

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.KinesisAnalytics;

             var applicationReferenceDataSourceV2Reference = new ApplicationReferenceDataSourceV2Reference {
                 ApplicationReferenceDataSourceId = "applicationReferenceDataSourceId"
             };

Synopsis

Constructors

ApplicationReferenceDataSourceV2Reference()

(deprecated) A reference to a ApplicationReferenceDataSource resource.

Properties

ApplicationReferenceDataSourceId

(deprecated) The Id of the ApplicationReferenceDataSource resource.

Constructors

ApplicationReferenceDataSourceV2Reference()

(deprecated) A reference to a ApplicationReferenceDataSource resource.

public ApplicationReferenceDataSourceV2Reference()
Remarks

Stability: Deprecated

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.KinesisAnalytics;

             var applicationReferenceDataSourceV2Reference = new ApplicationReferenceDataSourceV2Reference {
                 ApplicationReferenceDataSourceId = "applicationReferenceDataSourceId"
             };

Properties

ApplicationReferenceDataSourceId

(deprecated) The Id of the ApplicationReferenceDataSource resource.

[Obsolete]
public string ApplicationReferenceDataSourceId { get; set; }
Property Value

string

Remarks

Stability: Deprecated

Implements

IApplicationReferenceDataSourceV2Reference
Back to top Generated by DocFX