We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 7, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 7, 2026 by Pulumi
Resource Type definition for AWS::AppStream::StackFleetAssociation
Using getStackFleetAssociation
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getStackFleetAssociation(args: GetStackFleetAssociationArgs, opts?: InvokeOptions): Promise<GetStackFleetAssociationResult>
function getStackFleetAssociationOutput(args: GetStackFleetAssociationOutputArgs, opts?: InvokeOutputOptions): Output<GetStackFleetAssociationResult>def get_stack_fleet_association(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStackFleetAssociationResult
def get_stack_fleet_association_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetStackFleetAssociationResult]func LookupStackFleetAssociation(ctx *Context, args *LookupStackFleetAssociationArgs, opts ...InvokeOption) (*LookupStackFleetAssociationResult, error)
func LookupStackFleetAssociationOutput(ctx *Context, args *LookupStackFleetAssociationOutputArgs, opts ...InvokeOption) LookupStackFleetAssociationResultOutput> Note: This function is named LookupStackFleetAssociation in the Go SDK.
public static class GetStackFleetAssociation
{
public static Task<GetStackFleetAssociationResult> InvokeAsync(GetStackFleetAssociationArgs args, InvokeOptions? opts = null)
public static Output<GetStackFleetAssociationResult> Invoke(GetStackFleetAssociationInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetStackFleetAssociationResult> Invoke(GetStackFleetAssociationInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetStackFleetAssociationResult> getStackFleetAssociation(GetStackFleetAssociationArgs args, InvokeOptions options)
public static Output<GetStackFleetAssociationResult> getStackFleetAssociation(GetStackFleetAssociationArgs args, InvokeOptions options)
public static Output<GetStackFleetAssociationResult> getStackFleetAssociation(GetStackFleetAssociationArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:appstream:getStackFleetAssociation
arguments:
# arguments dictionarydata "aws-native_appstream_get_stack_fleet_association" "name" {
# arguments
}The following arguments are supported:
- Id string
- Id string
- id string
- id String
- id string
- id str
- id String
getStackFleetAssociation Result
The following output properties are available:
- Fleet
Name 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 .
- Id string
- Stack
Name 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 .
- Fleet
Name 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 .
- Id string
- Stack
Name 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 .
- fleet_
name 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 .
- id string
- stack_
name 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 .
- fleet
Name 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 .
- id String
- stack
Name 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 .
- fleet
Name 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 .
- id string
- stack
Name 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 .
- fleet_
name str 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 .
- id str
- stack_
name str 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 .
- fleet
Name 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 .
- id String
- stack
Name 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 .
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 7, 2026 by Pulumi