Show / Hide Table of Contents

Class CfnAccessPolicy.PortalProperty

Identifies an AWS IoT SiteWise Monitor portal.

Inheritance
object
CfnAccessPolicy.PortalProperty
Implements
CfnAccessPolicy.IPortalProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAccessPolicy.PortalProperty : CfnAccessPolicy.IPortalProperty
Syntax (vb)
Public Class CfnAccessPolicy.PortalProperty Implements CfnAccessPolicy.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

Constructors

PortalProperty()

Identifies an AWS IoT SiteWise Monitor portal.

Properties

Id

The ID of the portal.

Constructors

PortalProperty()

Identifies an AWS IoT SiteWise Monitor portal.

public PortalProperty()
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"
             };

Properties

Id

The ID of the portal.

public string? Id { get; set; }
Property Value

string

Remarks

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