| 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.CustomArtifactConfiguration
Description
Synopsis
- data CustomArtifactConfiguration = CustomArtifactConfiguration' {}
- newCustomArtifactConfiguration :: ArtifactType -> CustomArtifactConfiguration
- customArtifactConfiguration_mavenReference :: Lens' CustomArtifactConfiguration (Maybe MavenReference)
- customArtifactConfiguration_s3ContentLocation :: Lens' CustomArtifactConfiguration (Maybe S3ContentLocation)
- customArtifactConfiguration_artifactType :: Lens' CustomArtifactConfiguration ArtifactType
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
newCustomArtifactConfiguration Source #
Arguments
| :: ArtifactType | |
| -> CustomArtifactConfiguration |
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:mavenReference:CustomArtifactConfiguration', customArtifactConfiguration_mavenReference - The parameters required to fully specify a Maven reference.
$sel:s3ContentLocation:CustomArtifactConfiguration', customArtifactConfiguration_s3ContentLocation - Undocumented member.
$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_s3ContentLocation :: Lens' CustomArtifactConfiguration (Maybe S3ContentLocation) Source #
Undocumented member.
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.