| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.HubS3StorageConfig
Description
Documentation
data HubS3StorageConfig Source #
The Amazon S3 storage configuration of a hub.
See: newHubS3StorageConfig smart constructor.
Constructors
| HubS3StorageConfig' | |
Fields
| |
Instances
newHubS3StorageConfig :: HubS3StorageConfig Source #
Create a value of HubS3StorageConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3OutputPath:HubS3StorageConfig', hubS3StorageConfig_s3OutputPath - The Amazon S3 output path for the hub.
hubS3StorageConfig_s3OutputPath :: Lens' HubS3StorageConfig (Maybe Text) Source #
The Amazon S3 output path for the hub.