Show / Hide Table of Contents

Class ResourcePolicyReference

A reference to a ResourcePolicy resource.

Inheritance
object
ResourcePolicyReference
Implements
IResourcePolicyReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IResourcePolicyReference
Back to top Generated by DocFX