Get-VSStackSet
Get-VSStackSet
SYNOPSIS
Gets information about a Stack Set
SYNTAX
Description (Default)
Get-VSStackSet [-Description] [-StackSetName <String>] [-ProfileName <String>] [<CommonParameters>]
ListStackSets
Get-VSStackSet [-List] [-StackSetName <String>] [-MaxResults <Int32>] [-Status <String>]
[-ProfileName <String>] [<CommonParameters>]
DESCRIPTION
Gets information about a Stack Set
PARAMETERS
-Description
Returns the description of the specified stack set.
Type: SwitchParameter
Parameter Sets: Description
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-List
Returns summary information about stack sets that are associated with the user.
Type: SwitchParameter
Parameter Sets: ListStackSets
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-StackSetName
The name or the unique stack ID of the stack set that you want to get information for.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-MaxResults
The maximum number of results to be returned with a single call.
Type: Int32
Parameter Sets: ListStackSets
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
-Status
The status of the stack sets that you want to get summary information about.
Type: String
Parameter Sets: ListStackSets
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProfileName
The name of the configuration profile to deploy the stack with. Defaults to $env:AWS_PROFILE, if set.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: $env:AWS_PROFILE
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.