1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. bedrockagentcore
  5. OnlineEvaluationConfig

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

Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi

    Resource Type definition for AWS::BedrockAgentCore::OnlineEvaluationConfig - Creates an online evaluation configuration for continuous monitoring of agent performance.

    Create OnlineEvaluationConfig Resource

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

    Constructor syntax

    new OnlineEvaluationConfig(name: string, args: OnlineEvaluationConfigArgs, opts?: CustomResourceOptions);
    @overload
    def OnlineEvaluationConfig(resource_name: str,
                               args: OnlineEvaluationConfigArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def OnlineEvaluationConfig(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               data_source_config: Optional[OnlineEvaluationConfigDataSourceConfigArgs] = None,
                               evaluation_execution_role_arn: Optional[str] = None,
                               evaluators: Optional[Sequence[OnlineEvaluationConfigEvaluatorReferenceArgs]] = None,
                               rule: Optional[OnlineEvaluationConfigRuleArgs] = None,
                               description: Optional[str] = None,
                               online_evaluation_config_name: Optional[str] = None,
                               tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewOnlineEvaluationConfig(ctx *Context, name string, args OnlineEvaluationConfigArgs, opts ...ResourceOption) (*OnlineEvaluationConfig, error)
    public OnlineEvaluationConfig(string name, OnlineEvaluationConfigArgs args, CustomResourceOptions? opts = null)
    public OnlineEvaluationConfig(String name, OnlineEvaluationConfigArgs args)
    public OnlineEvaluationConfig(String name, OnlineEvaluationConfigArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrockagentcore:OnlineEvaluationConfig
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args OnlineEvaluationConfigArgs
    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 OnlineEvaluationConfigArgs
    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 OnlineEvaluationConfigArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OnlineEvaluationConfigArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OnlineEvaluationConfigArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    OnlineEvaluationConfig 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 OnlineEvaluationConfig resource accepts the following input properties:

    DataSourceConfig Pulumi.AwsNative.BedrockAgentCore.Inputs.OnlineEvaluationConfigDataSourceConfig
    The data source configuration that specifies CloudWatch log groups and service names to monitor.
    EvaluationExecutionRoleArn string
    The Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.
    Evaluators List<Pulumi.AwsNative.BedrockAgentCore.Inputs.OnlineEvaluationConfigEvaluatorReference>
    The list of evaluators to apply during online evaluation.
    Rule Pulumi.AwsNative.BedrockAgentCore.Inputs.OnlineEvaluationConfigRule
    The evaluation rule that defines sampling configuration, filters, and session detection settings.
    Description string
    The description of the online evaluation configuration.
    OnlineEvaluationConfigName string
    The name of the online evaluation configuration. Must be unique within your account.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A list of tags to assign to the online evaluation configuration.
    DataSourceConfig OnlineEvaluationConfigDataSourceConfigArgs
    The data source configuration that specifies CloudWatch log groups and service names to monitor.
    EvaluationExecutionRoleArn string
    The Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.
    Evaluators []OnlineEvaluationConfigEvaluatorReferenceArgs
    The list of evaluators to apply during online evaluation.
    Rule OnlineEvaluationConfigRuleArgs
    The evaluation rule that defines sampling configuration, filters, and session detection settings.
    Description string
    The description of the online evaluation configuration.
    OnlineEvaluationConfigName string
    The name of the online evaluation configuration. Must be unique within your account.
    Tags TagArgs
    A list of tags to assign to the online evaluation configuration.
    dataSourceConfig OnlineEvaluationConfigDataSourceConfig
    The data source configuration that specifies CloudWatch log groups and service names to monitor.
    evaluationExecutionRoleArn String
    The Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.
    evaluators List<OnlineEvaluationConfigEvaluatorReference>
    The list of evaluators to apply during online evaluation.
    rule OnlineEvaluationConfigRule
    The evaluation rule that defines sampling configuration, filters, and session detection settings.
    description String
    The description of the online evaluation configuration.
    onlineEvaluationConfigName String
    The name of the online evaluation configuration. Must be unique within your account.
    tags List<Tag>
    A list of tags to assign to the online evaluation configuration.
    dataSourceConfig OnlineEvaluationConfigDataSourceConfig
    The data source configuration that specifies CloudWatch log groups and service names to monitor.
    evaluationExecutionRoleArn string
    The Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.
    evaluators OnlineEvaluationConfigEvaluatorReference[]
    The list of evaluators to apply during online evaluation.
    rule OnlineEvaluationConfigRule
    The evaluation rule that defines sampling configuration, filters, and session detection settings.
    description string
    The description of the online evaluation configuration.
    onlineEvaluationConfigName string
    The name of the online evaluation configuration. Must be unique within your account.
    tags Tag[]
    A list of tags to assign to the online evaluation configuration.
    data_source_config OnlineEvaluationConfigDataSourceConfigArgs
    The data source configuration that specifies CloudWatch log groups and service names to monitor.
    evaluation_execution_role_arn str
    The Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.
    evaluators Sequence[OnlineEvaluationConfigEvaluatorReferenceArgs]
    The list of evaluators to apply during online evaluation.
    rule OnlineEvaluationConfigRuleArgs
    The evaluation rule that defines sampling configuration, filters, and session detection settings.
    description str
    The description of the online evaluation configuration.
    online_evaluation_config_name str
    The name of the online evaluation configuration. Must be unique within your account.
    tags Sequence[TagArgs]
    A list of tags to assign to the online evaluation configuration.
    dataSourceConfig Property Map
    The data source configuration that specifies CloudWatch log groups and service names to monitor.
    evaluationExecutionRoleArn String
    The Amazon Resource Name (ARN) of the IAM role that grants permissions for evaluation.
    evaluators List<Property Map>
    The list of evaluators to apply during online evaluation.
    rule Property Map
    The evaluation rule that defines sampling configuration, filters, and session detection settings.
    description String
    The description of the online evaluation configuration.
    onlineEvaluationConfigName String
    The name of the online evaluation configuration. Must be unique within your account.
    tags List<Property Map>
    A list of tags to assign to the online evaluation configuration.

    Outputs

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

    CreatedAt string
    The timestamp when the online evaluation configuration was created.
    ExecutionStatus Pulumi.AwsNative.BedrockAgentCore.OnlineEvaluationConfigExecutionStatus
    The execution status indicating whether the online evaluation is currently running.
    Id string
    The provider-assigned unique ID for this managed resource.
    OnlineEvaluationConfigArn string
    The Amazon Resource Name (ARN) of the online evaluation configuration.
    OnlineEvaluationConfigId string
    The unique identifier of the online evaluation configuration.
    OutputConfig Pulumi.AwsNative.BedrockAgentCore.Outputs.OnlineEvaluationConfigOutputConfig
    The configuration that specifies where evaluation results should be written.
    Status Pulumi.AwsNative.BedrockAgentCore.OnlineEvaluationConfigStatus
    The status of the online evaluation configuration.
    UpdatedAt string
    The timestamp when the online evaluation configuration was last updated.
    CreatedAt string
    The timestamp when the online evaluation configuration was created.
    ExecutionStatus OnlineEvaluationConfigExecutionStatus
    The execution status indicating whether the online evaluation is currently running.
    Id string
    The provider-assigned unique ID for this managed resource.
    OnlineEvaluationConfigArn string
    The Amazon Resource Name (ARN) of the online evaluation configuration.
    OnlineEvaluationConfigId string
    The unique identifier of the online evaluation configuration.
    OutputConfig OnlineEvaluationConfigOutputConfig
    The configuration that specifies where evaluation results should be written.
    Status OnlineEvaluationConfigStatus
    The status of the online evaluation configuration.
    UpdatedAt string
    The timestamp when the online evaluation configuration was last updated.
    createdAt String
    The timestamp when the online evaluation configuration was created.
    executionStatus OnlineEvaluationConfigExecutionStatus
    The execution status indicating whether the online evaluation is currently running.
    id String
    The provider-assigned unique ID for this managed resource.
    onlineEvaluationConfigArn String
    The Amazon Resource Name (ARN) of the online evaluation configuration.
    onlineEvaluationConfigId String
    The unique identifier of the online evaluation configuration.
    outputConfig OnlineEvaluationConfigOutputConfig
    The configuration that specifies where evaluation results should be written.
    status OnlineEvaluationConfigStatus
    The status of the online evaluation configuration.
    updatedAt String
    The timestamp when the online evaluation configuration was last updated.
    createdAt string
    The timestamp when the online evaluation configuration was created.
    executionStatus OnlineEvaluationConfigExecutionStatus
    The execution status indicating whether the online evaluation is currently running.
    id string
    The provider-assigned unique ID for this managed resource.
    onlineEvaluationConfigArn string
    The Amazon Resource Name (ARN) of the online evaluation configuration.
    onlineEvaluationConfigId string
    The unique identifier of the online evaluation configuration.
    outputConfig OnlineEvaluationConfigOutputConfig
    The configuration that specifies where evaluation results should be written.
    status OnlineEvaluationConfigStatus
    The status of the online evaluation configuration.
    updatedAt string
    The timestamp when the online evaluation configuration was last updated.
    created_at str
    The timestamp when the online evaluation configuration was created.
    execution_status OnlineEvaluationConfigExecutionStatus
    The execution status indicating whether the online evaluation is currently running.
    id str
    The provider-assigned unique ID for this managed resource.
    online_evaluation_config_arn str
    The Amazon Resource Name (ARN) of the online evaluation configuration.
    online_evaluation_config_id str
    The unique identifier of the online evaluation configuration.
    output_config OnlineEvaluationConfigOutputConfig
    The configuration that specifies where evaluation results should be written.
    status OnlineEvaluationConfigStatus
    The status of the online evaluation configuration.
    updated_at str
    The timestamp when the online evaluation configuration was last updated.
    createdAt String
    The timestamp when the online evaluation configuration was created.
    executionStatus "ENABLED" | "DISABLED"
    The execution status indicating whether the online evaluation is currently running.
    id String
    The provider-assigned unique ID for this managed resource.
    onlineEvaluationConfigArn String
    The Amazon Resource Name (ARN) of the online evaluation configuration.
    onlineEvaluationConfigId String
    The unique identifier of the online evaluation configuration.
    outputConfig Property Map
    The configuration that specifies where evaluation results should be written.
    status "ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING"
    The status of the online evaluation configuration.
    updatedAt String
    The timestamp when the online evaluation configuration was last updated.

    Supporting Types

    OnlineEvaluationConfigCloudWatchLogsInputConfig, OnlineEvaluationConfigCloudWatchLogsInputConfigArgs

    The configuration for reading agent traces from CloudWatch logs.
    LogGroupNames List<string>
    The list of CloudWatch log group names to monitor for agent traces.
    ServiceNames List<string>
    The list of service names to filter traces within the specified log groups.
    LogGroupNames []string
    The list of CloudWatch log group names to monitor for agent traces.
    ServiceNames []string
    The list of service names to filter traces within the specified log groups.
    logGroupNames List<String>
    The list of CloudWatch log group names to monitor for agent traces.
    serviceNames List<String>
    The list of service names to filter traces within the specified log groups.
    logGroupNames string[]
    The list of CloudWatch log group names to monitor for agent traces.
    serviceNames string[]
    The list of service names to filter traces within the specified log groups.
    log_group_names Sequence[str]
    The list of CloudWatch log group names to monitor for agent traces.
    service_names Sequence[str]
    The list of service names to filter traces within the specified log groups.
    logGroupNames List<String>
    The list of CloudWatch log group names to monitor for agent traces.
    serviceNames List<String>
    The list of service names to filter traces within the specified log groups.

    OnlineEvaluationConfigCloudWatchOutputConfig, OnlineEvaluationConfigCloudWatchOutputConfigArgs

    The CloudWatch configuration for writing evaluation results.
    LogGroupName string
    The CloudWatch log group name for evaluation results.
    LogGroupName string
    The CloudWatch log group name for evaluation results.
    logGroupName String
    The CloudWatch log group name for evaluation results.
    logGroupName string
    The CloudWatch log group name for evaluation results.
    log_group_name str
    The CloudWatch log group name for evaluation results.
    logGroupName String
    The CloudWatch log group name for evaluation results.

    OnlineEvaluationConfigDataSourceConfig, OnlineEvaluationConfigDataSourceConfigArgs

    The configuration that specifies where to read agent traces for online evaluation.

    OnlineEvaluationConfigEvaluatorReference, OnlineEvaluationConfigEvaluatorReferenceArgs

    The reference to an evaluator used in online evaluation configurations.
    EvaluatorId string
    The unique identifier of the evaluator.
    EvaluatorId string
    The unique identifier of the evaluator.
    evaluatorId String
    The unique identifier of the evaluator.
    evaluatorId string
    The unique identifier of the evaluator.
    evaluator_id str
    The unique identifier of the evaluator.
    evaluatorId String
    The unique identifier of the evaluator.

    OnlineEvaluationConfigExecutionStatus, OnlineEvaluationConfigExecutionStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    OnlineEvaluationConfigExecutionStatusEnabled
    ENABLED
    OnlineEvaluationConfigExecutionStatusDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    OnlineEvaluationConfigFilter, OnlineEvaluationConfigFilterArgs

    The filter that applies conditions to agent traces during online evaluation.
    Key string
    The key or field name to filter on within the agent trace data.
    Operator Pulumi.AwsNative.BedrockAgentCore.OnlineEvaluationConfigFilterOperator
    The comparison operator to use for filtering.
    Value Pulumi.AwsNative.BedrockAgentCore.Inputs.OnlineEvaluationConfigFilterValue
    Key string
    The key or field name to filter on within the agent trace data.
    Operator OnlineEvaluationConfigFilterOperator
    The comparison operator to use for filtering.
    Value OnlineEvaluationConfigFilterValue
    key String
    The key or field name to filter on within the agent trace data.
    operator OnlineEvaluationConfigFilterOperator
    The comparison operator to use for filtering.
    value OnlineEvaluationConfigFilterValue
    key string
    The key or field name to filter on within the agent trace data.
    operator OnlineEvaluationConfigFilterOperator
    The comparison operator to use for filtering.
    value OnlineEvaluationConfigFilterValue
    key str
    The key or field name to filter on within the agent trace data.
    operator OnlineEvaluationConfigFilterOperator
    The comparison operator to use for filtering.
    value OnlineEvaluationConfigFilterValue
    key String
    The key or field name to filter on within the agent trace data.
    operator "Equals" | "NotEquals" | "GreaterThan" | "LessThan" | "GreaterThanOrEqual" | "LessThanOrEqual" | "Contains" | "NotContains"
    The comparison operator to use for filtering.
    value Property Map

    OnlineEvaluationConfigFilterOperator, OnlineEvaluationConfigFilterOperatorArgs

    EqualsValue
    Equals
    NotEquals
    NotEquals
    GreaterThan
    GreaterThan
    LessThan
    LessThan
    GreaterThanOrEqual
    GreaterThanOrEqual
    LessThanOrEqual
    LessThanOrEqual
    Contains
    Contains
    NotContains
    NotContains
    OnlineEvaluationConfigFilterOperatorEquals
    Equals
    OnlineEvaluationConfigFilterOperatorNotEquals
    NotEquals
    OnlineEvaluationConfigFilterOperatorGreaterThan
    GreaterThan
    OnlineEvaluationConfigFilterOperatorLessThan
    LessThan
    OnlineEvaluationConfigFilterOperatorGreaterThanOrEqual
    GreaterThanOrEqual
    OnlineEvaluationConfigFilterOperatorLessThanOrEqual
    LessThanOrEqual
    OnlineEvaluationConfigFilterOperatorContains
    Contains
    OnlineEvaluationConfigFilterOperatorNotContains
    NotContains
    Equals
    Equals
    NotEquals
    NotEquals
    GreaterThan
    GreaterThan
    LessThan
    LessThan
    GreaterThanOrEqual
    GreaterThanOrEqual
    LessThanOrEqual
    LessThanOrEqual
    Contains
    Contains
    NotContains
    NotContains
    Equals
    Equals
    NotEquals
    NotEquals
    GreaterThan
    GreaterThan
    LessThan
    LessThan
    GreaterThanOrEqual
    GreaterThanOrEqual
    LessThanOrEqual
    LessThanOrEqual
    Contains
    Contains
    NotContains
    NotContains
    EQUALS
    Equals
    NOT_EQUALS
    NotEquals
    GREATER_THAN
    GreaterThan
    LESS_THAN
    LessThan
    GREATER_THAN_OR_EQUAL
    GreaterThanOrEqual
    LESS_THAN_OR_EQUAL
    LessThanOrEqual
    CONTAINS
    Contains
    NOT_CONTAINS
    NotContains
    "Equals"
    Equals
    "NotEquals"
    NotEquals
    "GreaterThan"
    GreaterThan
    "LessThan"
    LessThan
    "GreaterThanOrEqual"
    GreaterThanOrEqual
    "LessThanOrEqual"
    LessThanOrEqual
    "Contains"
    Contains
    "NotContains"
    NotContains

    OnlineEvaluationConfigFilterValue, OnlineEvaluationConfigFilterValueArgs

    The value used in filter comparisons.
    BooleanValue bool
    The boolean value for true/false filtering conditions.
    DoubleValue double
    The numeric value for numerical filtering.
    StringValue string
    The string value for text-based filtering.
    BooleanValue bool
    The boolean value for true/false filtering conditions.
    DoubleValue float64
    The numeric value for numerical filtering.
    StringValue string
    The string value for text-based filtering.
    booleanValue Boolean
    The boolean value for true/false filtering conditions.
    doubleValue Double
    The numeric value for numerical filtering.
    stringValue String
    The string value for text-based filtering.
    booleanValue boolean
    The boolean value for true/false filtering conditions.
    doubleValue number
    The numeric value for numerical filtering.
    stringValue string
    The string value for text-based filtering.
    boolean_value bool
    The boolean value for true/false filtering conditions.
    double_value float
    The numeric value for numerical filtering.
    string_value str
    The string value for text-based filtering.
    booleanValue Boolean
    The boolean value for true/false filtering conditions.
    doubleValue Number
    The numeric value for numerical filtering.
    stringValue String
    The string value for text-based filtering.

    OnlineEvaluationConfigOutputConfig, OnlineEvaluationConfigOutputConfigArgs

    The configuration that specifies where evaluation results should be written.

    OnlineEvaluationConfigRule, OnlineEvaluationConfigRuleArgs

    The evaluation rule that defines sampling configuration, filtering criteria, and session detection settings.
    SamplingConfig OnlineEvaluationConfigSamplingConfig
    Filters []OnlineEvaluationConfigFilter
    The list of filters that determine which agent traces should be included in the evaluation.
    SessionConfig OnlineEvaluationConfigSessionConfig
    samplingConfig OnlineEvaluationConfigSamplingConfig
    filters List<OnlineEvaluationConfigFilter>
    The list of filters that determine which agent traces should be included in the evaluation.
    sessionConfig OnlineEvaluationConfigSessionConfig
    samplingConfig OnlineEvaluationConfigSamplingConfig
    filters OnlineEvaluationConfigFilter[]
    The list of filters that determine which agent traces should be included in the evaluation.
    sessionConfig OnlineEvaluationConfigSessionConfig
    samplingConfig Property Map
    filters List<Property Map>
    The list of filters that determine which agent traces should be included in the evaluation.
    sessionConfig Property Map

    OnlineEvaluationConfigSamplingConfig, OnlineEvaluationConfigSamplingConfigArgs

    The configuration that controls what percentage of agent traces are sampled for evaluation.
    SamplingPercentage double
    The percentage of agent traces to sample for evaluation.
    SamplingPercentage float64
    The percentage of agent traces to sample for evaluation.
    samplingPercentage Double
    The percentage of agent traces to sample for evaluation.
    samplingPercentage number
    The percentage of agent traces to sample for evaluation.
    sampling_percentage float
    The percentage of agent traces to sample for evaluation.
    samplingPercentage Number
    The percentage of agent traces to sample for evaluation.

    OnlineEvaluationConfigSessionConfig, OnlineEvaluationConfigSessionConfigArgs

    The configuration that defines how agent sessions are detected.
    SessionTimeoutMinutes int
    The number of minutes of inactivity after which an agent session is considered complete.
    SessionTimeoutMinutes int
    The number of minutes of inactivity after which an agent session is considered complete.
    sessionTimeoutMinutes Integer
    The number of minutes of inactivity after which an agent session is considered complete.
    sessionTimeoutMinutes number
    The number of minutes of inactivity after which an agent session is considered complete.
    session_timeout_minutes int
    The number of minutes of inactivity after which an agent session is considered complete.
    sessionTimeoutMinutes Number
    The number of minutes of inactivity after which an agent session is considered complete.

    OnlineEvaluationConfigStatus, OnlineEvaluationConfigStatusArgs

    Active
    ACTIVE
    Creating
    CREATING
    CreateFailed
    CREATE_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    Deleting
    DELETING
    OnlineEvaluationConfigStatusActive
    ACTIVE
    OnlineEvaluationConfigStatusCreating
    CREATING
    OnlineEvaluationConfigStatusCreateFailed
    CREATE_FAILED
    OnlineEvaluationConfigStatusUpdating
    UPDATING
    OnlineEvaluationConfigStatusUpdateFailed
    UPDATE_FAILED
    OnlineEvaluationConfigStatusDeleting
    DELETING
    Active
    ACTIVE
    Creating
    CREATING
    CreateFailed
    CREATE_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    Deleting
    DELETING
    Active
    ACTIVE
    Creating
    CREATING
    CreateFailed
    CREATE_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    Deleting
    DELETING
    ACTIVE
    ACTIVE
    CREATING
    CREATING
    CREATE_FAILED
    CREATE_FAILED
    UPDATING
    UPDATING
    UPDATE_FAILED
    UPDATE_FAILED
    DELETING
    DELETING
    "ACTIVE"
    ACTIVE
    "CREATING"
    CREATING
    "CREATE_FAILED"
    CREATE_FAILED
    "UPDATING"
    UPDATING
    "UPDATE_FAILED"
    UPDATE_FAILED
    "DELETING"
    DELETING

    Tag, TagArgs

    A set of tags to apply to the resource.
    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

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

    Viewing docs for AWS Cloud Control v1.57.0
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.