Show / Hide Table of Contents

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-resourcepolicy.html#cfn-aps-resourcepolicy-policydocument

WorkspaceArn

An ARN identifying a Workspace.

string WorkspaceArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-resourcepolicy.html#cfn-aps-resourcepolicy-workspacearn

Back to top Generated by DocFX