class Aws::SageMaker::Types::UpdateDeviceFleetRequest

@note When making an API call, you may pass UpdateDeviceFleetRequest

data as a hash:

    {
      device_fleet_name: "EntityName", # required
      role_arn: "RoleArn",
      description: "DeviceFleetDescription",
      output_config: { # required
        s3_output_location: "S3Uri", # required
        kms_key_id: "KmsKeyId",
        preset_deployment_type: "GreengrassV2Component", # accepts GreengrassV2Component
        preset_deployment_config: "String",
      },
      enable_iot_role_alias: false,
    }

@!attribute [rw] device_fleet_name

The name of the fleet.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of the device.
@return [String]

@!attribute [rw] description

Description of the fleet.
@return [String]

@!attribute [rw] output_config

Output configuration for storing sample data collected by the fleet.
@return [Types::EdgeOutputConfig]

@!attribute [rw] enable_iot_role_alias

Whether to create an Amazon Web Services IoT Role Alias during
device fleet creation. The name of the role alias generated will
match this pattern: "SageMakerEdge-\\\{DeviceFleetName\\}".

For example, if your device fleet is called "demo-fleet", the name
of the role alias will be "SageMakerEdge-demo-fleet".
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDeviceFleetRequest AWS API Documentation

Constants

SENSITIVE