Show / Hide Table of Contents

Class ResourcePolicy

Secret Resource Policy.

Inheritance
System.Object
Construct
Resource
ResourcePolicy
Implements
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.SecretsManager
Assembly: Amazon.CDK.AWS.SecretsManager.dll
Syntax (csharp)
public class ResourcePolicy : Resource, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class ResourcePolicy
    Inherits Resource
    Implements IResource, IConstruct, IConstruct, IDependable

Synopsis

Constructors

ResourcePolicy(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

ResourcePolicy(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

ResourcePolicy(Construct, String, IResourcePolicyProps)

Properties

Document

The IAM policy document for this policy.

Constructors

ResourcePolicy(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected ResourcePolicy(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

ResourcePolicy(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected ResourcePolicy(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

ResourcePolicy(Construct, String, IResourcePolicyProps)

public ResourcePolicy(Construct scope, string id, IResourcePolicyProps props)
Parameters
scope Constructs.Construct
id System.String
props IResourcePolicyProps

Properties

Document

The IAM policy document for this policy.

public virtual PolicyDocument Document { get; }
Property Value

PolicyDocument

Implements

IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX