Describe Device Fleet
sagemaker_describe_device_fleet | R Documentation |
A description of the fleet the device belongs to¶
Description¶
A description of the fleet the device belongs to.
Usage¶
Arguments¶
DeviceFleetName
[required] The name of the fleet.
Value¶
A list with the following syntax:
list(
DeviceFleetName = "string",
DeviceFleetArn = "string",
OutputConfig = list(
S3OutputLocation = "string",
KmsKeyId = "string",
PresetDeploymentType = "GreengrassV2Component",
PresetDeploymentConfig = "string"
),
Description = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
RoleArn = "string",
IotRoleAlias = "string"
)