Show / Hide Table of Contents

Interface IApplicationReference

A reference to a Application resource.

Namespace: Amazon.CDK.Interfaces.QBusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IApplicationReference
Syntax (vb)
Public Interface IApplicationReference
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.QBusiness;

            var applicationReference = new ApplicationReference {
                ApplicationArn = "applicationArn",
                ApplicationId = "applicationId"
            };

Synopsis

Properties

ApplicationArn

The ARN of the Application resource.

ApplicationId

The ApplicationId of the Application resource.

Properties

ApplicationArn

The ARN of the Application resource.

string ApplicationArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

ApplicationId

The ApplicationId of the Application resource.

string ApplicationId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX