class Aws::KinesisAnalyticsV2::Types::MavenReference

The information required to specify a Maven reference. You can use Maven references to specify dependency JAR files.

@note When making an API call, you may pass MavenReference

data as a hash:

    {
      group_id: "MavenGroupId", # required
      artifact_id: "MavenArtifactId", # required
      version: "MavenVersion", # required
    }

@!attribute [rw] group_id

The group ID of the Maven reference.
@return [String]

@!attribute [rw] artifact_id

The artifact ID of the Maven reference.
@return [String]

@!attribute [rw] version

The version of the Maven reference.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/MavenReference AWS API Documentation

Constants

SENSITIVE