We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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.9.0 published on Monday, Nov 18, 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:
- Device
Fleet stringName - The name of the edge device fleet
- Device
Fleet stringName - The name of the edge device fleet
- device
Fleet StringName - The name of the edge device fleet
- device
Fleet stringName - The name of the edge device fleet
- device_
fleet_ strname - The name of the edge device fleet
- device
Fleet StringName - The name of the edge device fleet
getDeviceFleet Result
The following output properties are available:
- Description string
- Description for the edge device fleet
- Output
Config 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
- Role
Arn 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
- Output
Config DeviceFleet Edge Output Config - S3 bucket and an ecryption key id (if available) to store outputs for the fleet
- Role
Arn string - Role associated with the device fleet
- Tag
- Associate tags with the resource
- description String
- 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 String - Role associated with the device fleet
- List<Tag>
- Associate tags with the resource
- description string
- 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 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
- output
Config Property Map - S3 bucket and an ecryption key id (if available) to store outputs for the fleet
- role
Arn String - Role associated with the device fleet
- List<Property Map>
- Associate tags with the resource
Supporting Types
DeviceFleetEdgeOutputConfig
- S3Output
Location string - The Amazon Simple Storage (S3) bucket URI
- Kms
Key stringId - The KMS key id used for encryption on the S3 bucket
- S3Output
Location string - The Amazon Simple Storage (S3) bucket URI
- Kms
Key stringId - The KMS key id used for encryption on the S3 bucket
- s3Output
Location String - The Amazon Simple Storage (S3) bucket URI
- kms
Key StringId - The KMS key id used for encryption on the S3 bucket
- s3Output
Location string - The Amazon Simple Storage (S3) bucket URI
- kms
Key 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
- s3Output
Location String - The Amazon Simple Storage (S3) bucket URI
- kms
Key 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.9.0 published on Monday, Nov 18, 2024 by Pulumi