Class AccessPolicyReference
A reference to a AccessPolicy resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated
AccessPolicyId
The AccessPolicyId of the AccessPolicy resource.
public string AccessPolicyId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated