Show / Hide Table of Contents

Class CfnApplicationEntitlementAssociationProps

Properties for defining a CfnApplicationEntitlementAssociation.

Inheritance
object
CfnApplicationEntitlementAssociationProps
Implements
ICfnApplicationEntitlementAssociationProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplicationEntitlementAssociationProps : ICfnApplicationEntitlementAssociationProps
Syntax (vb)
Public Class CfnApplicationEntitlementAssociationProps Implements ICfnApplicationEntitlementAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-applicationentitlementassociation.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.AWS.AppStream;

             var cfnApplicationEntitlementAssociationProps = new CfnApplicationEntitlementAssociationProps {
                 ApplicationIdentifier = "applicationIdentifier",
                 EntitlementName = "entitlementName",
                 StackName = "stackName"
             };

Synopsis

Constructors

CfnApplicationEntitlementAssociationProps()

Properties for defining a CfnApplicationEntitlementAssociation.

Properties

ApplicationIdentifier

The identifier of the application.

EntitlementName

The name of the entitlement.

StackName

The name of the stack.

Constructors

CfnApplicationEntitlementAssociationProps()

Properties for defining a CfnApplicationEntitlementAssociation.

public CfnApplicationEntitlementAssociationProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-applicationentitlementassociation.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.AWS.AppStream;

             var cfnApplicationEntitlementAssociationProps = new CfnApplicationEntitlementAssociationProps {
                 ApplicationIdentifier = "applicationIdentifier",
                 EntitlementName = "entitlementName",
                 StackName = "stackName"
             };

Properties

ApplicationIdentifier

The identifier of the application.

public string ApplicationIdentifier { get; set; }
Property Value

string

Remarks

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

EntitlementName

The name of the entitlement.

public string EntitlementName { get; set; }
Property Value

string

Remarks

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

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-applicationentitlementassociation.html#cfn-appstream-applicationentitlementassociation-stackname

Implements

ICfnApplicationEntitlementAssociationProps
Back to top Generated by DocFX