Interface IResourcePolicyReference
A reference to a ResourcePolicy resource.
Namespace: Amazon.CDK.AWS.CloudTrail
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.AWS.CloudTrail;
var resourcePolicyReference = new ResourcePolicyReference {
ResourceArn = "resourceArn"
};
Synopsis
Properties
ResourceArn | The ResourceArn of the ResourcePolicy resource. |
Properties
ResourceArn
The ResourceArn of the ResourcePolicy resource.
string ResourceArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated