1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. appstream
  6. StackFleetAssociation

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi

    Resource Type definition for AWS::AppStream::StackFleetAssociation

    Create StackFleetAssociation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new StackFleetAssociation(name: string, args: StackFleetAssociationArgs, opts?: CustomResourceOptions);
    @overload
    def StackFleetAssociation(resource_name: str,
                              args: StackFleetAssociationArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def StackFleetAssociation(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              fleet_name: Optional[str] = None,
                              stack_name: Optional[str] = None)
    func NewStackFleetAssociation(ctx *Context, name string, args StackFleetAssociationArgs, opts ...ResourceOption) (*StackFleetAssociation, error)
    public StackFleetAssociation(string name, StackFleetAssociationArgs args, CustomResourceOptions? opts = null)
    public StackFleetAssociation(String name, StackFleetAssociationArgs args)
    public StackFleetAssociation(String name, StackFleetAssociationArgs args, CustomResourceOptions options)
    
    type: aws-native:appstream:StackFleetAssociation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_appstream_stackfleetassociation" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args StackFleetAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args StackFleetAssociationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args StackFleetAssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args StackFleetAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args StackFleetAssociationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    StackFleetAssociation Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The StackFleetAssociation resource accepts the following input properties:

    FleetName string
    The name of the fleet. To associate a fleet with a stack, you must specify a dependency on the fleet resource.
    StackName string
    The name of the stack. To associate a fleet with a stack, you must specify a dependency on the stack resource.
    FleetName string
    The name of the fleet. To associate a fleet with a stack, you must specify a dependency on the fleet resource.
    StackName string
    The name of the stack. To associate a fleet with a stack, you must specify a dependency on the stack resource.
    fleet_name string
    The name of the fleet. To associate a fleet with a stack, you must specify a dependency on the fleet resource.
    stack_name string
    The name of the stack. To associate a fleet with a stack, you must specify a dependency on the stack resource.
    fleetName String
    The name of the fleet. To associate a fleet with a stack, you must specify a dependency on the fleet resource.
    stackName String
    The name of the stack. To associate a fleet with a stack, you must specify a dependency on the stack resource.
    fleetName string
    The name of the fleet. To associate a fleet with a stack, you must specify a dependency on the fleet resource.
    stackName string
    The name of the stack. To associate a fleet with a stack, you must specify a dependency on the stack resource.
    fleet_name str
    The name of the fleet. To associate a fleet with a stack, you must specify a dependency on the fleet resource.
    stack_name str
    The name of the stack. To associate a fleet with a stack, you must specify a dependency on the stack resource.
    fleetName String
    The name of the fleet. To associate a fleet with a stack, you must specify a dependency on the fleet resource.
    stackName String
    The name of the stack. To associate a fleet with a stack, you must specify a dependency on the stack resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the StackFleetAssociation resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.69.0
    published on Monday, Jun 15, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial