Package-level declarations
Types
Link copied to clipboard
object EvidentlyFunctions
Link copied to clipboard
Resource Type definition for AWS::Evidently::Experiment.
Link copied to clipboard
data class ExperimentArgs(val description: Output<String>? = null, val metricGoals: Output<List<ExperimentMetricGoalObjectArgs>>? = null, val name: Output<String>? = null, val onlineAbConfig: Output<ExperimentOnlineAbConfigObjectArgs>? = null, val project: Output<String>? = null, val randomizationSalt: Output<String>? = null, val removeSegment: Output<Boolean>? = null, val runningStatus: Output<ExperimentRunningStatusObjectArgs>? = null, val samplingRate: Output<Int>? = null, val segment: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val treatments: Output<List<ExperimentTreatmentObjectArgs>>? = null) : ConvertibleToJava<ExperimentArgs>
Resource Type definition for AWS::Evidently::Experiment.
Link copied to clipboard
class ExperimentArgsBuilder
Builder for ExperimentArgs.
Link copied to clipboard
Link copied to clipboard
Builder for Experiment.
Link copied to clipboard
data class FeatureArgs(val defaultVariation: Output<String>? = null, val description: Output<String>? = null, val entityOverrides: Output<List<FeatureEntityOverrideArgs>>? = null, val evaluationStrategy: Output<FeatureEvaluationStrategy>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val variations: Output<List<FeatureVariationObjectArgs>>? = null) : ConvertibleToJava<FeatureArgs>
Resource Type definition for AWS::Evidently::Feature.
Link copied to clipboard
class FeatureArgsBuilder
Builder for FeatureArgs.
Link copied to clipboard
Link copied to clipboard
class FeatureResourceBuilder
Builder for Feature.
Link copied to clipboard
data class LaunchArgs(val description: Output<String>? = null, val executionStatus: Output<LaunchExecutionStatusObjectArgs>? = null, val groups: Output<List<LaunchGroupObjectArgs>>? = null, val metricMonitors: Output<List<LaunchMetricDefinitionObjectArgs>>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val randomizationSalt: Output<String>? = null, val scheduledSplitsConfig: Output<List<LaunchStepConfigArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LaunchArgs>
Resource Type definition for AWS::Evidently::Launch.
Link copied to clipboard
class LaunchArgsBuilder
Builder for LaunchArgs.
Link copied to clipboard
Link copied to clipboard
class LaunchResourceBuilder
Builder for Launch.
Link copied to clipboard
data class ProjectArgs(val appConfigResource: Output<ProjectAppConfigResourceObjectArgs>? = null, val dataDelivery: Output<ProjectDataDeliveryObjectArgs>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ProjectArgs>
Resource Type definition for AWS::Evidently::Project
Link copied to clipboard
class ProjectArgsBuilder
Builder for ProjectArgs.
Link copied to clipboard
Link copied to clipboard
class ProjectResourceBuilder
Builder for Project.
Link copied to clipboard
Link copied to clipboard
class SegmentArgsBuilder
Builder for SegmentArgs.
Link copied to clipboard
Link copied to clipboard
class SegmentResourceBuilder
Builder for Segment.
Functions
Link copied to clipboard
suspend fun experiment(name: String, block: suspend ExperimentResourceBuilder.() -> Unit): Experiment