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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.evidently.Launch

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

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

Create Launch Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Launch(name: string, args: LaunchArgs, opts?: CustomResourceOptions);
@overload
def Launch(resource_name: str,
           args: LaunchArgs,
           opts: Optional[ResourceOptions] = None)

@overload
def Launch(resource_name: str,
           opts: Optional[ResourceOptions] = None,
           groups: Optional[Sequence[LaunchGroupObjectArgs]] = None,
           project: Optional[str] = None,
           scheduled_splits_config: Optional[Sequence[LaunchStepConfigArgs]] = None,
           description: Optional[str] = None,
           execution_status: Optional[LaunchExecutionStatusObjectArgs] = None,
           metric_monitors: Optional[Sequence[LaunchMetricDefinitionObjectArgs]] = None,
           name: Optional[str] = None,
           randomization_salt: Optional[str] = None,
           tags: Optional[Sequence[_root_inputs.TagArgs]] = 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.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. LaunchArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. LaunchArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. LaunchArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Launch resource accepts the following input properties:

Groups This property is required. List<Pulumi.AwsNative.Evidently.Inputs.LaunchGroupObject>
An array of structures that contains the feature and variations that are to be used for the launch. You can up to five launch groups in a launch.
Project This property is required. string
The name or ARN of the project that you want to create the launch in.
ScheduledSplitsConfig This property is required. List<Pulumi.AwsNative.Evidently.Inputs.LaunchStepConfig>
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
Description string
An optional description for the launch.
ExecutionStatus Pulumi.AwsNative.Evidently.Inputs.LaunchExecutionStatusObject
Start or Stop Launch Launch. Default is not started.
MetricMonitors List<Pulumi.AwsNative.Evidently.Inputs.LaunchMetricDefinitionObject>
An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.
Name string
The name for the launch. It can include up to 127 characters.
RandomizationSalt string
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt . If you omit randomizationSalt , Evidently uses the launch name as the randomizationsSalt .
Tags List<Pulumi.AwsNative.Inputs.Tag>
An array of key-value pairs to apply to this resource.
Groups This property is required. []LaunchGroupObjectArgs
An array of structures that contains the feature and variations that are to be used for the launch. You can up to five launch groups in a launch.
Project This property is required. string
The name or ARN of the project that you want to create the launch in.
ScheduledSplitsConfig This property is required. []LaunchStepConfigArgs
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
Description string
An optional description for the launch.
ExecutionStatus LaunchExecutionStatusObjectArgs
Start or Stop Launch Launch. Default is not started.
MetricMonitors []LaunchMetricDefinitionObjectArgs
An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.
Name string
The name for the launch. It can include up to 127 characters.
RandomizationSalt string
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt . If you omit randomizationSalt , Evidently uses the launch name as the randomizationsSalt .
Tags TagArgs
An array of key-value pairs to apply to this resource.
groups This property is required. List<LaunchGroupObject>
An array of structures that contains the feature and variations that are to be used for the launch. You can up to five launch groups in a launch.
project This property is required. String
The name or ARN of the project that you want to create the launch in.
scheduledSplitsConfig This property is required. List<LaunchStepConfig>
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
description String
An optional description for the launch.
executionStatus LaunchExecutionStatusObject
Start or Stop Launch Launch. Default is not started.
metricMonitors List<LaunchMetricDefinitionObject>
An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.
name String
The name for the launch. It can include up to 127 characters.
randomizationSalt String
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt . If you omit randomizationSalt , Evidently uses the launch name as the randomizationsSalt .
tags List<Tag>
An array of key-value pairs to apply to this resource.
groups This property is required. LaunchGroupObject[]
An array of structures that contains the feature and variations that are to be used for the launch. You can up to five launch groups in a launch.
project This property is required. string
The name or ARN of the project that you want to create the launch in.
scheduledSplitsConfig This property is required. LaunchStepConfig[]
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
description string
An optional description for the launch.
executionStatus LaunchExecutionStatusObject
Start or Stop Launch Launch. Default is not started.
metricMonitors LaunchMetricDefinitionObject[]
An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.
name string
The name for the launch. It can include up to 127 characters.
randomizationSalt string
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt . If you omit randomizationSalt , Evidently uses the launch name as the randomizationsSalt .
tags Tag[]
An array of key-value pairs to apply to this resource.
groups This property is required. Sequence[LaunchGroupObjectArgs]
An array of structures that contains the feature and variations that are to be used for the launch. You can up to five launch groups in a launch.
project This property is required. str
The name or ARN of the project that you want to create the launch in.
scheduled_splits_config This property is required. Sequence[LaunchStepConfigArgs]
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
description str
An optional description for the launch.
execution_status LaunchExecutionStatusObjectArgs
Start or Stop Launch Launch. Default is not started.
metric_monitors Sequence[LaunchMetricDefinitionObjectArgs]
An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.
name str
The name for the launch. It can include up to 127 characters.
randomization_salt str
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt . If you omit randomizationSalt , Evidently uses the launch name as the randomizationsSalt .
tags Sequence[TagArgs]
An array of key-value pairs to apply to this resource.
groups This property is required. List<Property Map>
An array of structures that contains the feature and variations that are to be used for the launch. You can up to five launch groups in a launch.
project This property is required. String
The name or ARN of the project that you want to create the launch in.
scheduledSplitsConfig This property is required. List<Property Map>
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
description String
An optional description for the launch.
executionStatus Property Map
Start or Stop Launch Launch. Default is not started.
metricMonitors List<Property Map>
An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.
name String
The name for the launch. It can include up to 127 characters.
randomizationSalt String
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt . If you omit randomizationSalt , Evidently uses the launch name as the randomizationsSalt .
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
The ARN of the launch. For example, arn:aws:evidently:us-west-2:0123455678912:project/myProject/launch/myLaunch
Id string
The provider-assigned unique ID for this managed resource.
Arn string
The ARN of the launch. For example, arn:aws:evidently:us-west-2:0123455678912:project/myProject/launch/myLaunch
Id string
The provider-assigned unique ID for this managed resource.
arn String
The ARN of the launch. For example, arn:aws:evidently:us-west-2:0123455678912:project/myProject/launch/myLaunch
id String
The provider-assigned unique ID for this managed resource.
arn string
The ARN of the launch. For example, arn:aws:evidently:us-west-2:0123455678912:project/myProject/launch/myLaunch
id string
The provider-assigned unique ID for this managed resource.
arn str
The ARN of the launch. For example, arn:aws:evidently:us-west-2:0123455678912:project/myProject/launch/myLaunch
id str
The provider-assigned unique ID for this managed resource.
arn String
The ARN of the launch. For example, arn:aws:evidently:us-west-2:0123455678912:project/myProject/launch/myLaunch
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

LaunchExecutionStatusObject
, LaunchExecutionStatusObjectArgs

Status This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string
The feature that this launch is using.
GroupName This property is required. string
A name for this launch group. It can include up to 127 characters.
Variation This property is required. string
The feature variation to use for this launch group.
Description string
A description of the launch group.
Feature This property is required. string
The feature that this launch is using.
GroupName This property is required. string
A name for this launch group. It can include up to 127 characters.
Variation This property is required. string
The feature variation to use for this launch group.
Description string
A description of the launch group.
feature This property is required. String
The feature that this launch is using.
groupName This property is required. String
A name for this launch group. It can include up to 127 characters.
variation This property is required. String
The feature variation to use for this launch group.
description String
A description of the launch group.
feature This property is required. string
The feature that this launch is using.
groupName This property is required. string
A name for this launch group. It can include up to 127 characters.
variation This property is required. string
The feature variation to use for this launch group.
description string
A description of the launch group.
feature This property is required. str
The feature that this launch is using.
group_name This property is required. str
A name for this launch group. It can include up to 127 characters.
variation This property is required. str
The feature variation to use for this launch group.
description str
A description of the launch group.
feature This property is required. String
The feature that this launch is using.
groupName This property is required. String
A name for this launch group. It can include up to 127 characters.
variation This property is required. String
The feature variation to use for this launch group.
description String
A description of the launch group.

LaunchGroupToWeight
, LaunchGroupToWeightArgs

GroupName This property is required. string
The name of the launch group. It can include up to 127 characters.
SplitWeight This property is required. int

The portion of launch traffic to allocate to this launch group.

This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.

GroupName This property is required. string
The name of the launch group. It can include up to 127 characters.
SplitWeight This property is required. int

The portion of launch traffic to allocate to this launch group.

This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.

groupName This property is required. String
The name of the launch group. It can include up to 127 characters.
splitWeight This property is required. Integer

The portion of launch traffic to allocate to this launch group.

This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.

groupName This property is required. string
The name of the launch group. It can include up to 127 characters.
splitWeight This property is required. number

The portion of launch traffic to allocate to this launch group.

This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.

group_name This property is required. str
The name of the launch group. It can include up to 127 characters.
split_weight This property is required. int

The portion of launch traffic to allocate to this launch group.

This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.

groupName This property is required. String
The name of the launch group. It can include up to 127 characters.
splitWeight This property is required. Number

The portion of launch traffic to allocate to this launch group.

This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.

LaunchMetricDefinitionObject
, LaunchMetricDefinitionObjectArgs

EntityIdKey This property is required. string
The JSON path to reference the entity id in the event.
MetricName This property is required. string
A name for the metric. It can include up to 255 characters.
ValueKey This property is required. 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
A label for the units that the metric is measuring.
EntityIdKey This property is required. string
The JSON path to reference the entity id in the event.
MetricName This property is required. string
A name for the metric. It can include up to 255 characters.
ValueKey This property is required. 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
A label for the units that the metric is measuring.
entityIdKey This property is required. String
The JSON path to reference the entity id in the event.
metricName This property is required. String
A name for the metric. It can include up to 255 characters.
valueKey This property is required. 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
A label for the units that the metric is measuring.
entityIdKey This property is required. string
The JSON path to reference the entity id in the event.
metricName This property is required. string
A name for the metric. It can include up to 255 characters.
valueKey This property is required. 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
A label for the units that the metric is measuring.
entity_id_key This property is required. str
The JSON path to reference the entity id in the event.
metric_name This property is required. str
A name for the metric. It can include up to 255 characters.
value_key This property is required. 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
A label for the units that the metric is measuring.
entityIdKey This property is required. String
The JSON path to reference the entity id in the event.
metricName This property is required. String
A name for the metric. It can include up to 255 characters.
valueKey This property is required. 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
A label for the units that the metric is measuring.

LaunchSegmentOverride
, LaunchSegmentOverrideArgs

EvaluationOrder This property is required. int
A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
Segment This property is required. string
The ARN of the segment to use for this override.
Weights This property is required. List<Pulumi.AwsNative.Evidently.Inputs.LaunchGroupToWeight>
The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
EvaluationOrder This property is required. int
A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
Segment This property is required. string
The ARN of the segment to use for this override.
Weights This property is required. []LaunchGroupToWeight
The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
evaluationOrder This property is required. Integer
A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
segment This property is required. String
The ARN of the segment to use for this override.
weights This property is required. List<LaunchGroupToWeight>
The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
evaluationOrder This property is required. number
A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
segment This property is required. string
The ARN of the segment to use for this override.
weights This property is required. LaunchGroupToWeight[]
The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
evaluation_order This property is required. int
A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
segment This property is required. str
The ARN of the segment to use for this override.
weights This property is required. Sequence[LaunchGroupToWeight]
The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.
evaluationOrder This property is required. Number
A number indicating the order to use to evaluate segment overrides, if there are more than one. Segment overrides with lower numbers are evaluated first.
segment This property is required. String
The ARN of the segment to use for this override.
weights This property is required. List<Property Map>
The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.

LaunchStepConfig
, LaunchStepConfigArgs

GroupWeights This property is required. List<Pulumi.AwsNative.Evidently.Inputs.LaunchGroupToWeight>
An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
StartTime This property is required. string
The date and time to start this step of the launch. Use UTC format, yyyy-MM-ddTHH:mm:ssZ . For example, 2025-11-25T23:59:59Z
SegmentOverrides List<Pulumi.AwsNative.Evidently.Inputs.LaunchSegmentOverride>

An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.

For more information, see Use segments to focus your audience .

GroupWeights This property is required. []LaunchGroupToWeight
An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
StartTime This property is required. string
The date and time to start this step of the launch. Use UTC format, yyyy-MM-ddTHH:mm:ssZ . For example, 2025-11-25T23:59:59Z
SegmentOverrides []LaunchSegmentOverride

An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.

For more information, see Use segments to focus your audience .

groupWeights This property is required. List<LaunchGroupToWeight>
An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
startTime This property is required. String
The date and time to start this step of the launch. Use UTC format, yyyy-MM-ddTHH:mm:ssZ . For example, 2025-11-25T23:59:59Z
segmentOverrides List<LaunchSegmentOverride>

An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.

For more information, see Use segments to focus your audience .

groupWeights This property is required. LaunchGroupToWeight[]
An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
startTime This property is required. string
The date and time to start this step of the launch. Use UTC format, yyyy-MM-ddTHH:mm:ssZ . For example, 2025-11-25T23:59:59Z
segmentOverrides LaunchSegmentOverride[]

An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.

For more information, see Use segments to focus your audience .

group_weights This property is required. Sequence[LaunchGroupToWeight]
An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
start_time This property is required. str
The date and time to start this step of the launch. Use UTC format, yyyy-MM-ddTHH:mm:ssZ . For example, 2025-11-25T23:59:59Z
segment_overrides Sequence[LaunchSegmentOverride]

An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.

For more information, see Use segments to focus your audience .

groupWeights This property is required. List<Property Map>
An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
startTime This property is required. String
The date and time to start this step of the launch. Use UTC format, yyyy-MM-ddTHH:mm:ssZ . For example, 2025-11-25T23:59:59Z
segmentOverrides List<Property Map>

An array of structures that you can use to specify different traffic splits for one or more audience segments . A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.

For more information, see Use segments to focus your audience .

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi