Resource schema for AWS::SageMaker::DeviceFleet
device_fleet_name
(String) The name of the edge device fleetoutput_config
(Attributes) S3 bucket and an ecryption key id (if available) to store outputs for the fleet (see below for nested schema)role_arn
(String) Role associated with the device fleetdescription
(String) Description for the edge device fleettags
(Attributes List) Associate tags with the resource (see below for nested schema)id
(String) Uniquely identifies the resource.output_config
Required:
s3_output_location
(String) The Amazon Simple Storage (S3) bucket URIOptional:
kms_key_id
(String) The KMS key id used for encryption on the S3 buckettags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The key value of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_sagemaker_device_fleet.example <resource ID>