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 CustomArtifactConfiguration = CustomArtifactConfiguration' {}
- newCustomArtifactConfiguration :: ArtifactType -> CustomArtifactConfiguration
- customArtifactConfiguration_s3ContentLocation :: Lens' CustomArtifactConfiguration (Maybe S3ContentLocation)
- customArtifactConfiguration_mavenReference :: Lens' CustomArtifactConfiguration (Maybe MavenReference)
- 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.
CustomArtifactConfiguration' | |
|
Instances
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_s3ContentLocation :: Lens' CustomArtifactConfiguration (Maybe S3ContentLocation) Source #
Undocumented member.
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.