class Aws::KinesisAnalyticsV2::Types::CustomArtifactConfiguration

Specifies dependency JARs, as well as JAR files that contain user-defined functions (UDF).

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

data as a hash:

    {
      artifact_type: "UDF", # required, accepts UDF, DEPENDENCY_JAR
      s3_content_location: {
        bucket_arn: "BucketARN", # required
        file_key: "FileKey", # required
        object_version: "ObjectVersion",
      },
      maven_reference: {
        group_id: "MavenGroupId", # required
        artifact_id: "MavenArtifactId", # required
        version: "MavenVersion", # required
      },
    }

@!attribute [rw] artifact_type

`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.
@return [String]

@!attribute [rw] s3_content_location

For a Kinesis Data Analytics application provides a description of
an Amazon S3 object, including the Amazon Resource Name (ARN) of the
S3 bucket, the name of the Amazon S3 object that contains the data,
and the version number of the Amazon S3 object that contains the
data.
@return [Types::S3ContentLocation]

@!attribute [rw] maven_reference

The parameters required to fully specify a Maven reference.
@return [Types::MavenReference]

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

Constants

SENSITIVE