Class EntitlementReference
A reference to a Entitlement resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated
StackName
The StackName of the Entitlement resource.
public string StackName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated