Interface IResourcePolicyReference
A reference to a ResourcePolicy resource.
Namespace: Amazon.CDK.Interfaces.Organizations
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IResourcePolicyReference
Syntax (vb)
Public Interface IResourcePolicyReference
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.Organizations;
var resourcePolicyReference = new ResourcePolicyReference {
ResourcePolicyArn = "resourcePolicyArn",
ResourcePolicyId = "resourcePolicyId"
};
Synopsis
Properties
| ResourcePolicyArn | The ARN of the ResourcePolicy resource. |
| ResourcePolicyId | The Id of the ResourcePolicy resource. |
Properties
ResourcePolicyArn
The ARN of the ResourcePolicy resource.
string ResourcePolicyArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
ResourcePolicyId
The Id of the ResourcePolicy resource.
string ResourcePolicyId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated