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 |
Documentation
data DeployAsApplicationConfiguration Source #
The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.
See: newDeployAsApplicationConfiguration
smart constructor.
DeployAsApplicationConfiguration' | |
|
Instances
Eq DeployAsApplicationConfiguration Source # | |
Read DeployAsApplicationConfiguration Source # | |
Show DeployAsApplicationConfiguration Source # | |
Generic DeployAsApplicationConfiguration Source # | |
NFData DeployAsApplicationConfiguration Source # | |
Hashable DeployAsApplicationConfiguration Source # | |
ToJSON DeployAsApplicationConfiguration Source # | |
type Rep DeployAsApplicationConfiguration Source # | |
Defined in Amazonka.KinesisAnalyticsV2.Types.DeployAsApplicationConfiguration type Rep DeployAsApplicationConfiguration = D1 ('MetaData "DeployAsApplicationConfiguration" "Amazonka.KinesisAnalyticsV2.Types.DeployAsApplicationConfiguration" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "DeployAsApplicationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3ContentLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3ContentBaseLocation))) |
newDeployAsApplicationConfiguration Source #
Create a value of DeployAsApplicationConfiguration
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:s3ContentLocation:DeployAsApplicationConfiguration'
, deployAsApplicationConfiguration_s3ContentLocation
- The description of an Amazon S3 object that contains the Amazon Data
Analytics application, including the Amazon Resource Name (ARN) of the
S3 bucket, the name of the Amazon S3 object that contains the data, and
the version number of the Amazon S3 object that contains the data.
deployAsApplicationConfiguration_s3ContentLocation :: Lens' DeployAsApplicationConfiguration S3ContentBaseLocation Source #
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.