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 CustomArtifactConfigurationDescription = CustomArtifactConfigurationDescription' {}
- newCustomArtifactConfigurationDescription :: CustomArtifactConfigurationDescription
- customArtifactConfigurationDescription_mavenReferenceDescription :: Lens' CustomArtifactConfigurationDescription (Maybe MavenReference)
- customArtifactConfigurationDescription_s3ContentLocationDescription :: Lens' CustomArtifactConfigurationDescription (Maybe S3ContentLocation)
- customArtifactConfigurationDescription_artifactType :: Lens' CustomArtifactConfigurationDescription (Maybe ArtifactType)
Documentation
data CustomArtifactConfigurationDescription Source #
Specifies a dependency JAR or a JAR of user-defined functions.
See: newCustomArtifactConfigurationDescription
smart constructor.
CustomArtifactConfigurationDescription' | |
|
Instances
newCustomArtifactConfigurationDescription :: CustomArtifactConfigurationDescription Source #
Create a value of CustomArtifactConfigurationDescription
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:mavenReferenceDescription:CustomArtifactConfigurationDescription'
, customArtifactConfigurationDescription_mavenReferenceDescription
- The parameters that are required to specify a Maven dependency.
$sel:s3ContentLocationDescription:CustomArtifactConfigurationDescription'
, customArtifactConfigurationDescription_s3ContentLocationDescription
- Undocumented member.
$sel:artifactType:CustomArtifactConfigurationDescription'
, customArtifactConfigurationDescription_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.
customArtifactConfigurationDescription_mavenReferenceDescription :: Lens' CustomArtifactConfigurationDescription (Maybe MavenReference) Source #
The parameters that are required to specify a Maven dependency.
customArtifactConfigurationDescription_s3ContentLocationDescription :: Lens' CustomArtifactConfigurationDescription (Maybe S3ContentLocation) Source #
Undocumented member.
customArtifactConfigurationDescription_artifactType :: Lens' CustomArtifactConfigurationDescription (Maybe 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.