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.CustomArtifactConfiguration

Description

 
Synopsis

Documentation

data CustomArtifactConfiguration Source #

Specifies dependency JARs, as well as JAR files that contain user-defined functions (UDF).

See: newCustomArtifactConfiguration smart constructor.

Constructors

CustomArtifactConfiguration' 

Fields

Instances

Instances details
Eq CustomArtifactConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CustomArtifactConfiguration

Read CustomArtifactConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CustomArtifactConfiguration

Show CustomArtifactConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CustomArtifactConfiguration

Generic CustomArtifactConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CustomArtifactConfiguration

Associated Types

type Rep CustomArtifactConfiguration :: Type -> Type #

NFData CustomArtifactConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CustomArtifactConfiguration

Hashable CustomArtifactConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CustomArtifactConfiguration

ToJSON CustomArtifactConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CustomArtifactConfiguration

type Rep CustomArtifactConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CustomArtifactConfiguration

type Rep CustomArtifactConfiguration = D1 ('MetaData "CustomArtifactConfiguration" "Amazonka.KinesisAnalyticsV2.Types.CustomArtifactConfiguration" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "CustomArtifactConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3ContentLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3ContentLocation)) :*: (S1 ('MetaSel ('Just "mavenReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MavenReference)) :*: S1 ('MetaSel ('Just "artifactType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ArtifactType))))

newCustomArtifactConfiguration Source #

Create a value of CustomArtifactConfiguration 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:CustomArtifactConfiguration', customArtifactConfiguration_s3ContentLocation - Undocumented member.

$sel:mavenReference:CustomArtifactConfiguration', customArtifactConfiguration_mavenReference - The parameters required to fully specify a Maven reference.

$sel:artifactType:CustomArtifactConfiguration', customArtifactConfiguration_artifactType - UDF stands for user-defined functions. This type of artifact must be in an S3 bucket. A DEPENDENCY_JAR can be in either Maven or an S3 bucket.

customArtifactConfiguration_mavenReference :: Lens' CustomArtifactConfiguration (Maybe MavenReference) Source #

The parameters required to fully specify a Maven reference.

customArtifactConfiguration_artifactType :: Lens' CustomArtifactConfiguration ArtifactType Source #

UDF stands for user-defined functions. This type of artifact must be in an S3 bucket. A DEPENDENCY_JAR can be in either Maven or an S3 bucket.