Class ResourcePolicy
Secret Resource Policy.
Inherited Members
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
Implements
Constructs.IConstruct