Show / Hide Table of Contents

Interface CfnAccessPolicy.IAccessPolicyResourceProperty

The AWS IoT SiteWise Monitor resource for this access policy.

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

Properties

Portal

Identifies an AWS IoT SiteWise Monitor portal.

Project

Identifies a specific AWS IoT SiteWise Monitor project.

Properties

Portal

Identifies an AWS IoT SiteWise Monitor portal.

object? Portal { get; }
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.

object? Project { get; }
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

Back to top Generated by DocFX