Show / Hide Table of Contents

Interface IPortalReference

A reference to a Portal resource.

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

            var portalReference = new PortalReference {
                PortalArn = "portalArn",
                PortalId = "portalId"
            };

Synopsis

Properties

PortalArn

The ARN of the Portal resource.

PortalId

The PortalId of the Portal resource.

Properties

PortalArn

The ARN of the Portal resource.

string PortalArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

PortalId

The PortalId of the Portal resource.

string PortalId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX