Show / Hide Table of Contents

Class ApplicationReferenceDataSourceReference

A reference to a ApplicationReferenceDataSource resource.

Inheritance
object
ApplicationReferenceDataSourceReference
Implements
IApplicationReferenceDataSourceReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.KinesisAnalyticsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ApplicationReferenceDataSourceReference : IApplicationReferenceDataSourceReference
Syntax (vb)
Public Class ApplicationReferenceDataSourceReference Implements IApplicationReferenceDataSourceReference
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.Interfaces.KinesisAnalyticsV2;

            var applicationReferenceDataSourceReference = new ApplicationReferenceDataSourceReference {
                ApplicationReferenceDataSourceId = "applicationReferenceDataSourceId"
            };

Synopsis

Constructors

ApplicationReferenceDataSourceReference()

A reference to a ApplicationReferenceDataSource resource.

Properties

ApplicationReferenceDataSourceId

The Id of the ApplicationReferenceDataSource resource.

Constructors

ApplicationReferenceDataSourceReference()

A reference to a ApplicationReferenceDataSource resource.

public ApplicationReferenceDataSourceReference()
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.Interfaces.KinesisAnalyticsV2;

            var applicationReferenceDataSourceReference = new ApplicationReferenceDataSourceReference {
                ApplicationReferenceDataSourceId = "applicationReferenceDataSourceId"
            };

Properties

ApplicationReferenceDataSourceId

The Id of the ApplicationReferenceDataSource resource.

public string ApplicationReferenceDataSourceId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IApplicationReferenceDataSourceReference
Back to top Generated by DocFX