Interface IPolicyReference
A reference to a Policy resource.
Namespace: Amazon.CDK.Interfaces.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPolicyReference
Syntax (vb)
Public Interface IPolicyReference
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.Interfaces.IAM;
var policyReference = new PolicyReference {
PolicyId = "policyId"
};
Synopsis
Properties
| PolicyId | The Id of the Policy resource. |
Properties
PolicyId
The Id of the Policy resource.
string PolicyId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated