Add-VSRoboMakerRobotApplicationSourceConfig
Add-VSRoboMakerRobotApplicationSourceConfig
SYNOPSIS
Adds an AWS::RoboMaker::RobotApplication.SourceConfig resource property to the template. Information about a source configuration.
SYNTAX
Add-VSRoboMakerRobotApplicationSourceConfig [-S3Bucket] <Object> [-Architecture] <Object> [-S3Key] <Object>
[<CommonParameters>]
DESCRIPTION
Adds an AWS::RoboMaker::RobotApplication.SourceConfig resource property to the template. Information about a source configuration.
PARAMETERS
-S3Bucket
The Amazon S3 bucket name.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-sourceconfig.html#cfn-robomaker-robotapplication-sourceconfig-s3bucket PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Architecture
The target processor architecture for the application.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-sourceconfig.html#cfn-robomaker-robotapplication-sourceconfig-architecture PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-S3Key
The s3 object key.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-sourceconfig.html#cfn-robomaker-robotapplication-sourceconfig-s3key PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
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.