This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Batch::ComputeEnvironment InstanceLaunchTemplate
The InstanceLaunchTemplate property type specifies Property description not available. for an AWS::Batch::ComputeEnvironment.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CapacityOptionType" :String, "CapacityReservations" :CapacityReservations, "Ec2InstanceProfileArn" :String, "FipsEnabled" :Boolean, "InstanceMetadataTagsPropagation" :Boolean, "InstanceRequirements" :InstanceRequirements, "LocalStorageConfiguration" :ManagedInstancesLocalStorageConfiguration, "Monitoring" :String, "NetworkConfiguration" :ManagedInstancesNetworkConfiguration, "StorageConfiguration" :ManagedInstancesStorageConfiguration}
YAML
CapacityOptionType:StringCapacityReservations:CapacityReservationsEc2InstanceProfileArn:StringFipsEnabled:BooleanInstanceMetadataTagsPropagation:BooleanInstanceRequirements:InstanceRequirementsLocalStorageConfiguration:ManagedInstancesLocalStorageConfigurationMonitoring:StringNetworkConfiguration:ManagedInstancesNetworkConfigurationStorageConfiguration:ManagedInstancesStorageConfiguration
Properties
CapacityOptionTypeProperty description not available.
Required: No
Type: String
Allowed values:
ON_DEMAND | SPOT | RESERVEDUpdate requires: Replacement
CapacityReservationsProperty description not available.
Required: No
Type: CapacityReservations
Update requires: No interruption
Ec2InstanceProfileArnProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
FipsEnabledProperty description not available.
Required: No
Type: Boolean
Update requires: Replacement
Property description not available.
Required: No
Type: Boolean
Update requires: No interruption
InstanceRequirementsProperty description not available.
Required: No
Type: InstanceRequirements
Update requires: No interruption
LocalStorageConfigurationProperty description not available.
Required: No
Type: ManagedInstancesLocalStorageConfiguration
Update requires: No interruption
MonitoringProperty description not available.
Required: No
Type: String
Update requires: No interruption
NetworkConfigurationProperty description not available.
Required: Yes
Type: ManagedInstancesNetworkConfiguration
Update requires: No interruption
StorageConfigurationProperty description not available.
Required: No
Type: ManagedInstancesStorageConfiguration
Update requires: No interruption