Class CfnEntitlementProps
Properties for defining a CfnEntitlement
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEntitlementProps : Object, ICfnEntitlementProps
Syntax (vb)
Public Class CfnEntitlementProps
Inherits Object
Implements ICfnEntitlementProps
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.AWS.AppStream;
var cfnEntitlementProps = new CfnEntitlementProps {
AppVisibility = "appVisibility",
Attributes = new [] { new AttributeProperty {
Name = "name",
Value = "value"
} },
Name = "name",
StackName = "stackName",
// the properties below are optional
Description = "description"
};
Synopsis
Constructors
Cfn |
Properties
App |
Specifies whether to entitle all apps or only selected apps. |
Attributes | The attributes of the entitlement. |
Description | The description of the entitlement. |
Name | The name of the entitlement. |
Stack |
The name of the stack. |
Constructors
CfnEntitlementProps()
public CfnEntitlementProps()
Properties
AppVisibility
Specifies whether to entitle all apps or only selected apps.
public string AppVisibility { get; set; }
Property Value
System.
Remarks
Attributes
The attributes of the entitlement.
public object Attributes { get; set; }
Property Value
System.
Remarks
Description
The description of the entitlement.
public string Description { get; set; }
Property Value
System.
Remarks
Name
The name of the entitlement.
public string Name { get; set; }
Property Value
System.
Remarks
StackName
The name of the stack.
public string StackName { get; set; }
Property Value
System.