Show / Hide Table of Contents

Interface IComponentReference

A reference to a Component resource.

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

            var componentReference = new ComponentReference {
                AppId = "appId",
                ComponentId = "componentId",
                EnvironmentName = "environmentName"
            };

Synopsis

Properties

AppId

The AppId of the Component resource.

ComponentId

The Id of the Component resource.

EnvironmentName

The EnvironmentName of the Component resource.

Properties

AppId

The AppId of the Component resource.

string AppId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

ComponentId

The Id of the Component resource.

string ComponentId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

EnvironmentName

The EnvironmentName of the Component resource.

string EnvironmentName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX