Show / Hide Table of Contents

Class CfnAccessPolicy.PortalProperty

The Portal property type specifies the AWS IoT SiteWise Monitor portal for an AWS::IoTSiteWise::AccessPolicy .

Inheritance
System.Object
CfnAccessPolicy.PortalProperty
Implements
CfnAccessPolicy.IPortalProperty
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.AWS.IoTSiteWise.dll
Syntax (csharp)
public class PortalProperty : Object, CfnAccessPolicy.IPortalProperty
Syntax (vb)
Public Class PortalProperty
    Inherits Object
    Implements CfnAccessPolicy.IPortalProperty
Remarks

Link: 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

Constructors

PortalProperty()

Properties

Id

The ID of the portal.

Constructors

PortalProperty()

public PortalProperty()

Properties

Id

The ID of the portal.

public string Id { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnAccessPolicy.IPortalProperty
Back to top Generated by DocFX