Module Values.ExperimentTemplateSource

Describes an experiment template.

Sourcetype nonrec t = {
  1. id : ExperimentTemplateId.t option;
    (*

    The ID of the experiment template.

    *)
  2. arn : ResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the experiment template.

    *)
  3. description : ExperimentTemplateDescription.t option;
    (*

    The description for the experiment template.

    *)
  4. targets : ExperimentTemplateTargetMap.t option;
    (*

    The targets for the experiment.

    *)
  5. actions : ExperimentTemplateActionMap.t option;
    (*

    The actions for the experiment.

    *)
  6. stopConditions : ExperimentTemplateStopConditionList.t option;
    (*

    The stop conditions for the experiment.

    *)
  7. creationTime : CreationTime.t option;
    (*

    The time the experiment template was created.

    *)
  8. lastUpdateTime : LastUpdateTime.t option;
    (*

    The time the experiment template was last updated.

    *)
  9. roleArn : RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of an IAM role.

    *)
  10. tags : TagMap.t option;
    (*

    The tags for the experiment template.

    *)
  11. logConfiguration : ExperimentTemplateLogConfiguration.t option;
    (*

    The configuration for experiment logging.

    *)
  12. experimentOptions : ExperimentTemplateExperimentOptions.t option;
    (*

    The experiment options for an experiment template.

    *)
  13. targetAccountConfigurationsCount : TargetAccountConfigurationsCount.t option;
    (*

    The count of target account configurations for the experiment template.

    *)
  14. experimentReportConfiguration : ExperimentTemplateReportConfiguration.t option;
    (*

    Describes the report configuration for the experiment template.

    *)
}
Sourceval make : ?id:??? -> ?arn:??? -> ?description:??? -> ?targets:??? -> ?actions:??? -> ?stopConditions:??? -> ?creationTime:??? -> ?lastUpdateTime:??? -> ?roleArn:??? -> ?tags:??? -> ?logConfiguration:??? -> ?experimentOptions:??? -> ?targetAccountConfigurationsCount:??? -> ?experimentReportConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of StopConditionSource.t ]) list ] list | `Long of TargetAccountConfigurationsCount.t | `Map of ([> `String of ExperimentTemplateTargetName.t ] * [> `String of TagValue.t | `Structure of (string * [> `List of [> `String of ResourceArn.t | `Structure of (string * [> `List of [> `String of ExperimentTemplateTargetFilterValue.t ] list | `String of ExperimentTemplateTargetFilterPath.t ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of TargetResourceTypeId.t ]) list ]) list | `String of ExperimentTemplateId.t | `Structure of (string * [> `Enum of string | `Integer of LogSchemaVersion.t | `String of ReportConfigurationDuration.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of ReportConfigurationCloudWatchDashboardIdentifier.t ]) list ] list | `String of CloudWatchLogGroupArn.t | `Structure of (string * [> `String of S3BucketName.t ]) list ]) list ]) list | `Timestamp of CreationTime.t ]) 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