Module Values.ApplicationConfigurationDescriptionSource

Describes details about the application code and starting parameters for a Managed Service for Apache Flink application.

Sourcetype nonrec t = {
  1. sqlApplicationConfigurationDescription : SqlApplicationConfigurationDescription.t option;
    (*

    The details about inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.

    *)
  2. applicationCodeConfigurationDescription : ApplicationCodeConfigurationDescription.t option;
    (*

    The details about the application code for a Managed Service for Apache Flink application.

    *)
  3. runConfigurationDescription : RunConfigurationDescription.t option;
    (*

    The details about the starting properties for a Managed Service for Apache Flink application.

    *)
  4. flinkApplicationConfigurationDescription : FlinkApplicationConfigurationDescription.t option;
    (*

    The details about a Managed Service for Apache Flink application.

    *)
  5. environmentPropertyDescriptions : EnvironmentPropertyDescriptions.t option;
    (*

    Describes execution properties for a Managed Service for Apache Flink application.

    *)
  6. applicationSnapshotConfigurationDescription : ApplicationSnapshotConfigurationDescription.t option;
    (*

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

    *)
  7. applicationSystemRollbackConfigurationDescription : ApplicationSystemRollbackConfigurationDescription.t option;
    (*

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

    *)
  8. vpcConfigurationDescriptions : VpcConfigurationDescriptions.t option;
    (*

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

    *)
  9. zeppelinApplicationConfigurationDescription : ZeppelinApplicationConfigurationDescription.t option;
    (*

    The configuration parameters for a Managed Service for Apache Flink Studio notebook.

    *)
  10. applicationEncryptionConfigurationDescription : ApplicationEncryptionConfigurationDescription.t option;
    (*

    Describes the encryption at rest configuration.

    *)
}
Sourceval make : ?sqlApplicationConfigurationDescription:??? -> ?applicationCodeConfigurationDescription:??? -> ?runConfigurationDescription:??? -> ?flinkApplicationConfigurationDescription:??? -> ?environmentPropertyDescriptions:??? -> ?applicationSnapshotConfigurationDescription:??? -> ?applicationSystemRollbackConfigurationDescription:??? -> ?vpcConfigurationDescriptions:??? -> ?zeppelinApplicationConfigurationDescription:??? -> ?applicationEncryptionConfigurationDescription:??? -> 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 | `List of [> `String of InAppStreamName.t ] list | `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 JobPlanDescription.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `Integer of Parallelism.t | `Long of CodeSize.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