1. Packages
  2. AWS Native
  3. API Docs
  4. deadline
  5. getFleet

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.deadline.getFleet

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Definition of AWS::Deadline::Fleet Resource Type

    Using getFleet

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getFleet(args: GetFleetArgs, opts?: InvokeOptions): Promise<GetFleetResult>
    function getFleetOutput(args: GetFleetOutputArgs, opts?: InvokeOptions): Output<GetFleetResult>
    def get_fleet(arn: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetFleetResult
    def get_fleet_output(arn: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetFleetResult]
    func LookupFleet(ctx *Context, args *LookupFleetArgs, opts ...InvokeOption) (*LookupFleetResult, error)
    func LookupFleetOutput(ctx *Context, args *LookupFleetOutputArgs, opts ...InvokeOption) LookupFleetResultOutput

    > Note: This function is named LookupFleet in the Go SDK.

    public static class GetFleet 
    {
        public static Task<GetFleetResult> InvokeAsync(GetFleetArgs args, InvokeOptions? opts = null)
        public static Output<GetFleetResult> Invoke(GetFleetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFleetResult> getFleet(GetFleetArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:deadline:getFleet
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    Arn string
    arn String
    arn string
    arn str
    arn String

    getFleet Result

    The following output properties are available:

    Supporting Types

    FleetAcceleratorCountRange

    Min int
    Max int
    Min int
    Max int
    min Integer
    max Integer
    min number
    max number
    min int
    max int
    min Number
    max Number

    FleetAcceleratorTotalMemoryMiBRange

    Min int
    Max int
    Min int
    Max int
    min Integer
    max Integer
    min number
    max number
    min int
    max int
    min Number
    max Number

    FleetAcceleratorType

    FleetAmountCapability

    Min double
    Name string
    Max double
    Min float64
    Name string
    Max float64
    min Double
    name String
    max Double
    min number
    name string
    max number
    min float
    name str
    max float
    min Number
    name String
    max Number

    FleetAttributeCapability

    Name string
    Values List<string>
    Name string
    Values []string
    name String
    values List<String>
    name string
    values string[]
    name str
    values Sequence[str]
    name String
    values List<String>

    FleetAutoScalingMode

    FleetCapabilities

    FleetConfiguration0Properties

    FleetConfiguration1Properties

    FleetCpuArchitectureType

    FleetCustomerManagedFleetConfiguration

    FleetCustomerManagedFleetOperatingSystemFamily

    FleetCustomerManagedWorkerCapabilities

    FleetEc2EbsVolume

    iops Integer
    sizeGiB Integer
    throughputMiB Integer
    iops number
    sizeGiB number
    throughputMiB number
    iops Number
    sizeGiB Number
    throughputMiB Number

    FleetEc2MarketType

    FleetMemoryMiBRange

    Min int
    Max int
    Min int
    Max int
    min Integer
    max Integer
    min number
    max number
    min int
    max int
    min Number
    max Number

    FleetServiceManagedEc2FleetConfiguration

    FleetServiceManagedEc2InstanceCapabilities

    FleetServiceManagedEc2InstanceMarketOptions

    FleetServiceManagedFleetOperatingSystemFamily

    FleetStatus

    FleetVCpuCountRange

    Min int
    Max int
    Min int
    Max int
    min Integer
    max Integer
    min number
    max number
    min int
    max int
    min Number
    max Number

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi