Show / Hide Table of Contents

Class CfnEntitlementMixinProps

Properties for CfnEntitlementPropsMixin.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-entitlement.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-entitlement.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-entitlement.html#cfn-appstream-entitlement-appvisibility

Attributes

The attributes of the entitlement.

public object? Attributes { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-entitlement.html#cfn-appstream-entitlement-attributes

Type union: either IResolvable or (either IResolvable or CfnEntitlementPropsMixin.IAttributeProperty)[]

Description

The description of the entitlement.

public string? Description { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-entitlement.html#cfn-appstream-entitlement-description

Name

The name of the entitlement.

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-entitlement.html#cfn-appstream-entitlement-name

StackName

The name of the stack.

public string? StackName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-entitlement.html#cfn-appstream-entitlement-stackname

Implements

ICfnEntitlementMixinProps
Back to top Generated by DocFX