AWS v6.77.1 published on Friday, Apr 18, 2025 by Pulumi
aws.costexplorer.getCostCategory
Explore with Pulumi AI
Provides details about a specific CostExplorer Cost Category.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.costexplorer.getCostCategory({
    costCategoryArn: "costCategoryARN",
});
import pulumi
import pulumi_aws as aws
example = aws.costexplorer.get_cost_category(cost_category_arn="costCategoryARN")
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/costexplorer"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := costexplorer.LookupCostCategory(ctx, &costexplorer.LookupCostCategoryArgs{
			CostCategoryArn: "costCategoryARN",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() => 
{
    var example = Aws.CostExplorer.GetCostCategory.Invoke(new()
    {
        CostCategoryArn = "costCategoryARN",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.costexplorer.CostexplorerFunctions;
import com.pulumi.aws.costexplorer.inputs.GetCostCategoryArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = CostexplorerFunctions.getCostCategory(GetCostCategoryArgs.builder()
            .costCategoryArn("costCategoryARN")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: aws:costexplorer:getCostCategory
      arguments:
        costCategoryArn: costCategoryARN
Using getCostCategory
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 getCostCategory(args: GetCostCategoryArgs, opts?: InvokeOptions): Promise<GetCostCategoryResult>
function getCostCategoryOutput(args: GetCostCategoryOutputArgs, opts?: InvokeOptions): Output<GetCostCategoryResult>def get_cost_category(cost_category_arn: Optional[str] = None,
                      tags: Optional[Mapping[str, str]] = None,
                      opts: Optional[InvokeOptions] = None) -> GetCostCategoryResult
def get_cost_category_output(cost_category_arn: Optional[pulumi.Input[str]] = None,
                      tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetCostCategoryResult]func LookupCostCategory(ctx *Context, args *LookupCostCategoryArgs, opts ...InvokeOption) (*LookupCostCategoryResult, error)
func LookupCostCategoryOutput(ctx *Context, args *LookupCostCategoryOutputArgs, opts ...InvokeOption) LookupCostCategoryResultOutput> Note: This function is named LookupCostCategory in the Go SDK.
public static class GetCostCategory 
{
    public static Task<GetCostCategoryResult> InvokeAsync(GetCostCategoryArgs args, InvokeOptions? opts = null)
    public static Output<GetCostCategoryResult> Invoke(GetCostCategoryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCostCategoryResult> getCostCategory(GetCostCategoryArgs args, InvokeOptions options)
public static Output<GetCostCategoryResult> getCostCategory(GetCostCategoryArgs args, InvokeOptions options)
fn::invoke:
  function: aws:costexplorer/getCostCategory:getCostCategory
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Cost
Category stringArn  - Unique name for the Cost Category.
 - Dictionary<string, string>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
- Cost
Category stringArn  - Unique name for the Cost Category.
 - map[string]string
 - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Category StringArn  - Unique name for the Cost Category.
 - Map<String,String>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Category stringArn  - Unique name for the Cost Category.
 - {[key: string]: string}
 - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost_
category_ strarn  - Unique name for the Cost Category.
 - Mapping[str, str]
 - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Category StringArn  - Unique name for the Cost Category.
 - Map<String>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
getCostCategory Result
The following output properties are available:
- Cost
Category stringArn  - Default
Value string - Default value for the cost category.
 - Effective
End string - Effective end data of your Cost Category.
 - Effective
Start string - Effective state data of your Cost Category.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Name string
 - Rule
Version string - Rule schema version in this particular Cost Category.
 - Rules
List<Get
Cost Category Rule>  - Configuration block for the 
Expressionobject used to categorize costs. See below. - Split
Charge List<GetRules Cost Category Split Charge Rule>  - Configuration block for the split charge rules used to allocate your charges between your Cost Category values. See below.
 - Dictionary<string, string>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
- Cost
Category stringArn  - Default
Value string - Default value for the cost category.
 - Effective
End string - Effective end data of your Cost Category.
 - Effective
Start string - Effective state data of your Cost Category.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Name string
 - Rule
Version string - Rule schema version in this particular Cost Category.
 - Rules
[]Get
Cost Category Rule  - Configuration block for the 
Expressionobject used to categorize costs. See below. - Split
Charge []GetRules Cost Category Split Charge Rule  - Configuration block for the split charge rules used to allocate your charges between your Cost Category values. See below.
 - map[string]string
 - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Category StringArn  - default
Value String - Default value for the cost category.
 - effective
End String - Effective end data of your Cost Category.
 - effective
Start String - Effective state data of your Cost Category.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - name String
 - rule
Version String - Rule schema version in this particular Cost Category.
 - rules
List<Get
Cost Category Rule>  - Configuration block for the 
Expressionobject used to categorize costs. See below. - split
Charge List<GetRules Cost Category Split Charge Rule>  - Configuration block for the split charge rules used to allocate your charges between your Cost Category values. See below.
 - Map<String,String>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Category stringArn  - default
Value string - Default value for the cost category.
 - effective
End string - Effective end data of your Cost Category.
 - effective
Start string - Effective state data of your Cost Category.
 - id string
 - The provider-assigned unique ID for this managed resource.
 - name string
 - rule
Version string - Rule schema version in this particular Cost Category.
 - rules
Get
Cost Category Rule[]  - Configuration block for the 
Expressionobject used to categorize costs. See below. - split
Charge GetRules Cost Category Split Charge Rule[]  - Configuration block for the split charge rules used to allocate your charges between your Cost Category values. See below.
 - {[key: string]: string}
 - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost_
category_ strarn  - default_
value str - Default value for the cost category.
 - effective_
end str - Effective end data of your Cost Category.
 - effective_
start str - Effective state data of your Cost Category.
 - id str
 - The provider-assigned unique ID for this managed resource.
 - name str
 - rule_
version str - Rule schema version in this particular Cost Category.
 - rules
Sequence[Get
Cost Category Rule]  - Configuration block for the 
Expressionobject used to categorize costs. See below. - split_
charge_ Sequence[Getrules Cost Category Split Charge Rule]  - Configuration block for the split charge rules used to allocate your charges between your Cost Category values. See below.
 - Mapping[str, str]
 - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Category StringArn  - default
Value String - Default value for the cost category.
 - effective
End String - Effective end data of your Cost Category.
 - effective
Start String - Effective state data of your Cost Category.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - name String
 - rule
Version String - Rule schema version in this particular Cost Category.
 - rules List<Property Map>
 - Configuration block for the 
Expressionobject used to categorize costs. See below. - split
Charge List<Property Map>Rules  - Configuration block for the split charge rules used to allocate your charges between your Cost Category values. See below.
 - Map<String>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
Supporting Types
GetCostCategoryRule   
- Inherited
Values List<GetCost Category Rule Inherited Value>  - Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.
 - Rules
List<Get
Cost Category Rule Rule>  - Configuration block for the 
Expressionobject used to categorize costs. See below. - Type string
 - Parameter type.
 - Value string
 - Default value for the cost category.
 
- Inherited
Values []GetCost Category Rule Inherited Value  - Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.
 - Rules
[]Get
Cost Category Rule Rule  - Configuration block for the 
Expressionobject used to categorize costs. See below. - Type string
 - Parameter type.
 - Value string
 - Default value for the cost category.
 
- inherited
Values List<GetCost Category Rule Inherited Value>  - Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.
 - rules
List<Get
Cost Category Rule Rule>  - Configuration block for the 
Expressionobject used to categorize costs. See below. - type String
 - Parameter type.
 - value String
 - Default value for the cost category.
 
- inherited
Values GetCost Category Rule Inherited Value[]  - Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.
 - rules
Get
Cost Category Rule Rule[]  - Configuration block for the 
Expressionobject used to categorize costs. See below. - type string
 - Parameter type.
 - value string
 - Default value for the cost category.
 
- inherited_
values Sequence[GetCost Category Rule Inherited Value]  - Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.
 - rules
Sequence[Get
Cost Category Rule Rule]  - Configuration block for the 
Expressionobject used to categorize costs. See below. - type str
 - Parameter type.
 - value str
 - Default value for the cost category.
 
- inherited
Values List<Property Map> - Configuration block for the value the line item is categorized as if the line item contains the matched dimension. See below.
 - rules List<Property Map>
 - Configuration block for the 
Expressionobject used to categorize costs. See below. - type String
 - Parameter type.
 - value String
 - Default value for the cost category.
 
GetCostCategoryRuleInheritedValue     
- Dimension
Key string - Key to extract cost category values.
 - Dimension
Name string - Name of the dimension that's used to group costs. If you specify 
LINKED_ACCOUNT_NAME, the cost category value is based on account name. If you specifyTAG, the cost category value will be based on the value of the specified tag key. Valid values areLINKED_ACCOUNT_NAME,TAG 
- Dimension
Key string - Key to extract cost category values.
 - Dimension
Name string - Name of the dimension that's used to group costs. If you specify 
LINKED_ACCOUNT_NAME, the cost category value is based on account name. If you specifyTAG, the cost category value will be based on the value of the specified tag key. Valid values areLINKED_ACCOUNT_NAME,TAG 
- dimension
Key String - Key to extract cost category values.
 - dimension
Name String - Name of the dimension that's used to group costs. If you specify 
LINKED_ACCOUNT_NAME, the cost category value is based on account name. If you specifyTAG, the cost category value will be based on the value of the specified tag key. Valid values areLINKED_ACCOUNT_NAME,TAG 
- dimension
Key string - Key to extract cost category values.
 - dimension
Name string - Name of the dimension that's used to group costs. If you specify 
LINKED_ACCOUNT_NAME, the cost category value is based on account name. If you specifyTAG, the cost category value will be based on the value of the specified tag key. Valid values areLINKED_ACCOUNT_NAME,TAG 
- dimension_
key str - Key to extract cost category values.
 - dimension_
name str - Name of the dimension that's used to group costs. If you specify 
LINKED_ACCOUNT_NAME, the cost category value is based on account name. If you specifyTAG, the cost category value will be based on the value of the specified tag key. Valid values areLINKED_ACCOUNT_NAME,TAG 
- dimension
Key String - Key to extract cost category values.
 - dimension
Name String - Name of the dimension that's used to group costs. If you specify 
LINKED_ACCOUNT_NAME, the cost category value is based on account name. If you specifyTAG, the cost category value will be based on the value of the specified tag key. Valid values areLINKED_ACCOUNT_NAME,TAG 
GetCostCategoryRuleRule    
- Ands
List<Get
Cost Category Rule Rule And>  - Return results that match both 
Dimensionobjects. - Cost
Categories List<GetCost Category Rule Rule Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - Nots
List<Get
Cost Category Rule Rule Not>  - Return results that do not match the 
Dimensionobject. - Ors
List<Get
Cost Category Rule Rule Or>  - Return results that match either 
Dimensionobject. - 
List<Get
Cost Category Rule Rule Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Ands
[]Get
Cost Category Rule Rule And  - Return results that match both 
Dimensionobjects. - Cost
Categories []GetCost Category Rule Rule Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - Nots
[]Get
Cost Category Rule Rule Not  - Return results that do not match the 
Dimensionobject. - Ors
[]Get
Cost Category Rule Rule Or  - Return results that match either 
Dimensionobject. - 
[]Get
Cost Category Rule Rule Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
List<Get
Cost Category Rule Rule And>  - Return results that match both 
Dimensionobjects. - cost
Categories List<GetCost Category Rule Rule Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
List<Get
Cost Category Rule Rule Not>  - Return results that do not match the 
Dimensionobject. - ors
List<Get
Cost Category Rule Rule Or>  - Return results that match either 
Dimensionobject. - 
List<Get
Cost Category Rule Rule Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
Get
Cost Category Rule Rule And[]  - Return results that match both 
Dimensionobjects. - cost
Categories GetCost Category Rule Rule Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
Get
Cost Category Rule Rule Not[]  - Return results that do not match the 
Dimensionobject. - ors
Get
Cost Category Rule Rule Or[]  - Return results that match either 
Dimensionobject. - 
Get
Cost Category Rule Rule Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
Sequence[Get
Cost Category Rule Rule And]  - Return results that match both 
Dimensionobjects. - cost_
categories Sequence[GetCost Category Rule Rule Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
Sequence[Get
Cost Category Rule Rule Not]  - Return results that do not match the 
Dimensionobject. - ors
Sequence[Get
Cost Category Rule Rule Or]  - Return results that match either 
Dimensionobject. - 
Sequence[Get
Cost Category Rule Rule Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands List<Property Map>
 - Return results that match both 
Dimensionobjects. - cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots List<Property Map>
 - Return results that do not match the 
Dimensionobject. - ors List<Property Map>
 - Return results that match either 
Dimensionobject. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleAnd     
- Ands
List<Get
Cost Category Rule Rule And And>  - Return results that match both 
Dimensionobjects. - Cost
Categories List<GetCost Category Rule Rule And Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule And Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - Nots
List<Get
Cost Category Rule Rule And Not>  - Return results that do not match the 
Dimensionobject. - Ors
List<Get
Cost Category Rule Rule And Or>  - Return results that match either 
Dimensionobject. - 
List<Get
Cost Category Rule Rule And Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Ands
[]Get
Cost Category Rule Rule And And  - Return results that match both 
Dimensionobjects. - Cost
Categories []GetCost Category Rule Rule And Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule And Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - Nots
[]Get
Cost Category Rule Rule And Not  - Return results that do not match the 
Dimensionobject. - Ors
[]Get
Cost Category Rule Rule And Or  - Return results that match either 
Dimensionobject. - 
[]Get
Cost Category Rule Rule And Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
List<Get
Cost Category Rule Rule And And>  - Return results that match both 
Dimensionobjects. - cost
Categories List<GetCost Category Rule Rule And Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule And Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
List<Get
Cost Category Rule Rule And Not>  - Return results that do not match the 
Dimensionobject. - ors
List<Get
Cost Category Rule Rule And Or>  - Return results that match either 
Dimensionobject. - 
List<Get
Cost Category Rule Rule And Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
Get
Cost Category Rule Rule And And[]  - Return results that match both 
Dimensionobjects. - cost
Categories GetCost Category Rule Rule And Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule And Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
Get
Cost Category Rule Rule And Not[]  - Return results that do not match the 
Dimensionobject. - ors
Get
Cost Category Rule Rule And Or[]  - Return results that match either 
Dimensionobject. - 
Get
Cost Category Rule Rule And Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
Sequence[Get
Cost Category Rule Rule And And]  - Return results that match both 
Dimensionobjects. - cost_
categories Sequence[GetCost Category Rule Rule And Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule And Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
Sequence[Get
Cost Category Rule Rule And Not]  - Return results that do not match the 
Dimensionobject. - ors
Sequence[Get
Cost Category Rule Rule And Or]  - Return results that match either 
Dimensionobject. - 
Sequence[Get
Cost Category Rule Rule And Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands List<Property Map>
 - Return results that match both 
Dimensionobjects. - cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots List<Property Map>
 - Return results that do not match the 
Dimensionobject. - ors List<Property Map>
 - Return results that match either 
Dimensionobject. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleAndAnd      
- Cost
Categories List<GetCost Category Rule Rule And And Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule And And Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule And And Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Cost
Categories []GetCost Category Rule Rule And And Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule And And Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
[]Get
Cost Category Rule Rule And And Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<GetCost Category Rule Rule And And Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule And And Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule And And Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories GetCost Category Rule Rule And And Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule And And Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Get
Cost Category Rule Rule And And Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost_
categories Sequence[GetCost Category Rule Rule And And Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule And And Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Sequence[Get
Cost Category Rule Rule And And Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleAndAndCostCategory        
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleAndAndDimension       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleAndAndTag       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleAndCostCategory       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleAndDimension      
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleAndNot      
- Cost
Categories List<GetCost Category Rule Rule And Not Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule And Not Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule And Not Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Cost
Categories []GetCost Category Rule Rule And Not Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule And Not Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
[]Get
Cost Category Rule Rule And Not Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<GetCost Category Rule Rule And Not Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule And Not Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule And Not Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories GetCost Category Rule Rule And Not Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule And Not Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Get
Cost Category Rule Rule And Not Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost_
categories Sequence[GetCost Category Rule Rule And Not Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule And Not Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Sequence[Get
Cost Category Rule Rule And Not Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleAndNotCostCategory        
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleAndNotDimension       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleAndNotTag       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleAndOr      
- Cost
Categories List<GetCost Category Rule Rule And Or Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule And Or Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule And Or Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Cost
Categories []GetCost Category Rule Rule And Or Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule And Or Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
[]Get
Cost Category Rule Rule And Or Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<GetCost Category Rule Rule And Or Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule And Or Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule And Or Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories GetCost Category Rule Rule And Or Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule And Or Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Get
Cost Category Rule Rule And Or Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost_
categories Sequence[GetCost Category Rule Rule And Or Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule And Or Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Sequence[Get
Cost Category Rule Rule And Or Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleAndOrCostCategory        
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleAndOrDimension       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleAndOrTag       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleAndTag      
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleCostCategory      
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleDimension     
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNot     
- Ands
List<Get
Cost Category Rule Rule Not And>  - Return results that match both 
Dimensionobjects. - Cost
Categories List<GetCost Category Rule Rule Not Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule Not Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - Nots
List<Get
Cost Category Rule Rule Not Not>  - Return results that do not match the 
Dimensionobject. - Ors
List<Get
Cost Category Rule Rule Not Or>  - Return results that match either 
Dimensionobject. - 
List<Get
Cost Category Rule Rule Not Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Ands
[]Get
Cost Category Rule Rule Not And  - Return results that match both 
Dimensionobjects. - Cost
Categories []GetCost Category Rule Rule Not Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule Not Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - Nots
[]Get
Cost Category Rule Rule Not Not  - Return results that do not match the 
Dimensionobject. - Ors
[]Get
Cost Category Rule Rule Not Or  - Return results that match either 
Dimensionobject. - 
[]Get
Cost Category Rule Rule Not Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
List<Get
Cost Category Rule Rule Not And>  - Return results that match both 
Dimensionobjects. - cost
Categories List<GetCost Category Rule Rule Not Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule Not Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
List<Get
Cost Category Rule Rule Not Not>  - Return results that do not match the 
Dimensionobject. - ors
List<Get
Cost Category Rule Rule Not Or>  - Return results that match either 
Dimensionobject. - 
List<Get
Cost Category Rule Rule Not Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
Get
Cost Category Rule Rule Not And[]  - Return results that match both 
Dimensionobjects. - cost
Categories GetCost Category Rule Rule Not Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule Not Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
Get
Cost Category Rule Rule Not Not[]  - Return results that do not match the 
Dimensionobject. - ors
Get
Cost Category Rule Rule Not Or[]  - Return results that match either 
Dimensionobject. - 
Get
Cost Category Rule Rule Not Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
Sequence[Get
Cost Category Rule Rule Not And]  - Return results that match both 
Dimensionobjects. - cost_
categories Sequence[GetCost Category Rule Rule Not Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule Not Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
Sequence[Get
Cost Category Rule Rule Not Not]  - Return results that do not match the 
Dimensionobject. - ors
Sequence[Get
Cost Category Rule Rule Not Or]  - Return results that match either 
Dimensionobject. - 
Sequence[Get
Cost Category Rule Rule Not Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands List<Property Map>
 - Return results that match both 
Dimensionobjects. - cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots List<Property Map>
 - Return results that do not match the 
Dimensionobject. - ors List<Property Map>
 - Return results that match either 
Dimensionobject. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleNotAnd      
- Cost
Categories List<GetCost Category Rule Rule Not And Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule Not And Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Not And Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Cost
Categories []GetCost Category Rule Rule Not And Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule Not And Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
[]Get
Cost Category Rule Rule Not And Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<GetCost Category Rule Rule Not And Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule Not And Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Not And Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories GetCost Category Rule Rule Not And Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule Not And Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Get
Cost Category Rule Rule Not And Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost_
categories Sequence[GetCost Category Rule Rule Not And Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule Not And Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Sequence[Get
Cost Category Rule Rule Not And Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleNotAndCostCategory        
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNotAndDimension       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNotAndTag       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNotCostCategory       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNotDimension      
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNotNot      
- Cost
Categories List<GetCost Category Rule Rule Not Not Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule Not Not Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Not Not Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Cost
Categories []GetCost Category Rule Rule Not Not Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule Not Not Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
[]Get
Cost Category Rule Rule Not Not Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<GetCost Category Rule Rule Not Not Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule Not Not Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Not Not Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories GetCost Category Rule Rule Not Not Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule Not Not Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Get
Cost Category Rule Rule Not Not Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost_
categories Sequence[GetCost Category Rule Rule Not Not Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule Not Not Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Sequence[Get
Cost Category Rule Rule Not Not Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleNotNotCostCategory        
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNotNotDimension       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNotNotTag       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNotOr      
- Cost
Categories List<GetCost Category Rule Rule Not Or Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule Not Or Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Not Or Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Cost
Categories []GetCost Category Rule Rule Not Or Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule Not Or Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
[]Get
Cost Category Rule Rule Not Or Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<GetCost Category Rule Rule Not Or Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule Not Or Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Not Or Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories GetCost Category Rule Rule Not Or Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule Not Or Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Get
Cost Category Rule Rule Not Or Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost_
categories Sequence[GetCost Category Rule Rule Not Or Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule Not Or Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Sequence[Get
Cost Category Rule Rule Not Or Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleNotOrCostCategory        
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNotOrDimension       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNotOrTag       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleNotTag      
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOr     
- Ands
List<Get
Cost Category Rule Rule Or And>  - Return results that match both 
Dimensionobjects. - Cost
Categories List<GetCost Category Rule Rule Or Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule Or Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - Nots
List<Get
Cost Category Rule Rule Or Not>  - Return results that do not match the 
Dimensionobject. - Ors
List<Get
Cost Category Rule Rule Or Or>  - Return results that match either 
Dimensionobject. - 
List<Get
Cost Category Rule Rule Or Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Ands
[]Get
Cost Category Rule Rule Or And  - Return results that match both 
Dimensionobjects. - Cost
Categories []GetCost Category Rule Rule Or Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule Or Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - Nots
[]Get
Cost Category Rule Rule Or Not  - Return results that do not match the 
Dimensionobject. - Ors
[]Get
Cost Category Rule Rule Or Or  - Return results that match either 
Dimensionobject. - 
[]Get
Cost Category Rule Rule Or Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
List<Get
Cost Category Rule Rule Or And>  - Return results that match both 
Dimensionobjects. - cost
Categories List<GetCost Category Rule Rule Or Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule Or Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
List<Get
Cost Category Rule Rule Or Not>  - Return results that do not match the 
Dimensionobject. - ors
List<Get
Cost Category Rule Rule Or Or>  - Return results that match either 
Dimensionobject. - 
List<Get
Cost Category Rule Rule Or Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
Get
Cost Category Rule Rule Or And[]  - Return results that match both 
Dimensionobjects. - cost
Categories GetCost Category Rule Rule Or Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule Or Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
Get
Cost Category Rule Rule Or Not[]  - Return results that do not match the 
Dimensionobject. - ors
Get
Cost Category Rule Rule Or Or[]  - Return results that match either 
Dimensionobject. - 
Get
Cost Category Rule Rule Or Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands
Sequence[Get
Cost Category Rule Rule Or And]  - Return results that match both 
Dimensionobjects. - cost_
categories Sequence[GetCost Category Rule Rule Or Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule Or Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots
Sequence[Get
Cost Category Rule Rule Or Not]  - Return results that do not match the 
Dimensionobject. - ors
Sequence[Get
Cost Category Rule Rule Or Or]  - Return results that match either 
Dimensionobject. - 
Sequence[Get
Cost Category Rule Rule Or Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- ands List<Property Map>
 - Return results that match both 
Dimensionobjects. - cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - nots List<Property Map>
 - Return results that do not match the 
Dimensionobject. - ors List<Property Map>
 - Return results that match either 
Dimensionobject. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleOrAnd      
- Cost
Categories List<GetCost Category Rule Rule Or And Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule Or And Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Or And Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Cost
Categories []GetCost Category Rule Rule Or And Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule Or And Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
[]Get
Cost Category Rule Rule Or And Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<GetCost Category Rule Rule Or And Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule Or And Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Or And Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories GetCost Category Rule Rule Or And Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule Or And Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Get
Cost Category Rule Rule Or And Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost_
categories Sequence[GetCost Category Rule Rule Or And Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule Or And Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Sequence[Get
Cost Category Rule Rule Or And Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleOrAndCostCategory        
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOrAndDimension       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOrAndTag       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOrCostCategory       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOrDimension      
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOrNot      
- Cost
Categories List<GetCost Category Rule Rule Or Not Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule Or Not Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Or Not Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Cost
Categories []GetCost Category Rule Rule Or Not Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule Or Not Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
[]Get
Cost Category Rule Rule Or Not Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<GetCost Category Rule Rule Or Not Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule Or Not Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Or Not Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories GetCost Category Rule Rule Or Not Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule Or Not Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Get
Cost Category Rule Rule Or Not Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost_
categories Sequence[GetCost Category Rule Rule Or Not Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule Or Not Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Sequence[Get
Cost Category Rule Rule Or Not Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleOrNotCostCategory        
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOrNotDimension       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOrNotTag       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOrOr      
- Cost
Categories List<GetCost Category Rule Rule Or Or Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
List<Get
Cost Category Rule Rule Or Or Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Or Or Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- Cost
Categories []GetCost Category Rule Rule Or Or Cost Category  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - Dimensions
[]Get
Cost Category Rule Rule Or Or Dimension  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
[]Get
Cost Category Rule Rule Or Or Tag  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<GetCost Category Rule Rule Or Or Cost Category>  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
List<Get
Cost Category Rule Rule Or Or Dimension>  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
List<Get
Cost Category Rule Rule Or Or Tag>  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories GetCost Category Rule Rule Or Or Cost Category[]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Get
Cost Category Rule Rule Or Or Dimension[]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Get
Cost Category Rule Rule Or Or Tag[]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost_
categories Sequence[GetCost Category Rule Rule Or Or Cost Category]  - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions
Sequence[Get
Cost Category Rule Rule Or Or Dimension]  - Configuration block for the specific 
Dimensionto use forExpression. See below. - 
Sequence[Get
Cost Category Rule Rule Or Or Tag]  - Configuration block for the specific 
Tagto use forExpression. See below. 
- cost
Categories List<Property Map> - Configuration block for the filter that's based on 
CostCategoryvalues. See below. - dimensions List<Property Map>
 - Configuration block for the specific 
Dimensionto use forExpression. See below. - List<Property Map>
 - Configuration block for the specific 
Tagto use forExpression. See below. 
GetCostCategoryRuleRuleOrOrCostCategory        
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOrOrDimension       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOrOrTag       
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleOrTag      
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategoryRuleRuleTag     
- Key string
 - Key for the tag.
 - Match
Options List<string> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values List<string>
 - Parameter values.
 
- Key string
 - Key for the tag.
 - Match
Options []string - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - Values []string
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
- key string
 - Key for the tag.
 - match
Options string[] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values string[]
 - Parameter values.
 
- key str
 - Key for the tag.
 - match_
options Sequence[str] - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values Sequence[str]
 - Parameter values.
 
- key String
 - Key for the tag.
 - match
Options List<String> - Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is 
EQUALSandCASE_SENSITIVE. Valid values are:EQUALS,ABSENT,STARTS_WITH,ENDS_WITH,CONTAINS,CASE_SENSITIVE,CASE_INSENSITIVE. - values List<String>
 - Parameter values.
 
GetCostCategorySplitChargeRule     
- Method string
 - Method that's used to define how to split your source costs across your targets. Valid values are 
FIXED,PROPORTIONAL,EVEN - Parameters
List<Get
Cost Category Split Charge Rule Parameter>  - Configuration block for the parameters for a split charge method. This is only required for the 
FIXEDmethod. See below. - Source string
 - Cost Category value that you want to split.
 - Targets List<string>
 - Cost Category values that you want to split costs across. These values can't be used as a source in other split charge rules.
 
- Method string
 - Method that's used to define how to split your source costs across your targets. Valid values are 
FIXED,PROPORTIONAL,EVEN - Parameters
[]Get
Cost Category Split Charge Rule Parameter  - Configuration block for the parameters for a split charge method. This is only required for the 
FIXEDmethod. See below. - Source string
 - Cost Category value that you want to split.
 - Targets []string
 - Cost Category values that you want to split costs across. These values can't be used as a source in other split charge rules.
 
- method String
 - Method that's used to define how to split your source costs across your targets. Valid values are 
FIXED,PROPORTIONAL,EVEN - parameters
List<Get
Cost Category Split Charge Rule Parameter>  - Configuration block for the parameters for a split charge method. This is only required for the 
FIXEDmethod. See below. - source String
 - Cost Category value that you want to split.
 - targets List<String>
 - Cost Category values that you want to split costs across. These values can't be used as a source in other split charge rules.
 
- method string
 - Method that's used to define how to split your source costs across your targets. Valid values are 
FIXED,PROPORTIONAL,EVEN - parameters
Get
Cost Category Split Charge Rule Parameter[]  - Configuration block for the parameters for a split charge method. This is only required for the 
FIXEDmethod. See below. - source string
 - Cost Category value that you want to split.
 - targets string[]
 - Cost Category values that you want to split costs across. These values can't be used as a source in other split charge rules.
 
- method str
 - Method that's used to define how to split your source costs across your targets. Valid values are 
FIXED,PROPORTIONAL,EVEN - parameters
Sequence[Get
Cost Category Split Charge Rule Parameter]  - Configuration block for the parameters for a split charge method. This is only required for the 
FIXEDmethod. See below. - source str
 - Cost Category value that you want to split.
 - targets Sequence[str]
 - Cost Category values that you want to split costs across. These values can't be used as a source in other split charge rules.
 
- method String
 - Method that's used to define how to split your source costs across your targets. Valid values are 
FIXED,PROPORTIONAL,EVEN - parameters List<Property Map>
 - Configuration block for the parameters for a split charge method. This is only required for the 
FIXEDmethod. See below. - source String
 - Cost Category value that you want to split.
 - targets List<String>
 - Cost Category values that you want to split costs across. These values can't be used as a source in other split charge rules.
 
GetCostCategorySplitChargeRuleParameter      
Package Details
- Repository
 - AWS Classic pulumi/pulumi-aws
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
awsTerraform Provider.