aws-cdk-lib.aws_appstream.CfnStackFleetAssociationProps

interface CfnStackFleetAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.AppStream.CfnStackFleetAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnStackFleetAssociationProps
Javasoftware.amazon.awscdk.services.appstream.CfnStackFleetAssociationProps
Pythonaws_cdk.aws_appstream.CfnStackFleetAssociationProps
TypeScript aws-cdk-lib » aws_appstream » CfnStackFleetAssociationProps

Properties for defining a CfnStackFleetAssociation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appstream as appstream } from 'aws-cdk-lib';
const cfnStackFleetAssociationProps: appstream.CfnStackFleetAssociationProps = {
  fleetName: 'fleetName',
  stackName: 'stackName',
};

Properties

NameTypeDescription
fleetNamestringThe name of the fleet.
stackNamestringThe name of the stack.

fleetName

Type: string

The name of the fleet.

To associate a fleet with a stack, you must specify a dependency on the fleet resource. For more information, see DependsOn Attribute .


stackName

Type: string

The name of the stack.

To associate a fleet with a stack, you must specify a dependency on the stack resource. For more information, see DependsOn Attribute .