Interface IAccessPolicyReference
A reference to a AccessPolicy resource.
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccessPolicyReference
Syntax (vb)
Public Interface 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
Properties
| AccessPolicyArn | The ARN of the AccessPolicy resource. |
| AccessPolicyId | The AccessPolicyId of the AccessPolicy resource. |
Properties
AccessPolicyArn
The ARN of the AccessPolicy resource.
string AccessPolicyArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
AccessPolicyId
The AccessPolicyId of the AccessPolicy resource.
string AccessPolicyId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated