We recommend new projects start with resources from the AWS provider.
aws-native.deadline.Fleet
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::Deadline::Fleet Resource Type
Create Fleet Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Fleet(name: string, args: FleetArgs, opts?: CustomResourceOptions);@overload
def Fleet(resource_name: str,
          args: FleetArgs,
          opts: Optional[ResourceOptions] = None)
@overload
def Fleet(resource_name: str,
          opts: Optional[ResourceOptions] = None,
          configuration: Optional[Union[FleetConfiguration0PropertiesArgs, FleetConfiguration1PropertiesArgs]] = None,
          display_name: Optional[str] = None,
          farm_id: Optional[str] = None,
          max_worker_count: Optional[int] = None,
          role_arn: Optional[str] = None,
          description: Optional[str] = None,
          min_worker_count: Optional[int] = None,
          tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewFleet(ctx *Context, name string, args FleetArgs, opts ...ResourceOption) (*Fleet, error)public Fleet(string name, FleetArgs args, CustomResourceOptions? opts = null)type: aws-native:deadline:Fleet
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FleetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FleetArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FleetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FleetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FleetArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Fleet Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Fleet resource accepts the following input properties:
- Configuration
Pulumi.Aws | Pulumi.Native. Deadline. Inputs. Fleet Configuration0Properties Aws Native. Deadline. Inputs. Fleet Configuration1Properties 
- The configuration details for the fleet.
- DisplayName string
- The display name of the fleet summary to update. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- FarmId string
- The farm ID.
- MaxWorker intCount 
- The maximum number of workers specified in the fleet.
- RoleArn string
- The IAM role that workers in the fleet use when processing jobs.
- Description string
- A description that helps identify what the fleet is used for. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- MinWorker intCount 
- The minimum number of workers in the fleet.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- An array of key-value pairs to apply to this resource.
- Configuration
FleetConfiguration0Properties | FleetArgs Configuration1Properties Args 
- The configuration details for the fleet.
- DisplayName string
- The display name of the fleet summary to update. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- FarmId string
- The farm ID.
- MaxWorker intCount 
- The maximum number of workers specified in the fleet.
- RoleArn string
- The IAM role that workers in the fleet use when processing jobs.
- Description string
- A description that helps identify what the fleet is used for. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- MinWorker intCount 
- The minimum number of workers in the fleet.
- 
TagArgs 
- An array of key-value pairs to apply to this resource.
- configuration
FleetConfiguration0Properties | FleetConfiguration1Properties 
- The configuration details for the fleet.
- displayName String
- The display name of the fleet summary to update. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- farmId String
- The farm ID.
- maxWorker IntegerCount 
- The maximum number of workers specified in the fleet.
- roleArn String
- The IAM role that workers in the fleet use when processing jobs.
- description String
- A description that helps identify what the fleet is used for. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- minWorker IntegerCount 
- The minimum number of workers in the fleet.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- configuration
FleetConfiguration0Properties | FleetConfiguration1Properties 
- The configuration details for the fleet.
- displayName string
- The display name of the fleet summary to update. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- farmId string
- The farm ID.
- maxWorker numberCount 
- The maximum number of workers specified in the fleet.
- roleArn string
- The IAM role that workers in the fleet use when processing jobs.
- description string
- A description that helps identify what the fleet is used for. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- minWorker numberCount 
- The minimum number of workers in the fleet.
- Tag[]
- An array of key-value pairs to apply to this resource.
- configuration
FleetConfiguration0Properties | FleetArgs Configuration1Properties Args 
- The configuration details for the fleet.
- display_name str
- The display name of the fleet summary to update. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- farm_id str
- The farm ID.
- max_worker_ intcount 
- The maximum number of workers specified in the fleet.
- role_arn str
- The IAM role that workers in the fleet use when processing jobs.
- description str
- A description that helps identify what the fleet is used for. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- min_worker_ intcount 
- The minimum number of workers in the fleet.
- 
Sequence[TagArgs] 
- An array of key-value pairs to apply to this resource.
- configuration Property Map | Property Map
- The configuration details for the fleet.
- displayName String
- The display name of the fleet summary to update. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- farmId String
- The farm ID.
- maxWorker NumberCount 
- The maximum number of workers specified in the fleet.
- roleArn String
- The IAM role that workers in the fleet use when processing jobs.
- description String
- A description that helps identify what the fleet is used for. - This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. 
- minWorker NumberCount 
- The minimum number of workers in the fleet.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Fleet resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) assigned to the fleet.
- Capabilities
Pulumi.Aws Native. Deadline. Outputs. Fleet Capabilities 
- FleetId string
- The fleet ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.Aws Native. Deadline. Fleet Status 
- The status of the fleet.
- WorkerCount int
- The number of workers in the fleet summary.
- Arn string
- The Amazon Resource Name (ARN) assigned to the fleet.
- Capabilities
FleetCapabilities 
- FleetId string
- The fleet ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
FleetStatus 
- The status of the fleet.
- WorkerCount int
- The number of workers in the fleet summary.
- arn String
- The Amazon Resource Name (ARN) assigned to the fleet.
- capabilities
FleetCapabilities 
- fleetId String
- The fleet ID.
- id String
- The provider-assigned unique ID for this managed resource.
- status
FleetStatus 
- The status of the fleet.
- workerCount Integer
- The number of workers in the fleet summary.
- arn string
- The Amazon Resource Name (ARN) assigned to the fleet.
- capabilities
FleetCapabilities 
- fleetId string
- The fleet ID.
- id string
- The provider-assigned unique ID for this managed resource.
- status
FleetStatus 
- The status of the fleet.
- workerCount number
- The number of workers in the fleet summary.
- arn str
- The Amazon Resource Name (ARN) assigned to the fleet.
- capabilities
FleetCapabilities 
- fleet_id str
- The fleet ID.
- id str
- The provider-assigned unique ID for this managed resource.
- status
FleetStatus 
- The status of the fleet.
- worker_count int
- The number of workers in the fleet summary.
- arn String
- The Amazon Resource Name (ARN) assigned to the fleet.
- capabilities Property Map
- fleetId String
- The fleet ID.
- id String
- The provider-assigned unique ID for this managed resource.
- status "ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED"
- The status of the fleet.
- workerCount Number
- The number of workers in the fleet summary.
Supporting Types
FleetAcceleratorCapabilities, FleetAcceleratorCapabilitiesArgs      
FleetAcceleratorCountRange, FleetAcceleratorCountRangeArgs        
FleetAcceleratorSelection, FleetAcceleratorSelectionArgs      
FleetAcceleratorSelectionName, FleetAcceleratorSelectionNameArgs        
- T4
- t4
- A10g
- a10g
- L4
- l4
- L40s
- l40s
- FleetAccelerator Selection Name T4 
- t4
- FleetAccelerator Selection Name A10g 
- a10g
- FleetAccelerator Selection Name L4 
- l4
- FleetAccelerator Selection Name L40s 
- l40s
- T4
- t4
- A10g
- a10g
- L4
- l4
- L40s
- l40s
- T4
- t4
- A10g
- a10g
- L4
- l4
- L40s
- l40s
- T4
- t4
- A10G
- a10g
- L4
- l4
- L40S
- l40s
- "t4"
- t4
- "a10g"
- a10g
- "l4"
- l4
- "l40s"
- l40s
FleetAcceleratorTotalMemoryMiBRange, FleetAcceleratorTotalMemoryMiBRangeArgs            
FleetAcceleratorType, FleetAcceleratorTypeArgs      
- Gpu
- gpu
- FleetAccelerator Type Gpu 
- gpu
- Gpu
- gpu
- Gpu
- gpu
- GPU
- gpu
- "gpu"
- gpu
FleetAmountCapability, FleetAmountCapabilityArgs      
FleetAttributeCapability, FleetAttributeCapabilityArgs      
FleetAutoScalingMode, FleetAutoScalingModeArgs        
- NoScaling 
- NO_SCALING
- EventBased Auto Scaling 
- EVENT_BASED_AUTO_SCALING
- FleetAuto Scaling Mode No Scaling 
- NO_SCALING
- FleetAuto Scaling Mode Event Based Auto Scaling 
- EVENT_BASED_AUTO_SCALING
- NoScaling 
- NO_SCALING
- EventBased Auto Scaling 
- EVENT_BASED_AUTO_SCALING
- NoScaling 
- NO_SCALING
- EventBased Auto Scaling 
- EVENT_BASED_AUTO_SCALING
- NO_SCALING
- NO_SCALING
- EVENT_BASED_AUTO_SCALING
- EVENT_BASED_AUTO_SCALING
- "NO_SCALING"
- NO_SCALING
- "EVENT_BASED_AUTO_SCALING"
- EVENT_BASED_AUTO_SCALING
FleetCapabilities, FleetCapabilitiesArgs    
- Amounts
List<Pulumi.Aws Native. Deadline. Inputs. Fleet Amount Capability> 
- Amount capabilities of the fleet.
- Attributes
List<Pulumi.Aws Native. Deadline. Inputs. Fleet Attribute Capability> 
- Attribute capabilities of the fleet.
- Amounts
[]FleetAmount Capability 
- Amount capabilities of the fleet.
- Attributes
[]FleetAttribute Capability 
- Attribute capabilities of the fleet.
- amounts
List<FleetAmount Capability> 
- Amount capabilities of the fleet.
- attributes
List<FleetAttribute Capability> 
- Attribute capabilities of the fleet.
- amounts
FleetAmount Capability[] 
- Amount capabilities of the fleet.
- attributes
FleetAttribute Capability[] 
- Attribute capabilities of the fleet.
- amounts
Sequence[FleetAmount Capability] 
- Amount capabilities of the fleet.
- attributes
Sequence[FleetAttribute Capability] 
- Attribute capabilities of the fleet.
- amounts List<Property Map>
- Amount capabilities of the fleet.
- attributes List<Property Map>
- Attribute capabilities of the fleet.
FleetConfiguration0Properties, FleetConfiguration0PropertiesArgs    
FleetConfiguration1Properties, FleetConfiguration1PropertiesArgs    
FleetCpuArchitectureType, FleetCpuArchitectureTypeArgs        
- X8664
- x86_64
- Arm64
- arm64
- FleetCpu Architecture Type X8664 
- x86_64
- FleetCpu Architecture Type Arm64 
- arm64
- X8664
- x86_64
- Arm64
- arm64
- X8664
- x86_64
- Arm64
- arm64
- X8664
- x86_64
- ARM64
- arm64
- "x86_64"
- x86_64
- "arm64"
- arm64
FleetCustomerManagedFleetConfiguration, FleetCustomerManagedFleetConfigurationArgs          
FleetCustomerManagedFleetOperatingSystemFamily, FleetCustomerManagedFleetOperatingSystemFamilyArgs              
- Windows
- WINDOWS
- Linux
- LINUX
- Macos
- MACOS
- FleetCustomer Managed Fleet Operating System Family Windows 
- WINDOWS
- FleetCustomer Managed Fleet Operating System Family Linux 
- LINUX
- FleetCustomer Managed Fleet Operating System Family Macos 
- MACOS
- Windows
- WINDOWS
- Linux
- LINUX
- Macos
- MACOS
- Windows
- WINDOWS
- Linux
- LINUX
- Macos
- MACOS
- WINDOWS
- WINDOWS
- LINUX
- LINUX
- MACOS
- MACOS
- "WINDOWS"
- WINDOWS
- "LINUX"
- LINUX
- "MACOS"
- MACOS
FleetCustomerManagedWorkerCapabilities, FleetCustomerManagedWorkerCapabilitiesArgs          
- CpuArchitecture Pulumi.Type Aws Native. Deadline. Fleet Cpu Architecture Type 
- MemoryMi Pulumi.B Aws Native. Deadline. Inputs. Fleet Memory Mi BRange 
- OsFamily Pulumi.Aws Native. Deadline. Fleet Customer Managed Fleet Operating System Family 
- VCpuCount Pulumi.Aws Native. Deadline. Inputs. Fleet VCpu Count Range 
- AcceleratorCount Pulumi.Aws Native. Deadline. Inputs. Fleet Accelerator Count Range 
- AcceleratorTotal Pulumi.Memory Mi B Aws Native. Deadline. Inputs. Fleet Accelerator Total Memory Mi BRange 
- AcceleratorTypes List<Pulumi.Aws Native. Deadline. Fleet Accelerator Type> 
- CustomAmounts List<Pulumi.Aws Native. Deadline. Inputs. Fleet Amount Capability> 
- CustomAttributes List<Pulumi.Aws Native. Deadline. Inputs. Fleet Attribute Capability> 
- CpuArchitecture FleetType Cpu Architecture Type 
- MemoryMi FleetB Memory Mi BRange 
- OsFamily FleetCustomer Managed Fleet Operating System Family 
- VCpuCount FleetVCpu Count Range 
- AcceleratorCount FleetAccelerator Count Range 
- AcceleratorTotal FleetMemory Mi B Accelerator Total Memory Mi BRange 
- AcceleratorTypes []FleetAccelerator Type 
- CustomAmounts []FleetAmount Capability 
- CustomAttributes []FleetAttribute Capability 
- cpuArchitecture FleetType Cpu Architecture Type 
- memoryMi FleetB Memory Mi BRange 
- osFamily FleetCustomer Managed Fleet Operating System Family 
- vCpu FleetCount VCpu Count Range 
- acceleratorCount FleetAccelerator Count Range 
- acceleratorTotal FleetMemory Mi B Accelerator Total Memory Mi BRange 
- acceleratorTypes List<FleetAccelerator Type> 
- customAmounts List<FleetAmount Capability> 
- customAttributes List<FleetAttribute Capability> 
- cpuArchitecture FleetType Cpu Architecture Type 
- memoryMi FleetB Memory Mi BRange 
- osFamily FleetCustomer Managed Fleet Operating System Family 
- vCpu FleetCount VCpu Count Range 
- acceleratorCount FleetAccelerator Count Range 
- acceleratorTotal FleetMemory Mi B Accelerator Total Memory Mi BRange 
- acceleratorTypes FleetAccelerator Type[] 
- customAmounts FleetAmount Capability[] 
- customAttributes FleetAttribute Capability[] 
- cpu_architecture_ Fleettype Cpu Architecture Type 
- memory_mi_ Fleetb Memory Mi BRange 
- os_family FleetCustomer Managed Fleet Operating System Family 
- v_cpu_ Fleetcount VCpu Count Range 
- accelerator_count FleetAccelerator Count Range 
- accelerator_total_ Fleetmemory_ mi_ b Accelerator Total Memory Mi BRange 
- accelerator_types Sequence[FleetAccelerator Type] 
- custom_amounts Sequence[FleetAmount Capability] 
- custom_attributes Sequence[FleetAttribute Capability] 
FleetEc2EbsVolume, FleetEc2EbsVolumeArgs      
- Iops int
- SizeGi intB 
- ThroughputMi intB 
- Iops int
- SizeGi intB 
- ThroughputMi intB 
- iops Integer
- sizeGi IntegerB 
- throughputMi IntegerB 
- iops number
- sizeGi numberB 
- throughputMi numberB 
- iops int
- size_gi_ intb 
- throughput_mi_ intb 
- iops Number
- sizeGi NumberB 
- throughputMi NumberB 
FleetEc2MarketType, FleetEc2MarketTypeArgs      
- OnDemand 
- on-demand
- Spot
- spot
- FleetEc2Market Type On Demand 
- on-demand
- FleetEc2Market Type Spot 
- spot
- OnDemand 
- on-demand
- Spot
- spot
- OnDemand 
- on-demand
- Spot
- spot
- ON_DEMAND
- on-demand
- SPOT
- spot
- "on-demand"
- on-demand
- "spot"
- spot
FleetMemoryMiBRange, FleetMemoryMiBRangeArgs        
FleetServiceManagedEc2FleetConfiguration, FleetServiceManagedEc2FleetConfigurationArgs          
FleetServiceManagedEc2InstanceCapabilities, FleetServiceManagedEc2InstanceCapabilitiesArgs          
- CpuArchitecture Pulumi.Type Aws Native. Deadline. Fleet Cpu Architecture Type 
- MemoryMi Pulumi.B Aws Native. Deadline. Inputs. Fleet Memory Mi BRange 
- OsFamily Pulumi.Aws Native. Deadline. Fleet Service Managed Fleet Operating System Family 
- VCpuCount Pulumi.Aws Native. Deadline. Inputs. Fleet VCpu Count Range 
- AcceleratorCapabilities Pulumi.Aws Native. Deadline. Inputs. Fleet Accelerator Capabilities 
- AllowedInstance List<string>Types 
- CustomAmounts List<Pulumi.Aws Native. Deadline. Inputs. Fleet Amount Capability> 
- CustomAttributes List<Pulumi.Aws Native. Deadline. Inputs. Fleet Attribute Capability> 
- ExcludedInstance List<string>Types 
- RootEbs Pulumi.Volume Aws Native. Deadline. Inputs. Fleet Ec2Ebs Volume 
- CpuArchitecture FleetType Cpu Architecture Type 
- MemoryMi FleetB Memory Mi BRange 
- OsFamily FleetService Managed Fleet Operating System Family 
- VCpuCount FleetVCpu Count Range 
- AcceleratorCapabilities FleetAccelerator Capabilities 
- AllowedInstance []stringTypes 
- CustomAmounts []FleetAmount Capability 
- CustomAttributes []FleetAttribute Capability 
- ExcludedInstance []stringTypes 
- RootEbs FleetVolume Ec2Ebs Volume 
- cpuArchitecture FleetType Cpu Architecture Type 
- memoryMi FleetB Memory Mi BRange 
- osFamily FleetService Managed Fleet Operating System Family 
- vCpu FleetCount VCpu Count Range 
- acceleratorCapabilities FleetAccelerator Capabilities 
- allowedInstance List<String>Types 
- customAmounts List<FleetAmount Capability> 
- customAttributes List<FleetAttribute Capability> 
- excludedInstance List<String>Types 
- rootEbs FleetVolume Ec2Ebs Volume 
- cpuArchitecture FleetType Cpu Architecture Type 
- memoryMi FleetB Memory Mi BRange 
- osFamily FleetService Managed Fleet Operating System Family 
- vCpu FleetCount VCpu Count Range 
- acceleratorCapabilities FleetAccelerator Capabilities 
- allowedInstance string[]Types 
- customAmounts FleetAmount Capability[] 
- customAttributes FleetAttribute Capability[] 
- excludedInstance string[]Types 
- rootEbs FleetVolume Ec2Ebs Volume 
- cpu_architecture_ Fleettype Cpu Architecture Type 
- memory_mi_ Fleetb Memory Mi BRange 
- os_family FleetService Managed Fleet Operating System Family 
- v_cpu_ Fleetcount VCpu Count Range 
- accelerator_capabilities FleetAccelerator Capabilities 
- allowed_instance_ Sequence[str]types 
- custom_amounts Sequence[FleetAmount Capability] 
- custom_attributes Sequence[FleetAttribute Capability] 
- excluded_instance_ Sequence[str]types 
- root_ebs_ Fleetvolume Ec2Ebs Volume 
- cpuArchitecture "x86_64" | "arm64"Type 
- memoryMi Property MapB 
- osFamily "LINUX" | "WINDOWS"
- vCpu Property MapCount 
- acceleratorCapabilities Property Map
- allowedInstance List<String>Types 
- customAmounts List<Property Map>
- customAttributes List<Property Map>
- excludedInstance List<String>Types 
- rootEbs Property MapVolume 
FleetServiceManagedEc2InstanceMarketOptions, FleetServiceManagedEc2InstanceMarketOptionsArgs            
FleetServiceManagedFleetOperatingSystemFamily, FleetServiceManagedFleetOperatingSystemFamilyArgs              
- Linux
- LINUX
- Windows
- WINDOWS
- FleetService Managed Fleet Operating System Family Linux 
- LINUX
- FleetService Managed Fleet Operating System Family Windows 
- WINDOWS
- Linux
- LINUX
- Windows
- WINDOWS
- Linux
- LINUX
- Windows
- WINDOWS
- LINUX
- LINUX
- WINDOWS
- WINDOWS
- "LINUX"
- LINUX
- "WINDOWS"
- WINDOWS
FleetStatus, FleetStatusArgs    
- Active
- ACTIVE
- CreateIn Progress 
- CREATE_IN_PROGRESS
- UpdateIn Progress 
- UPDATE_IN_PROGRESS
- CreateFailed 
- CREATE_FAILED
- UpdateFailed 
- UPDATE_FAILED
- FleetStatus Active 
- ACTIVE
- FleetStatus Create In Progress 
- CREATE_IN_PROGRESS
- FleetStatus Update In Progress 
- UPDATE_IN_PROGRESS
- FleetStatus Create Failed 
- CREATE_FAILED
- FleetStatus Update Failed 
- UPDATE_FAILED
- Active
- ACTIVE
- CreateIn Progress 
- CREATE_IN_PROGRESS
- UpdateIn Progress 
- UPDATE_IN_PROGRESS
- CreateFailed 
- CREATE_FAILED
- UpdateFailed 
- UPDATE_FAILED
- Active
- ACTIVE
- CreateIn Progress 
- CREATE_IN_PROGRESS
- UpdateIn Progress 
- UPDATE_IN_PROGRESS
- CreateFailed 
- CREATE_FAILED
- UpdateFailed 
- UPDATE_FAILED
- ACTIVE
- ACTIVE
- CREATE_IN_PROGRESS
- CREATE_IN_PROGRESS
- UPDATE_IN_PROGRESS
- UPDATE_IN_PROGRESS
- CREATE_FAILED
- CREATE_FAILED
- UPDATE_FAILED
- UPDATE_FAILED
- "ACTIVE"
- ACTIVE
- "CREATE_IN_PROGRESS"
- CREATE_IN_PROGRESS
- "UPDATE_IN_PROGRESS"
- UPDATE_IN_PROGRESS
- "CREATE_FAILED"
- CREATE_FAILED
- "UPDATE_FAILED"
- UPDATE_FAILED
FleetVCpuCountRange, FleetVCpuCountRangeArgs        
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.