| 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.KinesisAnalyticsV2.Types.DeployAsApplicationConfigurationDescription
Description
Synopsis
- data DeployAsApplicationConfigurationDescription = DeployAsApplicationConfigurationDescription' {}
- newDeployAsApplicationConfigurationDescription :: S3ContentBaseLocationDescription -> DeployAsApplicationConfigurationDescription
- deployAsApplicationConfigurationDescription_s3ContentLocationDescription :: Lens' DeployAsApplicationConfigurationDescription S3ContentBaseLocationDescription
Documentation
data DeployAsApplicationConfigurationDescription Source #
The configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.
See: newDeployAsApplicationConfigurationDescription smart constructor.
Constructors
| DeployAsApplicationConfigurationDescription' | |
Fields
| |
Instances
newDeployAsApplicationConfigurationDescription Source #
Arguments
| :: S3ContentBaseLocationDescription |
|
| -> DeployAsApplicationConfigurationDescription |
Create a value of DeployAsApplicationConfigurationDescription 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:s3ContentLocationDescription:DeployAsApplicationConfigurationDescription', deployAsApplicationConfigurationDescription_s3ContentLocationDescription - The location that holds the data required to specify an Amazon Data
Analytics application.
deployAsApplicationConfigurationDescription_s3ContentLocationDescription :: Lens' DeployAsApplicationConfigurationDescription S3ContentBaseLocationDescription Source #
The location that holds the data required to specify an Amazon Data Analytics application.