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