Show / Hide Table of Contents

Class EntitlementReference

A reference to a Entitlement resource.

Inheritance
object
EntitlementReference
Implements
IEntitlementReference
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.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EntitlementReference : IEntitlementReference
Syntax (vb)
Public Class EntitlementReference Implements IEntitlementReference
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.AppStream;

            var entitlementReference = new EntitlementReference {
                EntitlementName = "entitlementName",
                StackName = "stackName"
            };

Synopsis

Constructors

EntitlementReference()

A reference to a Entitlement resource.

Properties

EntitlementName

The Name of the Entitlement resource.

StackName

The StackName of the Entitlement resource.

Constructors

EntitlementReference()

A reference to a Entitlement resource.

public EntitlementReference()
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.AppStream;

            var entitlementReference = new EntitlementReference {
                EntitlementName = "entitlementName",
                StackName = "stackName"
            };

Properties

EntitlementName

The Name of the Entitlement resource.

public string EntitlementName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

StackName

The StackName of the Entitlement resource.

public string StackName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IEntitlementReference
Back to top Generated by DocFX