Add-VSBatchJobDefinitionDevice
Add-VSBatchJobDefinitionDevice
SYNOPSIS
Adds an AWS::Batch::JobDefinition.Device resource property to the template. An object representing a container instance host device.
SYNTAX
Add-VSBatchJobDefinitionDevice [[-HostPath] <Object>] [[-Permissions] <Object>] [[-ContainerPath] <Object>]
[<CommonParameters>]
DESCRIPTION
Adds an AWS::Batch::JobDefinition.Device resource property to the template. An object representing a container instance host device.
PARAMETERS
-HostPath
The path for the device on the host container instance.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-device.html#cfn-batch-jobdefinition-device-hostpath PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Permissions
The explicit permissions to provide to the container for the device. By default, the container has permissions for read, write, and mknod for the device.
PrimitiveItemType: String Type: List Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-device.html#cfn-batch-jobdefinition-device-permissions UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ContainerPath
The path inside the container at which to expose the host device. By default the hostPath value is used.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-device.html#cfn-batch-jobdefinition-device-containerpath PrimitiveType: String UpdateType: Mutable
Type: Object
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.