libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.KinesisAnalyticsV2.Types.DeployAsApplicationConfiguration

Description

 
Synopsis

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.

Constructors

DeployAsApplicationConfiguration' 

Fields

  • s3ContentLocation :: S3ContentBaseLocation

    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.

Instances

Instances details
Eq DeployAsApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.DeployAsApplicationConfiguration

Read DeployAsApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.DeployAsApplicationConfiguration

Show DeployAsApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.DeployAsApplicationConfiguration

Generic DeployAsApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.DeployAsApplicationConfiguration

Associated Types

type Rep DeployAsApplicationConfiguration :: Type -> Type #

NFData DeployAsApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.DeployAsApplicationConfiguration

Hashable DeployAsApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.DeployAsApplicationConfiguration

ToJSON DeployAsApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.DeployAsApplicationConfiguration

type Rep DeployAsApplicationConfiguration Source # 
Instance details

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.