Class CfnEntitlementMixinProps
Properties for CfnEntitlementPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppStream.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnEntitlementMixinProps : ICfnEntitlementMixinProps
Syntax (vb)
Public Class CfnEntitlementMixinProps Implements ICfnEntitlementMixinProps
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.Mixins.Preview.AWS.AppStream.Mixins;
var cfnEntitlementMixinProps = new CfnEntitlementMixinProps {
AppVisibility = "appVisibility",
Attributes = new [] { new AttributeProperty {
Name = "name",
Value = "value"
} },
Description = "description",
Name = "name",
StackName = "stackName"
};
Synopsis
Constructors
| CfnEntitlementMixinProps() | Properties for CfnEntitlementPropsMixin. |
Properties
| AppVisibility | 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. |
| StackName | The name of the stack. |
Constructors
CfnEntitlementMixinProps()
Properties for CfnEntitlementPropsMixin.
public CfnEntitlementMixinProps()
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.Mixins.Preview.AWS.AppStream.Mixins;
var cfnEntitlementMixinProps = new CfnEntitlementMixinProps {
AppVisibility = "appVisibility",
Attributes = new [] { new AttributeProperty {
Name = "name",
Value = "value"
} },
Description = "description",
Name = "name",
StackName = "stackName"
};
Properties
AppVisibility
Specifies whether to entitle all apps or only selected apps.
public string? AppVisibility { get; set; }
Property Value
Remarks
Attributes
The attributes of the entitlement.
public object? Attributes { get; set; }
Property Value
Remarks
Description
The description of the entitlement.
public string? Description { get; set; }
Property Value
Remarks
Name
The name of the entitlement.
public string? Name { get; set; }
Property Value
Remarks
StackName
The name of the stack.
public string? StackName { get; set; }