You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::FlowDefinitionOutputConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FlowDefinitionOutputConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_output_path: "S3Uri", # required
  kms_key_id: "KmsKeyId",
}

Contains information about where human output will be stored.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The Amazon Key Management Service (KMS) key ID for server-side encryption.

Returns:

  • (String)

    The Amazon Key Management Service (KMS) key ID for server-side encryption.

#s3_output_pathString

The Amazon S3 path where the object containing human output will be made available.

Returns:

  • (String)

    The Amazon S3 path where the object containing human output will be made available.