| 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.MavenReference
Description
Synopsis
Documentation
data MavenReference Source #
The information required to specify a Maven reference. You can use Maven references to specify dependency JAR files.
See: newMavenReference smart constructor.
Constructors
| MavenReference' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> MavenReference |
Create a value of MavenReference 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:groupId:MavenReference', mavenReference_groupId - The group ID of the Maven reference.
$sel:artifactId:MavenReference', mavenReference_artifactId - The artifact ID of the Maven reference.
$sel:version:MavenReference', mavenReference_version - The version of the Maven reference.
mavenReference_groupId :: Lens' MavenReference Text Source #
The group ID of the Maven reference.
mavenReference_artifactId :: Lens' MavenReference Text Source #
The artifact ID of the Maven reference.
mavenReference_version :: Lens' MavenReference Text Source #
The version of the Maven reference.