Show / Hide Table of Contents

Class CfnAccessPolicy.AccessPolicyResourceProperty

The AWS IoT SiteWise Monitor resource for this access policy.

Inheritance
object
CfnAccessPolicy.AccessPolicyResourceProperty
Implements
CfnAccessPolicy.IAccessPolicyResourceProperty
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.AccessPolicyResourceProperty : CfnAccessPolicy.IAccessPolicyResourceProperty
Syntax (vb)
Public Class CfnAccessPolicy.AccessPolicyResourceProperty Implements CfnAccessPolicy.IAccessPolicyResourceProperty
Remarks

Choose either a portal or a project.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-accesspolicyresource.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 accessPolicyResourceProperty = new AccessPolicyResourceProperty {
                 Portal = new PortalProperty {
                     Id = "id"
                 },
                 Project = new ProjectProperty {
                     Id = "id"
                 }
             };

Synopsis

Constructors

AccessPolicyResourceProperty()

The AWS IoT SiteWise Monitor resource for this access policy.

Properties

Portal

Identifies an AWS IoT SiteWise Monitor portal.

Project

Identifies a specific AWS IoT SiteWise Monitor project.

Constructors

AccessPolicyResourceProperty()

The AWS IoT SiteWise Monitor resource for this access policy.

public AccessPolicyResourceProperty()
Remarks

Choose either a portal or a project.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-accesspolicyresource.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 accessPolicyResourceProperty = new AccessPolicyResourceProperty {
                 Portal = new PortalProperty {
                     Id = "id"
                 },
                 Project = new ProjectProperty {
                     Id = "id"
                 }
             };

Properties

Portal

Identifies an AWS IoT SiteWise Monitor portal.

public object? Portal { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAccessPolicy.IPortalProperty

Project

Identifies a specific AWS IoT SiteWise Monitor project.

public object? Project { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAccessPolicy.IProjectProperty

Implements

CfnAccessPolicy.IAccessPolicyResourceProperty
Back to top Generated by DocFX