Module Values.ApplicationConfigurationUpdateSource

Describes updates to an application's configuration.

Sourcetype nonrec t = {
  1. sqlApplicationConfigurationUpdate : SqlApplicationConfigurationUpdate.t option;
    (*

    Describes updates to a SQL-based Kinesis Data Analytics application's configuration.

    *)
  2. applicationCodeConfigurationUpdate : ApplicationCodeConfigurationUpdate.t option;
    (*

    Describes updates to an application's code configuration.

    *)
  3. flinkApplicationConfigurationUpdate : FlinkApplicationConfigurationUpdate.t option;
    (*

    Describes updates to a Managed Service for Apache Flink application's configuration.

    *)
  4. environmentPropertyUpdates : EnvironmentPropertyUpdates.t option;
    (*

    Describes updates to the environment properties for a Managed Service for Apache Flink application.

    *)
  5. applicationSnapshotConfigurationUpdate : ApplicationSnapshotConfigurationUpdate.t option;
    (*

    Describes whether snapshots are enabled for a Managed Service for Apache Flink application.

    *)
  6. applicationSystemRollbackConfigurationUpdate : ApplicationSystemRollbackConfigurationUpdate.t option;
    (*

    Describes whether system rollbacks are enabled for a Managed Service for Apache Flink application.

    *)
  7. vpcConfigurationUpdates : VpcConfigurationUpdates.t option;
    (*

    Updates to the array of descriptions of VPC configurations available to the application.

    *)
  8. zeppelinApplicationConfigurationUpdate : ZeppelinApplicationConfigurationUpdate.t option;
    (*

    Updates to the configuration of a Managed Service for Apache Flink Studio notebook.

    *)
  9. applicationEncryptionConfigurationUpdate : ApplicationEncryptionConfigurationUpdate.t option;
    (*

    Represents an update for encryption at rest configuration.

    *)
}
Sourceval make : ?sqlApplicationConfigurationUpdate:??? -> ?applicationCodeConfigurationUpdate:??? -> ?flinkApplicationConfigurationUpdate:??? -> ?environmentPropertyUpdates:??? -> ?applicationSnapshotConfigurationUpdate:??? -> ?applicationSystemRollbackConfigurationUpdate:??? -> ?vpcConfigurationUpdates:??? -> ?zeppelinApplicationConfigurationUpdate:??? -> ?applicationEncryptionConfigurationUpdate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of SubnetId.t ] list | `String of Id.t ]) list ] list | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Map of ([> `String of PropertyKey.t ] * [> `String of PropertyValue.t ]) list | `String of Id.t | `Structure of (string * [> `Enum of string | `Integer of InputParallelismCount.t | `List of [> `Structure of (string * [> `String of RecordColumnName.t ]) list ] list | `String of ResourceARN.t | `Structure of (string * [> `Enum of string | `String of ResourceARN.t | `Structure of (string * [> `Structure of (string * [> `String of RecordRowPath.t ]) list ]) list ]) list ]) list ]) list ] list | `String of KeyId.t | `Structure of (string * [> `Blob of ZipFileContent.t | `Boolean of BooleanObject.t | `Enum of string | `Integer of Parallelism.t | `Long of CheckpointInterval.t | `String of TextContent.t | `Structure of (string * [> `String of BucketARN.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t