1. Packages
  2. AWS Native
  3. API Docs
  4. evidently
  5. getLaunch

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.evidently.getLaunch

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource Type definition for AWS::Evidently::Launch.

    Using getLaunch

    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 getLaunch(args: GetLaunchArgs, opts?: InvokeOptions): Promise<GetLaunchResult>
    function getLaunchOutput(args: GetLaunchOutputArgs, opts?: InvokeOptions): Output<GetLaunchResult>
    def get_launch(arn: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetLaunchResult
    def get_launch_output(arn: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetLaunchResult]
    func LookupLaunch(ctx *Context, args *LookupLaunchArgs, opts ...InvokeOption) (*LookupLaunchResult, error)
    func LookupLaunchOutput(ctx *Context, args *LookupLaunchOutputArgs, opts ...InvokeOption) LookupLaunchResultOutput

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

    public static class GetLaunch 
    {
        public static Task<GetLaunchResult> InvokeAsync(GetLaunchArgs args, InvokeOptions? opts = null)
        public static Output<GetLaunchResult> Invoke(GetLaunchInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLaunchResult> getLaunch(GetLaunchArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:evidently:getLaunch
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    Arn string
    arn String
    arn string
    arn str
    arn String

    getLaunch Result

    The following output properties are available:

    Arn string
    Description string
    ExecutionStatus LaunchExecutionStatusObject
    Start or Stop Launch Launch. Default is not started.
    Groups []LaunchGroupObject
    MetricMonitors []LaunchMetricDefinitionObject
    RandomizationSalt string
    ScheduledSplitsConfig []LaunchStepConfig
    Tags Tag
    An array of key-value pairs to apply to this resource.
    arn string
    description string
    executionStatus LaunchExecutionStatusObject
    Start or Stop Launch Launch. Default is not started.
    groups LaunchGroupObject[]
    metricMonitors LaunchMetricDefinitionObject[]
    randomizationSalt string
    scheduledSplitsConfig LaunchStepConfig[]
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    arn String
    description String
    executionStatus Property Map
    Start or Stop Launch Launch. Default is not started.
    groups List<Property Map>
    metricMonitors List<Property Map>
    randomizationSalt String
    scheduledSplitsConfig List<Property Map>
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    LaunchExecutionStatusObject

    Status string
    Provide START or STOP action to apply on a launch
    DesiredState string
    Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
    Reason string
    Provide a reason for stopping the launch. Defaults to empty if not provided.
    Status string
    Provide START or STOP action to apply on a launch
    DesiredState string
    Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
    Reason string
    Provide a reason for stopping the launch. Defaults to empty if not provided.
    status String
    Provide START or STOP action to apply on a launch
    desiredState String
    Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
    reason String
    Provide a reason for stopping the launch. Defaults to empty if not provided.
    status string
    Provide START or STOP action to apply on a launch
    desiredState string
    Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
    reason string
    Provide a reason for stopping the launch. Defaults to empty if not provided.
    status str
    Provide START or STOP action to apply on a launch
    desired_state str
    Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
    reason str
    Provide a reason for stopping the launch. Defaults to empty if not provided.
    status String
    Provide START or STOP action to apply on a launch
    desiredState String
    Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.
    reason String
    Provide a reason for stopping the launch. Defaults to empty if not provided.

    LaunchGroupObject

    Feature string
    GroupName string
    Variation string
    Description string
    Feature string
    GroupName string
    Variation string
    Description string
    feature String
    groupName String
    variation String
    description String
    feature string
    groupName string
    variation string
    description string
    feature String
    groupName String
    variation String
    description String

    LaunchGroupToWeight

    groupName String
    splitWeight Integer
    groupName string
    splitWeight number
    groupName String
    splitWeight Number

    LaunchMetricDefinitionObject

    EntityIdKey string
    The JSON path to reference the entity id in the event.
    MetricName string
    ValueKey string
    The JSON path to reference the numerical metric value in the event.
    EventPattern string
    Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
    UnitLabel string
    EntityIdKey string
    The JSON path to reference the entity id in the event.
    MetricName string
    ValueKey string
    The JSON path to reference the numerical metric value in the event.
    EventPattern string
    Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
    UnitLabel string
    entityIdKey String
    The JSON path to reference the entity id in the event.
    metricName String
    valueKey String
    The JSON path to reference the numerical metric value in the event.
    eventPattern String
    Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
    unitLabel String
    entityIdKey string
    The JSON path to reference the entity id in the event.
    metricName string
    valueKey string
    The JSON path to reference the numerical metric value in the event.
    eventPattern string
    Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
    unitLabel string
    entity_id_key str
    The JSON path to reference the entity id in the event.
    metric_name str
    value_key str
    The JSON path to reference the numerical metric value in the event.
    event_pattern str
    Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
    unit_label str
    entityIdKey String
    The JSON path to reference the entity id in the event.
    metricName String
    valueKey String
    The JSON path to reference the numerical metric value in the event.
    eventPattern String
    Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.
    unitLabel String

    LaunchSegmentOverride

    LaunchStepConfig

    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 is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi