Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
DeployAsApplicationConfigurationDescription' | |
|
Instances
newDeployAsApplicationConfigurationDescription Source #
:: 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.