Class CfnApplicationEntitlementAssociationProps
Properties for defining a CfnApplicationEntitlementAssociation
.
Inheritance
System.Object
CfnApplicationEntitlementAssociationProps
Implements
Namespace: Amazon.CDK.AWS.AppStream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplicationEntitlementAssociationProps : Object, ICfnApplicationEntitlementAssociationProps
Syntax (vb)
Public Class CfnApplicationEntitlementAssociationProps
Inherits Object
Implements ICfnApplicationEntitlementAssociationProps
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 cfnApplicationEntitlementAssociationProps = new CfnApplicationEntitlementAssociationProps {
ApplicationIdentifier = "applicationIdentifier",
EntitlementName = "entitlementName",
StackName = "stackName"
};
Synopsis
Constructors
CfnApplicationEntitlementAssociationProps() |
Properties
ApplicationIdentifier | The identifier of the application. |
EntitlementName | The name of the entitlement. |
StackName | The name of the stack. |
Constructors
CfnApplicationEntitlementAssociationProps()
public CfnApplicationEntitlementAssociationProps()
Properties
ApplicationIdentifier
The identifier of the application.
public string ApplicationIdentifier { get; set; }
Property Value
System.String
Remarks
EntitlementName
The name of the entitlement.
public string EntitlementName { get; set; }
Property Value
System.String
Remarks
StackName
The name of the stack.
public string StackName { get; set; }
Property Value
System.String