From 4f314d2cfdec0b8df0bf5970998f572f8704d7ab Mon Sep 17 00:00:00 2001 From: Venelin Date: Fri, 15 Nov 2024 11:38:15 +0000 Subject: [PATCH 1/2] make tfgen --- provider/cmd/pulumi-resource-datadog/schema.json | 6 +++--- provider/go.mod | 2 +- provider/go.sum | 4 ++-- upstream | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/provider/cmd/pulumi-resource-datadog/schema.json b/provider/cmd/pulumi-resource-datadog/schema.json index c580fe762..6297c10ac 100644 --- a/provider/cmd/pulumi-resource-datadog/schema.json +++ b/provider/cmd/pulumi-resource-datadog/schema.json @@ -32490,7 +32490,7 @@ }, "namespace": { "type": "string", - "description": "The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`.\n" + "description": "The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`.\n" }, "tagFilterStr": { "type": "string", @@ -32509,7 +32509,7 @@ }, "namespace": { "type": "string", - "description": "The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`.\n", + "description": "The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`.\n", "willReplaceOnChanges": true }, "tagFilterStr": { @@ -32531,7 +32531,7 @@ }, "namespace": { "type": "string", - "description": "The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`.\n", + "description": "The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`.\n", "willReplaceOnChanges": true }, "tagFilterStr": { diff --git a/provider/go.mod b/provider/go.mod index 070b5910c..f65d1742b 100644 --- a/provider/go.mod +++ b/provider/go.mod @@ -38,7 +38,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect github.com/BurntSushi/toml v1.2.1 // indirect - github.com/DataDog/datadog-api-client-go/v2 v2.33.0 // indirect + github.com/DataDog/datadog-api-client-go/v2 v2.33.1-0.20241114153206-4637c31fedcf // indirect github.com/DataDog/zstd v1.5.2 // indirect github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver v1.5.0 // indirect diff --git a/provider/go.sum b/provider/go.sum index 8fb15f3f3..b3a8a8ef6 100644 --- a/provider/go.sum +++ b/provider/go.sum @@ -1167,8 +1167,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03 github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak= github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/DataDog/datadog-api-client-go/v2 v2.33.0 h1:OI6kDnJeQmkjfGzxmP0XUQUxMD4tp6oAPXnnJ4VpgUM= -github.com/DataDog/datadog-api-client-go/v2 v2.33.0/go.mod h1:d3tOEgUd2kfsr9uuHQdY+nXrWp4uikgTgVCPdKNK30U= +github.com/DataDog/datadog-api-client-go/v2 v2.33.1-0.20241114153206-4637c31fedcf h1:ev4nydbonZI3p8JrKanDp2AfK6sScWgKgPoJ9OEDvvY= +github.com/DataDog/datadog-api-client-go/v2 v2.33.1-0.20241114153206-4637c31fedcf/go.mod h1:d3tOEgUd2kfsr9uuHQdY+nXrWp4uikgTgVCPdKNK30U= github.com/DataDog/zstd v1.5.2 h1:vUG4lAyuPCXO0TLbXvPv7EB7cNK1QV/luu55UHLrrn8= github.com/DataDog/zstd v1.5.2/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM= diff --git a/upstream b/upstream index bc863b72a..7cb3a9cbc 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit bc863b72a5df3e26ebad99216bc54f1f19f9170f +Subproject commit 7cb3a9cbc1514b341a44d25e2604851d486d7543 From 7ec4eaa8747f9d33f0295eda82c3e01eebcf0cf4 Mon Sep 17 00:00:00 2001 From: Venelin Date: Fri, 15 Nov 2024 11:40:13 +0000 Subject: [PATCH 2/2] make build_sdks --- sdk/dotnet/Aws/IntegrationTagFilter.cs | 6 +++--- sdk/go/datadog/aws/integrationTagFilter.go | 12 ++++++------ .../pulumi/datadog/aws/IntegrationTagFilter.java | 4 ++-- .../datadog/aws/IntegrationTagFilterArgs.java | 8 ++++---- .../aws/inputs/IntegrationTagFilterState.java | 8 ++++---- sdk/nodejs/aws/integrationTagFilter.ts | 6 +++--- .../pulumi_datadog/aws/integration_tag_filter.py | 14 +++++++------- 7 files changed, 29 insertions(+), 29 deletions(-) diff --git a/sdk/dotnet/Aws/IntegrationTagFilter.cs b/sdk/dotnet/Aws/IntegrationTagFilter.cs index dc6ec9cff..46a821162 100644 --- a/sdk/dotnet/Aws/IntegrationTagFilter.cs +++ b/sdk/dotnet/Aws/IntegrationTagFilter.cs @@ -51,7 +51,7 @@ public partial class IntegrationTagFilter : global::Pulumi.CustomResource public Output AccountId { get; private set; } = null!; /// - /// The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + /// The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. /// [Output("namespace")] public Output Namespace { get; private set; } = null!; @@ -115,7 +115,7 @@ public sealed class IntegrationTagFilterArgs : global::Pulumi.ResourceArgs public Input AccountId { get; set; } = null!; /// - /// The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + /// The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. /// [Input("namespace", required: true)] public Input Namespace { get; set; } = null!; @@ -141,7 +141,7 @@ public sealed class IntegrationTagFilterState : global::Pulumi.ResourceArgs public Input? AccountId { get; set; } /// - /// The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + /// The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. /// [Input("namespace")] public Input? Namespace { get; set; } diff --git a/sdk/go/datadog/aws/integrationTagFilter.go b/sdk/go/datadog/aws/integrationTagFilter.go index 4f7c08ac6..7e2d13e1e 100644 --- a/sdk/go/datadog/aws/integrationTagFilter.go +++ b/sdk/go/datadog/aws/integrationTagFilter.go @@ -55,7 +55,7 @@ type IntegrationTagFilter struct { // Your AWS Account ID without dashes. AccountId pulumi.StringOutput `pulumi:"accountId"` - // The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`. + // The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`. Namespace pulumi.StringOutput `pulumi:"namespace"` // The tag filter string. TagFilterStr pulumi.StringOutput `pulumi:"tagFilterStr"` @@ -102,7 +102,7 @@ func GetIntegrationTagFilter(ctx *pulumi.Context, type integrationTagFilterState struct { // Your AWS Account ID without dashes. AccountId *string `pulumi:"accountId"` - // The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`. + // The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`. Namespace *string `pulumi:"namespace"` // The tag filter string. TagFilterStr *string `pulumi:"tagFilterStr"` @@ -111,7 +111,7 @@ type integrationTagFilterState struct { type IntegrationTagFilterState struct { // Your AWS Account ID without dashes. AccountId pulumi.StringPtrInput - // The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`. + // The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`. Namespace pulumi.StringPtrInput // The tag filter string. TagFilterStr pulumi.StringPtrInput @@ -124,7 +124,7 @@ func (IntegrationTagFilterState) ElementType() reflect.Type { type integrationTagFilterArgs struct { // Your AWS Account ID without dashes. AccountId string `pulumi:"accountId"` - // The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`. + // The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`. Namespace string `pulumi:"namespace"` // The tag filter string. TagFilterStr string `pulumi:"tagFilterStr"` @@ -134,7 +134,7 @@ type integrationTagFilterArgs struct { type IntegrationTagFilterArgs struct { // Your AWS Account ID without dashes. AccountId pulumi.StringInput - // The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`. + // The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`. Namespace pulumi.StringInput // The tag filter string. TagFilterStr pulumi.StringInput @@ -232,7 +232,7 @@ func (o IntegrationTagFilterOutput) AccountId() pulumi.StringOutput { return o.ApplyT(func(v *IntegrationTagFilter) pulumi.StringOutput { return v.AccountId }).(pulumi.StringOutput) } -// The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`. +// The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`. func (o IntegrationTagFilterOutput) Namespace() pulumi.StringOutput { return o.ApplyT(func(v *IntegrationTagFilter) pulumi.StringOutput { return v.Namespace }).(pulumi.StringOutput) } diff --git a/sdk/java/src/main/java/com/pulumi/datadog/aws/IntegrationTagFilter.java b/sdk/java/src/main/java/com/pulumi/datadog/aws/IntegrationTagFilter.java index 3c704e622..ca24d4522 100644 --- a/sdk/java/src/main/java/com/pulumi/datadog/aws/IntegrationTagFilter.java +++ b/sdk/java/src/main/java/com/pulumi/datadog/aws/IntegrationTagFilter.java @@ -80,14 +80,14 @@ public Output accountId() { return this.accountId; } /** - * The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + * The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. * */ @Export(name="namespace", refs={String.class}, tree="[0]") private Output namespace; /** - * @return The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + * @return The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. * */ public Output namespace() { diff --git a/sdk/java/src/main/java/com/pulumi/datadog/aws/IntegrationTagFilterArgs.java b/sdk/java/src/main/java/com/pulumi/datadog/aws/IntegrationTagFilterArgs.java index 7256f650b..8ce470bbb 100644 --- a/sdk/java/src/main/java/com/pulumi/datadog/aws/IntegrationTagFilterArgs.java +++ b/sdk/java/src/main/java/com/pulumi/datadog/aws/IntegrationTagFilterArgs.java @@ -30,14 +30,14 @@ public Output accountId() { } /** - * The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + * The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. * */ @Import(name="namespace", required=true) private Output namespace; /** - * @return The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + * @return The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. * */ public Output namespace() { @@ -107,7 +107,7 @@ public Builder accountId(String accountId) { } /** - * @param namespace The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + * @param namespace The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. * * @return builder * @@ -118,7 +118,7 @@ public Builder namespace(Output namespace) { } /** - * @param namespace The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + * @param namespace The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/datadog/aws/inputs/IntegrationTagFilterState.java b/sdk/java/src/main/java/com/pulumi/datadog/aws/inputs/IntegrationTagFilterState.java index 4cd279d31..eb8743cd8 100644 --- a/sdk/java/src/main/java/com/pulumi/datadog/aws/inputs/IntegrationTagFilterState.java +++ b/sdk/java/src/main/java/com/pulumi/datadog/aws/inputs/IntegrationTagFilterState.java @@ -31,14 +31,14 @@ public Optional> accountId() { } /** - * The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + * The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. * */ @Import(name="namespace") private @Nullable Output namespace; /** - * @return The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + * @return The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. * */ public Optional> namespace() { @@ -108,7 +108,7 @@ public Builder accountId(String accountId) { } /** - * @param namespace The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + * @param namespace The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. * * @return builder * @@ -119,7 +119,7 @@ public Builder namespace(@Nullable Output namespace) { } /** - * @param namespace The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + * @param namespace The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. * * @return builder * diff --git a/sdk/nodejs/aws/integrationTagFilter.ts b/sdk/nodejs/aws/integrationTagFilter.ts index c53e8d7f5..07921a4a4 100644 --- a/sdk/nodejs/aws/integrationTagFilter.ts +++ b/sdk/nodejs/aws/integrationTagFilter.ts @@ -62,7 +62,7 @@ export class IntegrationTagFilter extends pulumi.CustomResource { */ public readonly accountId!: pulumi.Output; /** - * The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`. + * The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`. */ public readonly namespace!: pulumi.Output; /** @@ -115,7 +115,7 @@ export interface IntegrationTagFilterState { */ accountId?: pulumi.Input; /** - * The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`. + * The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`. */ namespace?: pulumi.Input; /** @@ -133,7 +133,7 @@ export interface IntegrationTagFilterArgs { */ accountId: pulumi.Input; /** - * The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`. + * The namespace associated with the tag filter entry. Valid values are `elb`, `applicationElb`, `sqs`, `rds`, `custom`, `networkElb`, `lambda`, `stepFunctions`. */ namespace: pulumi.Input; /** diff --git a/sdk/python/pulumi_datadog/aws/integration_tag_filter.py b/sdk/python/pulumi_datadog/aws/integration_tag_filter.py index 2ca19429a..eb4e96db9 100644 --- a/sdk/python/pulumi_datadog/aws/integration_tag_filter.py +++ b/sdk/python/pulumi_datadog/aws/integration_tag_filter.py @@ -25,7 +25,7 @@ def __init__(__self__, *, """ The set of arguments for constructing a IntegrationTagFilter resource. :param pulumi.Input[str] account_id: Your AWS Account ID without dashes. - :param pulumi.Input[str] namespace: The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + :param pulumi.Input[str] namespace: The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. :param pulumi.Input[str] tag_filter_str: The tag filter string. """ pulumi.set(__self__, "account_id", account_id) @@ -48,7 +48,7 @@ def account_id(self, value: pulumi.Input[str]): @pulumi.getter def namespace(self) -> pulumi.Input[str]: """ - The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. """ return pulumi.get(self, "namespace") @@ -78,7 +78,7 @@ def __init__(__self__, *, """ Input properties used for looking up and filtering IntegrationTagFilter resources. :param pulumi.Input[str] account_id: Your AWS Account ID without dashes. - :param pulumi.Input[str] namespace: The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + :param pulumi.Input[str] namespace: The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. :param pulumi.Input[str] tag_filter_str: The tag filter string. """ if account_id is not None: @@ -104,7 +104,7 @@ def account_id(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def namespace(self) -> Optional[pulumi.Input[str]]: """ - The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. """ return pulumi.get(self, "namespace") @@ -161,7 +161,7 @@ def __init__(__self__, :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] account_id: Your AWS Account ID without dashes. - :param pulumi.Input[str] namespace: The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + :param pulumi.Input[str] namespace: The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. :param pulumi.Input[str] tag_filter_str: The tag filter string. """ ... @@ -251,7 +251,7 @@ def get(resource_name: str, :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] account_id: Your AWS Account ID without dashes. - :param pulumi.Input[str] namespace: The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + :param pulumi.Input[str] namespace: The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. :param pulumi.Input[str] tag_filter_str: The tag filter string. """ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) @@ -275,7 +275,7 @@ def account_id(self) -> pulumi.Output[str]: @pulumi.getter def namespace(self) -> pulumi.Output[str]: """ - The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`. + The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`. """ return pulumi.get(self, "namespace")