Show / Hide Table of Contents

Class AccessPolicyReference

A reference to a AccessPolicy resource.

Inheritance
object
AccessPolicyReference
Implements
IAccessPolicyReference
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 AccessPolicyReference : IAccessPolicyReference
Syntax (vb)
Public Class AccessPolicyReference Implements IAccessPolicyReference
Remarks

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 accessPolicyReference = new AccessPolicyReference {
                AccessPolicyArn = "accessPolicyArn",
                AccessPolicyId = "accessPolicyId"
            };

Synopsis

Constructors

AccessPolicyReference()

A reference to a AccessPolicy resource.

Properties

AccessPolicyArn

The ARN of the AccessPolicy resource.

AccessPolicyId

The AccessPolicyId of the AccessPolicy resource.

Constructors

AccessPolicyReference()

A reference to a AccessPolicy resource.

public AccessPolicyReference()
Remarks

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 accessPolicyReference = new AccessPolicyReference {
                AccessPolicyArn = "accessPolicyArn",
                AccessPolicyId = "accessPolicyId"
            };

Properties

AccessPolicyArn

The ARN of the AccessPolicy resource.

public string AccessPolicyArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

AccessPolicyId

The AccessPolicyId of the AccessPolicy resource.

public string AccessPolicyId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IAccessPolicyReference
Back to top Generated by DocFX