class Aws::KinesisAnalyticsV2::Types::ZeppelinApplicationConfigurationUpdate

Updates to the configuration of Kinesis Data Analytics Studio notebook.

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

data as a hash:

    {
      monitoring_configuration_update: {
        log_level_update: "INFO", # required, accepts INFO, WARN, ERROR, DEBUG
      },
      catalog_configuration_update: {
        glue_data_catalog_configuration_update: { # required
          database_arn_update: "DatabaseARN",
        },
      },
      deploy_as_application_configuration_update: {
        s3_content_location_update: { # required
          bucket_arn_update: "BucketARN", # required
          base_path_update: "BasePath",
        },
      },
      custom_artifacts_configuration_update: [
        {
          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] monitoring_configuration_update

Updates to the monitoring configuration of a Kinesis Data Analytics
Studio notebook.
@return [Types::ZeppelinMonitoringConfigurationUpdate]

@!attribute [rw] catalog_configuration_update

Updates to the configuration of the AWS Glue Data Catalog that is
associated with the Kinesis Data Analytics Studio notebook.
@return [Types::CatalogConfigurationUpdate]

@!attribute [rw] deploy_as_application_configuration_update

Updates to the configuration information required to deploy an
Amazon Data Analytics Studio notebook as an application with durable
state..
@return [Types::DeployAsApplicationConfigurationUpdate]

@!attribute [rw] custom_artifacts_configuration_update

Updates to the customer artifacts. Custom artifacts are dependency
JAR files and user-defined functions (UDF).
@return [Array<Types::CustomArtifactConfiguration>]

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

Constants

SENSITIVE