Table of Contents

Interface ICfnResourcePolicyProps

Namespace
Amazon.CDK.AWS.SSM
Assembly
Amazon.CDK.AWS.SSM.dll

Properties for defining a CfnResourcePolicy.

public interface ICfnResourcePolicyProps

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.SSM;

             var policy;

             var cfnResourcePolicyProps = new CfnResourcePolicyProps {
                 Policy = policy,
                 ResourceArn = "resourceArn"
             };

Remarks

Properties

Policy

A policy you want to associate with a resource.

object Policy { get; }

Property Value

object

Remarks

ResourceArn

Amazon Resource Name (ARN) of the resource to which you want to attach a policy.

string ResourceArn { get; }

Property Value

string

Remarks