1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. appconfig
  6. getExperimentRun

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.80.0
published on Monday, Sep 21, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.80.0
published on Monday, Sep 21, 2026 by Pulumi

    Resource Type definition for AWS::AppConfig::ExperimentRun

    Using getExperimentRun

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getExperimentRun(args: GetExperimentRunArgs, opts?: InvokeOptions): Promise<GetExperimentRunResult>
    function getExperimentRunOutput(args: GetExperimentRunOutputArgs, opts?: InvokeOutputOptions): Output<GetExperimentRunResult>
    def get_experiment_run(application_id: Optional[str] = None,
                           experiment_definition_id: Optional[str] = None,
                           run: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetExperimentRunResult
    def get_experiment_run_output(application_id: pulumi.Input[Optional[str]] = None,
                           experiment_definition_id: pulumi.Input[Optional[str]] = None,
                           run: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOutputOptions] = None) -> Output[GetExperimentRunResult]
    func LookupExperimentRun(ctx *Context, args *LookupExperimentRunArgs, opts ...InvokeOption) (*LookupExperimentRunResult, error)
    func LookupExperimentRunOutput(ctx *Context, args *LookupExperimentRunOutputArgs, opts ...InvokeOption) LookupExperimentRunResultOutput

    > Note: This function is named LookupExperimentRun in the Go SDK.

    public static class GetExperimentRun 
    {
        public static Task<GetExperimentRunResult> InvokeAsync(GetExperimentRunArgs args, InvokeOptions? opts = null)
        public static Output<GetExperimentRunResult> Invoke(GetExperimentRunInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetExperimentRunResult> Invoke(GetExperimentRunInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetExperimentRunResult> getExperimentRun(GetExperimentRunArgs args, InvokeOptions options)
    public static Output<GetExperimentRunResult> getExperimentRun(GetExperimentRunArgs args, InvokeOptions options)
    public static Output<GetExperimentRunResult> getExperimentRun(GetExperimentRunArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:appconfig:getExperimentRun
      arguments:
        # arguments dictionary
    data "aws-native_appconfig_get_experiment_run" "name" {
        # arguments
    }

    The following arguments are supported:

    ApplicationId string
    The resolved application ID.
    ExperimentDefinitionId string
    The resolved experiment definition ID.
    Run string
    The run number (auto-assigned by the service).
    ApplicationId string
    The resolved application ID.
    ExperimentDefinitionId string
    The resolved experiment definition ID.
    Run string
    The run number (auto-assigned by the service).
    application_id string
    The resolved application ID.
    experiment_definition_id string
    The resolved experiment definition ID.
    run string
    The run number (auto-assigned by the service).
    applicationId String
    The resolved application ID.
    experimentDefinitionId String
    The resolved experiment definition ID.
    run String
    The run number (auto-assigned by the service).
    applicationId string
    The resolved application ID.
    experimentDefinitionId string
    The resolved experiment definition ID.
    run string
    The run number (auto-assigned by the service).
    application_id str
    The resolved application ID.
    experiment_definition_id str
    The resolved experiment definition ID.
    run str
    The run number (auto-assigned by the service).
    applicationId String
    The resolved application ID.
    experimentDefinitionId String
    The resolved experiment definition ID.
    run String
    The run number (auto-assigned by the service).

    getExperimentRun Result

    The following output properties are available:

    ApplicationId string
    The resolved application ID.
    Description string
    Description of the experiment run.
    ExperimentDefinitionId string
    The resolved experiment definition ID.
    ExposurePercentage double
    Percentage of traffic exposed to the experiment (0-100).
    Run string
    The run number (auto-assigned by the service).
    StartedAt string
    ISO-8601 timestamp when the run started.
    Status Pulumi.AwsNative.AppConfig.ExperimentRunStatus
    Current status of the run.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags to associate with the experiment run.
    TreatmentOverrides Pulumi.AwsNative.AppConfig.Outputs.ExperimentRunTreatmentOverrides
    UpdatedAt string
    ISO-8601 timestamp when the run was last updated.
    ApplicationId string
    The resolved application ID.
    Description string
    Description of the experiment run.
    ExperimentDefinitionId string
    The resolved experiment definition ID.
    ExposurePercentage float64
    Percentage of traffic exposed to the experiment (0-100).
    Run string
    The run number (auto-assigned by the service).
    StartedAt string
    ISO-8601 timestamp when the run started.
    Status ExperimentRunStatus
    Current status of the run.
    Tags Tag
    Tags to associate with the experiment run.
    TreatmentOverrides ExperimentRunTreatmentOverrides
    UpdatedAt string
    ISO-8601 timestamp when the run was last updated.
    application_id string
    The resolved application ID.
    description string
    Description of the experiment run.
    experiment_definition_id string
    The resolved experiment definition ID.
    exposure_percentage number
    Percentage of traffic exposed to the experiment (0-100).
    run string
    The run number (auto-assigned by the service).
    started_at string
    ISO-8601 timestamp when the run started.
    status "RUNNING" | "DONE"
    Current status of the run.
    tags list(object)
    Tags to associate with the experiment run.
    treatment_overrides object
    updated_at string
    ISO-8601 timestamp when the run was last updated.
    applicationId String
    The resolved application ID.
    description String
    Description of the experiment run.
    experimentDefinitionId String
    The resolved experiment definition ID.
    exposurePercentage Double
    Percentage of traffic exposed to the experiment (0-100).
    run String
    The run number (auto-assigned by the service).
    startedAt String
    ISO-8601 timestamp when the run started.
    status ExperimentRunStatus
    Current status of the run.
    tags List<Tag>
    Tags to associate with the experiment run.
    treatmentOverrides ExperimentRunTreatmentOverrides
    updatedAt String
    ISO-8601 timestamp when the run was last updated.
    applicationId string
    The resolved application ID.
    description string
    Description of the experiment run.
    experimentDefinitionId string
    The resolved experiment definition ID.
    exposurePercentage number
    Percentage of traffic exposed to the experiment (0-100).
    run string
    The run number (auto-assigned by the service).
    startedAt string
    ISO-8601 timestamp when the run started.
    status ExperimentRunStatus
    Current status of the run.
    tags Tag[]
    Tags to associate with the experiment run.
    treatmentOverrides ExperimentRunTreatmentOverrides
    updatedAt string
    ISO-8601 timestamp when the run was last updated.
    application_id str
    The resolved application ID.
    description str
    Description of the experiment run.
    experiment_definition_id str
    The resolved experiment definition ID.
    exposure_percentage float
    Percentage of traffic exposed to the experiment (0-100).
    run str
    The run number (auto-assigned by the service).
    started_at str
    ISO-8601 timestamp when the run started.
    status ExperimentRunStatus
    Current status of the run.
    tags Sequence[root_Tag]
    Tags to associate with the experiment run.
    treatment_overrides ExperimentRunTreatmentOverrides
    updated_at str
    ISO-8601 timestamp when the run was last updated.
    applicationId String
    The resolved application ID.
    description String
    Description of the experiment run.
    experimentDefinitionId String
    The resolved experiment definition ID.
    exposurePercentage Number
    Percentage of traffic exposed to the experiment (0-100).
    run String
    The run number (auto-assigned by the service).
    startedAt String
    ISO-8601 timestamp when the run started.
    status "RUNNING" | "DONE"
    Current status of the run.
    tags List<Property Map>
    Tags to associate with the experiment run.
    treatmentOverrides Property Map
    updatedAt String
    ISO-8601 timestamp when the run was last updated.

    Supporting Types

    ExperimentRunStatus

    ExperimentRunTreatmentOverrides

    Inline Dictionary<string, string>
    Map of entity ID to treatment key (t1, t2, ..., or c for control).
    Inline map[string]string
    Map of entity ID to treatment key (t1, t2, ..., or c for control).
    inline map(string)
    Map of entity ID to treatment key (t1, t2, ..., or c for control).
    inline Map<String,String>
    Map of entity ID to treatment key (t1, t2, ..., or c for control).
    inline {[key: string]: string}
    Map of entity ID to treatment key (t1, t2, ..., or c for control).
    inline Mapping[str, str]
    Map of entity ID to treatment key (t1, t2, ..., or c for control).
    inline Map<String>
    Map of entity ID to treatment key (t1, t2, ..., or c for control).

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.80.0
    published on Monday, Sep 21, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial