Interface ICfnResourcePolicyProps
Properties for defining a CfnResourcePolicy.
Namespace: Amazon.CDK.AWS.APS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnResourcePolicyProps
Syntax (vb)
Public Interface ICfnResourcePolicyProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-resourcepolicy.html
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.APS;
var cfnResourcePolicyProps = new CfnResourcePolicyProps {
PolicyDocument = "policyDocument",
WorkspaceArn = "workspaceArn"
};
Synopsis
Properties
| PolicyDocument | The JSON to use as the Resource-based Policy. |
| WorkspaceArn | An ARN identifying a Workspace. |
Properties
PolicyDocument
The JSON to use as the Resource-based Policy.
string PolicyDocument { get; }
Property Value
Remarks
WorkspaceArn
An ARN identifying a Workspace.
string WorkspaceArn { get; }