Class ResourcePolicyReference
A reference to a ResourcePolicy resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ResourcePolicyReference : IResourcePolicyReference
Syntax (vb)
Public Class ResourcePolicyReference Implements IResourcePolicyReference
Remarks
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.Interfaces.Lex;
var resourcePolicyReference = new ResourcePolicyReference {
ResourcePolicyId = "resourcePolicyId"
};
Synopsis
Constructors
| ResourcePolicyReference() | A reference to a ResourcePolicy resource. |
Properties
| ResourcePolicyId | The Id of the ResourcePolicy resource. |
Constructors
ResourcePolicyReference()
A reference to a ResourcePolicy resource.
public ResourcePolicyReference()
Remarks
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.Interfaces.Lex;
var resourcePolicyReference = new ResourcePolicyReference {
ResourcePolicyId = "resourcePolicyId"
};
Properties
ResourcePolicyId
The Id of the ResourcePolicy resource.
public string ResourcePolicyId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated