Show / Hide Table of Contents

Interface CfnAccessPolicy.IPortalProperty

Identifies an AWS IoT SiteWise Monitor portal.

Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPortalProperty
Syntax (vb)
Public Interface IPortalProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-portal.html

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 portalProperty = new PortalProperty {
    Id = "id"
};

Synopsis

Properties

Id

The ID of the portal.

Properties

Id

The ID of the portal.

virtual string Id { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-portal.html#cfn-iotsitewise-accesspolicy-portal-id

Back to top Generated by DocFX