Class: Aws::KinesisAnalyticsV2::Types::ZeppelinApplicationConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ZeppelinApplicationConfigurationUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Updates to the configuration of Managed Service for Apache Flink Studio notebook.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_configuration_update ⇒ Types::CatalogConfigurationUpdate
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink Studio notebook.
-
#custom_artifacts_configuration_update ⇒ Array<Types::CustomArtifactConfiguration>
Updates to the customer artifacts.
-
#deploy_as_application_configuration_update ⇒ Types::DeployAsApplicationConfigurationUpdate
Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.
-
#monitoring_configuration_update ⇒ Types::ZeppelinMonitoringConfigurationUpdate
Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.
Instance Attribute Details
#catalog_configuration_update ⇒ Types::CatalogConfigurationUpdate
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink Studio notebook.
5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5307 class ZeppelinApplicationConfigurationUpdate < Struct.new( :monitoring_configuration_update, :catalog_configuration_update, :deploy_as_application_configuration_update, :custom_artifacts_configuration_update) SENSITIVE = [] include Aws::Structure end |
#custom_artifacts_configuration_update ⇒ Array<Types::CustomArtifactConfiguration>
Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).
5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5307 class ZeppelinApplicationConfigurationUpdate < Struct.new( :monitoring_configuration_update, :catalog_configuration_update, :deploy_as_application_configuration_update, :custom_artifacts_configuration_update) SENSITIVE = [] include Aws::Structure end |
#deploy_as_application_configuration_update ⇒ Types::DeployAsApplicationConfigurationUpdate
Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.
5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5307 class ZeppelinApplicationConfigurationUpdate < Struct.new( :monitoring_configuration_update, :catalog_configuration_update, :deploy_as_application_configuration_update, :custom_artifacts_configuration_update) SENSITIVE = [] include Aws::Structure end |
#monitoring_configuration_update ⇒ Types::ZeppelinMonitoringConfigurationUpdate
Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.
5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 5307 class ZeppelinApplicationConfigurationUpdate < Struct.new( :monitoring_configuration_update, :catalog_configuration_update, :deploy_as_application_configuration_update, :custom_artifacts_configuration_update) SENSITIVE = [] include Aws::Structure end |