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

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.Launch

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.

    Create Launch Resource

    new Launch(name: string, args: LaunchArgs, opts?: CustomResourceOptions);
    @overload
    def Launch(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               description: Optional[str] = None,
               execution_status: Optional[LaunchExecutionStatusObjectArgs] = None,
               groups: Optional[Sequence[LaunchGroupObjectArgs]] = None,
               metric_monitors: Optional[Sequence[LaunchMetricDefinitionObjectArgs]] = None,
               name: Optional[str] = None,
               project: Optional[str] = None,
               randomization_salt: Optional[str] = None,
               scheduled_splits_config: Optional[Sequence[LaunchStepConfigArgs]] = None,
               tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    @overload
    def Launch(resource_name: str,
               args: LaunchArgs,
               opts: Optional[ResourceOptions] = None)
    func NewLaunch(ctx *Context, name string, args LaunchArgs, opts ...ResourceOption) (*Launch, error)
    public Launch(string name, LaunchArgs args, CustomResourceOptions? opts = null)
    public Launch(String name, LaunchArgs args)
    public Launch(String name, LaunchArgs args, CustomResourceOptions options)
    
    type: aws-native:evidently:Launch
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args LaunchArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args LaunchArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args LaunchArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LaunchArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LaunchArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Launch Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Launch resource accepts the following input properties:

    groups LaunchGroupObject[]
    project string
    scheduledSplitsConfig LaunchStepConfig[]
    description string
    executionStatus LaunchExecutionStatusObject
    Start or Stop Launch Launch. Default is not started.
    metricMonitors LaunchMetricDefinitionObject[]
    name string
    randomizationSalt string
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    groups List<Property Map>
    project String
    scheduledSplitsConfig List<Property Map>
    description String
    executionStatus Property Map
    Start or Stop Launch Launch. Default is not started.
    metricMonitors List<Property Map>
    name String
    randomizationSalt String
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Launch resource produces the following output properties:

    Arn string
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    LaunchExecutionStatusObject, LaunchExecutionStatusObjectArgs

    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, LaunchGroupObjectArgs

    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, LaunchGroupToWeightArgs

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

    LaunchMetricDefinitionObject, LaunchMetricDefinitionObjectArgs

    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, LaunchSegmentOverrideArgs

    LaunchStepConfig, LaunchStepConfigArgs

    Tag, TagArgs

    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