1. Packages
  2. AWS Native
  3. API Docs
  4. sagemaker
  5. getDeviceFleet

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.sagemaker.getDeviceFleet

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource schema for AWS::SageMaker::DeviceFleet

    Using getDeviceFleet

    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 getDeviceFleet(args: GetDeviceFleetArgs, opts?: InvokeOptions): Promise<GetDeviceFleetResult>
    function getDeviceFleetOutput(args: GetDeviceFleetOutputArgs, opts?: InvokeOptions): Output<GetDeviceFleetResult>
    def get_device_fleet(device_fleet_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetDeviceFleetResult
    def get_device_fleet_output(device_fleet_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetDeviceFleetResult]
    func LookupDeviceFleet(ctx *Context, args *LookupDeviceFleetArgs, opts ...InvokeOption) (*LookupDeviceFleetResult, error)
    func LookupDeviceFleetOutput(ctx *Context, args *LookupDeviceFleetOutputArgs, opts ...InvokeOption) LookupDeviceFleetResultOutput

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

    public static class GetDeviceFleet 
    {
        public static Task<GetDeviceFleetResult> InvokeAsync(GetDeviceFleetArgs args, InvokeOptions? opts = null)
        public static Output<GetDeviceFleetResult> Invoke(GetDeviceFleetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDeviceFleetResult> getDeviceFleet(GetDeviceFleetArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:sagemaker:getDeviceFleet
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DeviceFleetName string
    The name of the edge device fleet
    DeviceFleetName string
    The name of the edge device fleet
    deviceFleetName String
    The name of the edge device fleet
    deviceFleetName string
    The name of the edge device fleet
    device_fleet_name str
    The name of the edge device fleet
    deviceFleetName String
    The name of the edge device fleet

    getDeviceFleet Result

    The following output properties are available:

    Description string
    Description for the edge device fleet
    OutputConfig Pulumi.AwsNative.SageMaker.Outputs.DeviceFleetEdgeOutputConfig
    S3 bucket and an ecryption key id (if available) to store outputs for the fleet
    RoleArn string
    Role associated with the device fleet
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Associate tags with the resource
    Description string
    Description for the edge device fleet
    OutputConfig DeviceFleetEdgeOutputConfig
    S3 bucket and an ecryption key id (if available) to store outputs for the fleet
    RoleArn string
    Role associated with the device fleet
    Tags Tag
    Associate tags with the resource
    description String
    Description for the edge device fleet
    outputConfig DeviceFleetEdgeOutputConfig
    S3 bucket and an ecryption key id (if available) to store outputs for the fleet
    roleArn String
    Role associated with the device fleet
    tags List<Tag>
    Associate tags with the resource
    description string
    Description for the edge device fleet
    outputConfig DeviceFleetEdgeOutputConfig
    S3 bucket and an ecryption key id (if available) to store outputs for the fleet
    roleArn string
    Role associated with the device fleet
    tags Tag[]
    Associate tags with the resource
    description str
    Description for the edge device fleet
    output_config DeviceFleetEdgeOutputConfig
    S3 bucket and an ecryption key id (if available) to store outputs for the fleet
    role_arn str
    Role associated with the device fleet
    tags Sequence[root_Tag]
    Associate tags with the resource
    description String
    Description for the edge device fleet
    outputConfig Property Map
    S3 bucket and an ecryption key id (if available) to store outputs for the fleet
    roleArn String
    Role associated with the device fleet
    tags List<Property Map>
    Associate tags with the resource

    Supporting Types

    DeviceFleetEdgeOutputConfig

    S3OutputLocation string
    The Amazon Simple Storage (S3) bucket URI
    KmsKeyId string
    The KMS key id used for encryption on the S3 bucket
    S3OutputLocation string
    The Amazon Simple Storage (S3) bucket URI
    KmsKeyId string
    The KMS key id used for encryption on the S3 bucket
    s3OutputLocation String
    The Amazon Simple Storage (S3) bucket URI
    kmsKeyId String
    The KMS key id used for encryption on the S3 bucket
    s3OutputLocation string
    The Amazon Simple Storage (S3) bucket URI
    kmsKeyId string
    The KMS key id used for encryption on the S3 bucket
    s3_output_location str
    The Amazon Simple Storage (S3) bucket URI
    kms_key_id str
    The KMS key id used for encryption on the S3 bucket
    s3OutputLocation String
    The Amazon Simple Storage (S3) bucket URI
    kmsKeyId String
    The KMS key id used for encryption on the S3 bucket

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi