Add-SAMS3LocationObject
Add-SAMS3LocationObject
SYNOPSIS
Specifies the location of an S3 object as a dictionary containing Bucket, Key, and optional Version properties.
SYNTAX
Add-SAMS3LocationObject [-Bucket] <String> [-Key] <String> [[-Version] <String>] [<CommonParameters>]
DESCRIPTION
Specifies the location of an S3 object as a dictionary containing Bucket, Key, and optional Version properties.
PARAMETERS
-Bucket
Required. Example: ‘mybucket-name’
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Key
Required. Example: ‘code.zip’
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Version
Optional. Example: ‘121212’
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
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.