We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.sagemaker.getDeviceFleet
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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)
public static Output<GetDeviceFleetResult> getDeviceFleet(GetDeviceFleetArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:sagemaker:getDeviceFleet
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DeviceFleet stringName 
- The name of the edge device fleet
- DeviceFleet stringName 
- The name of the edge device fleet
- deviceFleet StringName 
- The name of the edge device fleet
- deviceFleet stringName 
- The name of the edge device fleet
- device_fleet_ strname 
- The name of the edge device fleet
- deviceFleet StringName 
- 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.Aws Native. Sage Maker. Outputs. Device Fleet Edge Output Config 
- S3 bucket and an ecryption key id (if available) to store outputs for the fleet
- RoleArn string
- Role associated with the device fleet
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- Associate tags with the resource
- Description string
- Description for the edge device fleet
- OutputConfig DeviceFleet Edge Output Config 
- S3 bucket and an ecryption key id (if available) to store outputs for the fleet
- RoleArn string
- Role associated with the device fleet
- Tag
- Associate tags with the resource
- description String
- Description for the edge device fleet
- outputConfig DeviceFleet Edge Output Config 
- S3 bucket and an ecryption key id (if available) to store outputs for the fleet
- roleArn String
- Role associated with the device fleet
- List<Tag>
- Associate tags with the resource
- description string
- Description for the edge device fleet
- outputConfig DeviceFleet Edge Output Config 
- S3 bucket and an ecryption key id (if available) to store outputs for the fleet
- roleArn string
- Role associated with the device fleet
- Tag[]
- Associate tags with the resource
- description str
- Description for the edge device fleet
- output_config DeviceFleet Edge Output Config 
- S3 bucket and an ecryption key id (if available) to store outputs for the fleet
- role_arn str
- Role associated with the device fleet
- 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
- List<Property Map>
- Associate tags with the resource
Supporting Types
DeviceFleetEdgeOutputConfig    
- S3OutputLocation string
- The Amazon Simple Storage (S3) bucket URI
- KmsKey stringId 
- The KMS key id used for encryption on the S3 bucket
- S3OutputLocation string
- The Amazon Simple Storage (S3) bucket URI
- KmsKey stringId 
- The KMS key id used for encryption on the S3 bucket
- s3OutputLocation String
- The Amazon Simple Storage (S3) bucket URI
- kmsKey StringId 
- The KMS key id used for encryption on the S3 bucket
- s3OutputLocation string
- The Amazon Simple Storage (S3) bucket URI
- kmsKey stringId 
- The KMS key id used for encryption on the S3 bucket
- s3_output_ strlocation 
- The Amazon Simple Storage (S3) bucket URI
- kms_key_ strid 
- The KMS key id used for encryption on the S3 bucket
- s3OutputLocation String
- The Amazon Simple Storage (S3) bucket URI
- kmsKey StringId 
- The KMS key id used for encryption on the S3 bucket
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi