azure-native.awsconnector.NetworkFirewallFirewallPolicy
Explore with Pulumi AI
A Microsoft.AwsConnector resource Azure REST API version: 2024-12-01.
Example Usage
NetworkFirewallFirewallPolicies_CreateOrReplace
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var networkFirewallFirewallPolicy = new AzureNative.AwsConnector.NetworkFirewallFirewallPolicy("networkFirewallFirewallPolicy", new()
    {
        Location = "jmirflesx",
        Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        Properties = new AzureNative.AwsConnector.Inputs.NetworkFirewallFirewallPolicyPropertiesArgs
        {
            Arn = "rwqxtqealkkjplaoauziyt",
            AwsAccountId = "fvglwybfwcjydvshvpaqacdtncc",
            AwsProperties = new AzureNative.AwsConnector.Inputs.AwsNetworkFirewallFirewallPolicyPropertiesArgs
            {
                Description = "lgkmdcxkddlt",
                FirewallPolicy = new AzureNative.AwsConnector.Inputs.FirewallPolicyArgs
                {
                    PolicyVariables = new AzureNative.AwsConnector.Inputs.RuleVariablesModelArgs
                    {
                        RuleVariables = 
                        {
                            { "key6441", new AzureNative.AwsConnector.Inputs.IPSetArgs
                            {
                                Definition = new[]
                                {
                                    "nwcsmd",
                                },
                            } },
                        },
                    },
                    StatefulDefaultActions = new[]
                    {
                        "rhluwzzqiehteaka",
                    },
                    StatefulEngineOptions = new AzureNative.AwsConnector.Inputs.StatefulEngineOptionsArgs
                    {
                        RuleOrder = AzureNative.AwsConnector.StatefulEngineOptionsRuleOrder.DEFAULT_ACTION_ORDER,
                        StreamExceptionPolicy = AzureNative.AwsConnector.StatefulEngineOptionsStreamExceptionPolicy.CONTINUE,
                    },
                    StatefulRuleGroupReferences = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.StatefulRuleGroupReferenceArgs
                        {
                            Override = new AzureNative.AwsConnector.Inputs.StatefulRuleGroupOverrideArgs
                            {
                                Action = AzureNative.AwsConnector.StatefulRuleGroupOverrideAction.DROP_TO_ALERT,
                            },
                            Priority = 24,
                            ResourceArn = "mjmcihwfckvrmkqo",
                        },
                    },
                    StatelessCustomActions = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.CustomActionArgs
                        {
                            ActionDefinition = new AzureNative.AwsConnector.Inputs.ActionDefinitionArgs
                            {
                                PublishMetricAction = new AzureNative.AwsConnector.Inputs.PublishMetricActionArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new AzureNative.AwsConnector.Inputs.DimensionArgs
                                        {
                                            Value = "kpelhvywxyvfwbkxeepdvujwrlywy",
                                        },
                                    },
                                },
                            },
                            ActionName = "vzrqjgluyejlinwxxhuljye",
                        },
                    },
                    StatelessDefaultActions = new[]
                    {
                        "bhojbxqneam",
                    },
                    StatelessFragmentDefaultActions = new[]
                    {
                        "lnpufwfpveptbxocevsbt",
                    },
                    StatelessRuleGroupReferences = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.StatelessRuleGroupReferenceArgs
                        {
                            Priority = 11,
                            ResourceArn = "kjggnkcabwynhgqkoryqzbkwz",
                        },
                    },
                    TlsInspectionConfigurationArn = "qrdcssdykfcsxjdimv",
                },
                FirewallPolicyArn = "xpoahy",
                FirewallPolicyId = "ofrzbmefsngq",
                FirewallPolicyName = "xasgbvm",
                Tags = new[]
                {
                    new AzureNative.AwsConnector.Inputs.TagArgs
                    {
                        Key = "njlfcpwz",
                        Value = "lrpynqejzy",
                    },
                },
            },
            AwsRegion = "ujnhepy",
            AwsSourceSchema = "tupxubxwdvvlcxhmjn",
            AwsTags = 
            {
                { "key2264", "v" },
            },
            PublicCloudConnectorsResourceId = "jgglyugkzlbqyphcmiuchfpzd",
            PublicCloudResourceName = "txlbnhchqhqamo",
        },
        ResourceGroupName = "rgnetworkFirewallFirewallPolicy",
        Tags = 
        {
            { "key2040", "rrw" },
        },
    });
});
package main
import (
	awsconnector "github.com/pulumi/pulumi-azure-native-sdk/awsconnector/v2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := awsconnector.NewNetworkFirewallFirewallPolicy(ctx, "networkFirewallFirewallPolicy", &awsconnector.NetworkFirewallFirewallPolicyArgs{
			Location: pulumi.String("jmirflesx"),
			Name:     pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
			Properties: &awsconnector.NetworkFirewallFirewallPolicyPropertiesArgs{
				Arn:          pulumi.String("rwqxtqealkkjplaoauziyt"),
				AwsAccountId: pulumi.String("fvglwybfwcjydvshvpaqacdtncc"),
				AwsProperties: &awsconnector.AwsNetworkFirewallFirewallPolicyPropertiesArgs{
					Description: pulumi.String("lgkmdcxkddlt"),
					FirewallPolicy: &awsconnector.FirewallPolicyArgs{
						PolicyVariables: &awsconnector.RuleVariablesModelArgs{
							RuleVariables: awsconnector.IPSetMap{
								"key6441": &awsconnector.IPSetArgs{
									Definition: pulumi.StringArray{
										pulumi.String("nwcsmd"),
									},
								},
							},
						},
						StatefulDefaultActions: pulumi.StringArray{
							pulumi.String("rhluwzzqiehteaka"),
						},
						StatefulEngineOptions: &awsconnector.StatefulEngineOptionsArgs{
							RuleOrder:             pulumi.String(awsconnector.StatefulEngineOptionsRuleOrder_DEFAULT_ACTION_ORDER),
							StreamExceptionPolicy: pulumi.String(awsconnector.StatefulEngineOptionsStreamExceptionPolicyCONTINUE),
						},
						StatefulRuleGroupReferences: awsconnector.StatefulRuleGroupReferenceArray{
							&awsconnector.StatefulRuleGroupReferenceArgs{
								Override: &awsconnector.StatefulRuleGroupOverrideArgs{
									Action: pulumi.String(awsconnector.StatefulRuleGroupOverrideAction_DROP_TO_ALERT),
								},
								Priority:    pulumi.Int(24),
								ResourceArn: pulumi.String("mjmcihwfckvrmkqo"),
							},
						},
						StatelessCustomActions: awsconnector.CustomActionArray{
							&awsconnector.CustomActionArgs{
								ActionDefinition: &awsconnector.ActionDefinitionArgs{
									PublishMetricAction: &awsconnector.PublishMetricActionArgs{
										Dimensions: awsconnector.DimensionArray{
											&awsconnector.DimensionArgs{
												Value: pulumi.String("kpelhvywxyvfwbkxeepdvujwrlywy"),
											},
										},
									},
								},
								ActionName: pulumi.String("vzrqjgluyejlinwxxhuljye"),
							},
						},
						StatelessDefaultActions: pulumi.StringArray{
							pulumi.String("bhojbxqneam"),
						},
						StatelessFragmentDefaultActions: pulumi.StringArray{
							pulumi.String("lnpufwfpveptbxocevsbt"),
						},
						StatelessRuleGroupReferences: awsconnector.StatelessRuleGroupReferenceArray{
							&awsconnector.StatelessRuleGroupReferenceArgs{
								Priority:    pulumi.Int(11),
								ResourceArn: pulumi.String("kjggnkcabwynhgqkoryqzbkwz"),
							},
						},
						TlsInspectionConfigurationArn: pulumi.String("qrdcssdykfcsxjdimv"),
					},
					FirewallPolicyArn:  pulumi.String("xpoahy"),
					FirewallPolicyId:   pulumi.String("ofrzbmefsngq"),
					FirewallPolicyName: pulumi.String("xasgbvm"),
					Tags: awsconnector.TagArray{
						&awsconnector.TagArgs{
							Key:   pulumi.String("njlfcpwz"),
							Value: pulumi.String("lrpynqejzy"),
						},
					},
				},
				AwsRegion:       pulumi.String("ujnhepy"),
				AwsSourceSchema: pulumi.String("tupxubxwdvvlcxhmjn"),
				AwsTags: pulumi.StringMap{
					"key2264": pulumi.String("v"),
				},
				PublicCloudConnectorsResourceId: pulumi.String("jgglyugkzlbqyphcmiuchfpzd"),
				PublicCloudResourceName:         pulumi.String("txlbnhchqhqamo"),
			},
			ResourceGroupName: pulumi.String("rgnetworkFirewallFirewallPolicy"),
			Tags: pulumi.StringMap{
				"key2040": pulumi.String("rrw"),
			},
		})
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.awsconnector.NetworkFirewallFirewallPolicy;
import com.pulumi.azurenative.awsconnector.NetworkFirewallFirewallPolicyArgs;
import com.pulumi.azurenative.awsconnector.inputs.NetworkFirewallFirewallPolicyPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AwsNetworkFirewallFirewallPolicyPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.FirewallPolicyArgs;
import com.pulumi.azurenative.awsconnector.inputs.RuleVariablesModelArgs;
import com.pulumi.azurenative.awsconnector.inputs.StatefulEngineOptionsArgs;
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) {
        var networkFirewallFirewallPolicy = new NetworkFirewallFirewallPolicy("networkFirewallFirewallPolicy", NetworkFirewallFirewallPolicyArgs.builder()
            .location("jmirflesx")
            .name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
            .properties(NetworkFirewallFirewallPolicyPropertiesArgs.builder()
                .arn("rwqxtqealkkjplaoauziyt")
                .awsAccountId("fvglwybfwcjydvshvpaqacdtncc")
                .awsProperties(AwsNetworkFirewallFirewallPolicyPropertiesArgs.builder()
                    .description("lgkmdcxkddlt")
                    .firewallPolicy(FirewallPolicyArgs.builder()
                        .policyVariables(RuleVariablesModelArgs.builder()
                            .ruleVariables(Map.of("key6441", Map.of("definition", "nwcsmd")))
                            .build())
                        .statefulDefaultActions("rhluwzzqiehteaka")
                        .statefulEngineOptions(StatefulEngineOptionsArgs.builder()
                            .ruleOrder("DEFAULT_ACTION_ORDER")
                            .streamExceptionPolicy("CONTINUE")
                            .build())
                        .statefulRuleGroupReferences(StatefulRuleGroupReferenceArgs.builder()
                            .override(StatefulRuleGroupOverrideArgs.builder()
                                .action("DROP_TO_ALERT")
                                .build())
                            .priority(24)
                            .resourceArn("mjmcihwfckvrmkqo")
                            .build())
                        .statelessCustomActions(CustomActionArgs.builder()
                            .actionDefinition(ActionDefinitionArgs.builder()
                                .publishMetricAction(PublishMetricActionArgs.builder()
                                    .dimensions(DimensionArgs.builder()
                                        .value("kpelhvywxyvfwbkxeepdvujwrlywy")
                                        .build())
                                    .build())
                                .build())
                            .actionName("vzrqjgluyejlinwxxhuljye")
                            .build())
                        .statelessDefaultActions("bhojbxqneam")
                        .statelessFragmentDefaultActions("lnpufwfpveptbxocevsbt")
                        .statelessRuleGroupReferences(StatelessRuleGroupReferenceArgs.builder()
                            .priority(11)
                            .resourceArn("kjggnkcabwynhgqkoryqzbkwz")
                            .build())
                        .tlsInspectionConfigurationArn("qrdcssdykfcsxjdimv")
                        .build())
                    .firewallPolicyArn("xpoahy")
                    .firewallPolicyId("ofrzbmefsngq")
                    .firewallPolicyName("xasgbvm")
                    .tags(TagArgs.builder()
                        .key("njlfcpwz")
                        .value("lrpynqejzy")
                        .build())
                    .build())
                .awsRegion("ujnhepy")
                .awsSourceSchema("tupxubxwdvvlcxhmjn")
                .awsTags(Map.of("key2264", "v"))
                .publicCloudConnectorsResourceId("jgglyugkzlbqyphcmiuchfpzd")
                .publicCloudResourceName("txlbnhchqhqamo")
                .build())
            .resourceGroupName("rgnetworkFirewallFirewallPolicy")
            .tags(Map.of("key2040", "rrw"))
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const networkFirewallFirewallPolicy = new azure_native.awsconnector.NetworkFirewallFirewallPolicy("networkFirewallFirewallPolicy", {
    location: "jmirflesx",
    name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties: {
        arn: "rwqxtqealkkjplaoauziyt",
        awsAccountId: "fvglwybfwcjydvshvpaqacdtncc",
        awsProperties: {
            description: "lgkmdcxkddlt",
            firewallPolicy: {
                policyVariables: {
                    ruleVariables: {
                        key6441: {
                            definition: ["nwcsmd"],
                        },
                    },
                },
                statefulDefaultActions: ["rhluwzzqiehteaka"],
                statefulEngineOptions: {
                    ruleOrder: azure_native.awsconnector.StatefulEngineOptionsRuleOrder.DEFAULT_ACTION_ORDER,
                    streamExceptionPolicy: azure_native.awsconnector.StatefulEngineOptionsStreamExceptionPolicy.CONTINUE,
                },
                statefulRuleGroupReferences: [{
                    override: {
                        action: azure_native.awsconnector.StatefulRuleGroupOverrideAction.DROP_TO_ALERT,
                    },
                    priority: 24,
                    resourceArn: "mjmcihwfckvrmkqo",
                }],
                statelessCustomActions: [{
                    actionDefinition: {
                        publishMetricAction: {
                            dimensions: [{
                                value: "kpelhvywxyvfwbkxeepdvujwrlywy",
                            }],
                        },
                    },
                    actionName: "vzrqjgluyejlinwxxhuljye",
                }],
                statelessDefaultActions: ["bhojbxqneam"],
                statelessFragmentDefaultActions: ["lnpufwfpveptbxocevsbt"],
                statelessRuleGroupReferences: [{
                    priority: 11,
                    resourceArn: "kjggnkcabwynhgqkoryqzbkwz",
                }],
                tlsInspectionConfigurationArn: "qrdcssdykfcsxjdimv",
            },
            firewallPolicyArn: "xpoahy",
            firewallPolicyId: "ofrzbmefsngq",
            firewallPolicyName: "xasgbvm",
            tags: [{
                key: "njlfcpwz",
                value: "lrpynqejzy",
            }],
        },
        awsRegion: "ujnhepy",
        awsSourceSchema: "tupxubxwdvvlcxhmjn",
        awsTags: {
            key2264: "v",
        },
        publicCloudConnectorsResourceId: "jgglyugkzlbqyphcmiuchfpzd",
        publicCloudResourceName: "txlbnhchqhqamo",
    },
    resourceGroupName: "rgnetworkFirewallFirewallPolicy",
    tags: {
        key2040: "rrw",
    },
});
import pulumi
import pulumi_azure_native as azure_native
network_firewall_firewall_policy = azure_native.awsconnector.NetworkFirewallFirewallPolicy("networkFirewallFirewallPolicy",
    location="jmirflesx",
    name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties={
        "arn": "rwqxtqealkkjplaoauziyt",
        "aws_account_id": "fvglwybfwcjydvshvpaqacdtncc",
        "aws_properties": {
            "description": "lgkmdcxkddlt",
            "firewall_policy": {
                "policy_variables": {
                    "rule_variables": {
                        "key6441": {
                            "definition": ["nwcsmd"],
                        },
                    },
                },
                "stateful_default_actions": ["rhluwzzqiehteaka"],
                "stateful_engine_options": {
                    "rule_order": azure_native.awsconnector.StatefulEngineOptionsRuleOrder.DEFAUL_T_ACTIO_N_ORDER,
                    "stream_exception_policy": azure_native.awsconnector.StatefulEngineOptionsStreamExceptionPolicy.CONTINUE_,
                },
                "stateful_rule_group_references": [{
                    "override": {
                        "action": azure_native.awsconnector.StatefulRuleGroupOverrideAction.DRO_P_T_O_ALERT,
                    },
                    "priority": 24,
                    "resource_arn": "mjmcihwfckvrmkqo",
                }],
                "stateless_custom_actions": [{
                    "action_definition": {
                        "publish_metric_action": {
                            "dimensions": [{
                                "value": "kpelhvywxyvfwbkxeepdvujwrlywy",
                            }],
                        },
                    },
                    "action_name": "vzrqjgluyejlinwxxhuljye",
                }],
                "stateless_default_actions": ["bhojbxqneam"],
                "stateless_fragment_default_actions": ["lnpufwfpveptbxocevsbt"],
                "stateless_rule_group_references": [{
                    "priority": 11,
                    "resource_arn": "kjggnkcabwynhgqkoryqzbkwz",
                }],
                "tls_inspection_configuration_arn": "qrdcssdykfcsxjdimv",
            },
            "firewall_policy_arn": "xpoahy",
            "firewall_policy_id": "ofrzbmefsngq",
            "firewall_policy_name": "xasgbvm",
            "tags": [{
                "key": "njlfcpwz",
                "value": "lrpynqejzy",
            }],
        },
        "aws_region": "ujnhepy",
        "aws_source_schema": "tupxubxwdvvlcxhmjn",
        "aws_tags": {
            "key2264": "v",
        },
        "public_cloud_connectors_resource_id": "jgglyugkzlbqyphcmiuchfpzd",
        "public_cloud_resource_name": "txlbnhchqhqamo",
    },
    resource_group_name="rgnetworkFirewallFirewallPolicy",
    tags={
        "key2040": "rrw",
    })
resources:
  networkFirewallFirewallPolicy:
    type: azure-native:awsconnector:NetworkFirewallFirewallPolicy
    properties:
      location: jmirflesx
      name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
      properties:
        arn: rwqxtqealkkjplaoauziyt
        awsAccountId: fvglwybfwcjydvshvpaqacdtncc
        awsProperties:
          description: lgkmdcxkddlt
          firewallPolicy:
            policyVariables:
              ruleVariables:
                key6441:
                  definition:
                    - nwcsmd
            statefulDefaultActions:
              - rhluwzzqiehteaka
            statefulEngineOptions:
              ruleOrder: DEFAULT_ACTION_ORDER
              streamExceptionPolicy: CONTINUE
            statefulRuleGroupReferences:
              - override:
                  action: DROP_TO_ALERT
                priority: 24
                resourceArn: mjmcihwfckvrmkqo
            statelessCustomActions:
              - actionDefinition:
                  publishMetricAction:
                    dimensions:
                      - value: kpelhvywxyvfwbkxeepdvujwrlywy
                actionName: vzrqjgluyejlinwxxhuljye
            statelessDefaultActions:
              - bhojbxqneam
            statelessFragmentDefaultActions:
              - lnpufwfpveptbxocevsbt
            statelessRuleGroupReferences:
              - priority: 11
                resourceArn: kjggnkcabwynhgqkoryqzbkwz
            tlsInspectionConfigurationArn: qrdcssdykfcsxjdimv
          firewallPolicyArn: xpoahy
          firewallPolicyId: ofrzbmefsngq
          firewallPolicyName: xasgbvm
          tags:
            - key: njlfcpwz
              value: lrpynqejzy
        awsRegion: ujnhepy
        awsSourceSchema: tupxubxwdvvlcxhmjn
        awsTags:
          key2264: v
        publicCloudConnectorsResourceId: jgglyugkzlbqyphcmiuchfpzd
        publicCloudResourceName: txlbnhchqhqamo
      resourceGroupName: rgnetworkFirewallFirewallPolicy
      tags:
        key2040: rrw
Create NetworkFirewallFirewallPolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NetworkFirewallFirewallPolicy(name: string, args: NetworkFirewallFirewallPolicyArgs, opts?: CustomResourceOptions);@overload
def NetworkFirewallFirewallPolicy(resource_name: str,
                                  args: NetworkFirewallFirewallPolicyArgs,
                                  opts: Optional[ResourceOptions] = None)
@overload
def NetworkFirewallFirewallPolicy(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  resource_group_name: Optional[str] = None,
                                  location: Optional[str] = None,
                                  name: Optional[str] = None,
                                  properties: Optional[NetworkFirewallFirewallPolicyPropertiesArgs] = None,
                                  tags: Optional[Mapping[str, str]] = None)func NewNetworkFirewallFirewallPolicy(ctx *Context, name string, args NetworkFirewallFirewallPolicyArgs, opts ...ResourceOption) (*NetworkFirewallFirewallPolicy, error)public NetworkFirewallFirewallPolicy(string name, NetworkFirewallFirewallPolicyArgs args, CustomResourceOptions? opts = null)
public NetworkFirewallFirewallPolicy(String name, NetworkFirewallFirewallPolicyArgs args)
public NetworkFirewallFirewallPolicy(String name, NetworkFirewallFirewallPolicyArgs args, CustomResourceOptions options)
type: azure-native:awsconnector:NetworkFirewallFirewallPolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args NetworkFirewallFirewallPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args NetworkFirewallFirewallPolicyArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args NetworkFirewallFirewallPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NetworkFirewallFirewallPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NetworkFirewallFirewallPolicyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var networkFirewallFirewallPolicyResource = new AzureNative.AwsConnector.NetworkFirewallFirewallPolicy("networkFirewallFirewallPolicyResource", new()
{
    ResourceGroupName = "string",
    Location = "string",
    Name = "string",
    Properties = new AzureNative.AwsConnector.Inputs.NetworkFirewallFirewallPolicyPropertiesArgs
    {
        Arn = "string",
        AwsAccountId = "string",
        AwsProperties = new AzureNative.AwsConnector.Inputs.AwsNetworkFirewallFirewallPolicyPropertiesArgs
        {
            Description = "string",
            FirewallPolicy = new AzureNative.AwsConnector.Inputs.FirewallPolicyArgs
            {
                PolicyVariables = new AzureNative.AwsConnector.Inputs.RuleVariablesModelArgs
                {
                    RuleVariables = 
                    {
                        { "string", new AzureNative.AwsConnector.Inputs.IPSetArgs
                        {
                            Definition = new[]
                            {
                                "string",
                            },
                        } },
                    },
                },
                StatefulDefaultActions = new[]
                {
                    "string",
                },
                StatefulEngineOptions = new AzureNative.AwsConnector.Inputs.StatefulEngineOptionsArgs
                {
                    RuleOrder = "string",
                    StreamExceptionPolicy = "string",
                },
                StatefulRuleGroupReferences = new[]
                {
                    new AzureNative.AwsConnector.Inputs.StatefulRuleGroupReferenceArgs
                    {
                        Override = new AzureNative.AwsConnector.Inputs.StatefulRuleGroupOverrideArgs
                        {
                            Action = "string",
                        },
                        Priority = 0,
                        ResourceArn = "string",
                    },
                },
                StatelessCustomActions = new[]
                {
                    new AzureNative.AwsConnector.Inputs.CustomActionArgs
                    {
                        ActionDefinition = new AzureNative.AwsConnector.Inputs.ActionDefinitionArgs
                        {
                            PublishMetricAction = new AzureNative.AwsConnector.Inputs.PublishMetricActionArgs
                            {
                                Dimensions = new[]
                                {
                                    new AzureNative.AwsConnector.Inputs.DimensionArgs
                                    {
                                        Key = "string",
                                        Name = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        ActionName = "string",
                    },
                },
                StatelessDefaultActions = new[]
                {
                    "string",
                },
                StatelessFragmentDefaultActions = new[]
                {
                    "string",
                },
                StatelessRuleGroupReferences = new[]
                {
                    new AzureNative.AwsConnector.Inputs.StatelessRuleGroupReferenceArgs
                    {
                        Priority = 0,
                        ResourceArn = "string",
                    },
                },
                TlsInspectionConfigurationArn = "string",
            },
            FirewallPolicyArn = "string",
            FirewallPolicyId = "string",
            FirewallPolicyName = "string",
            Tags = new[]
            {
                new AzureNative.AwsConnector.Inputs.TagArgs
                {
                    Key = "string",
                    Value = "string",
                },
            },
        },
        AwsRegion = "string",
        AwsSourceSchema = "string",
        AwsTags = 
        {
            { "string", "string" },
        },
        PublicCloudConnectorsResourceId = "string",
        PublicCloudResourceName = "string",
    },
    Tags = 
    {
        { "string", "string" },
    },
});
example, err := awsconnector.NewNetworkFirewallFirewallPolicy(ctx, "networkFirewallFirewallPolicyResource", &awsconnector.NetworkFirewallFirewallPolicyArgs{
	ResourceGroupName: pulumi.String("string"),
	Location:          pulumi.String("string"),
	Name:              pulumi.String("string"),
	Properties: &awsconnector.NetworkFirewallFirewallPolicyPropertiesArgs{
		Arn:          pulumi.String("string"),
		AwsAccountId: pulumi.String("string"),
		AwsProperties: &awsconnector.AwsNetworkFirewallFirewallPolicyPropertiesArgs{
			Description: pulumi.String("string"),
			FirewallPolicy: &awsconnector.FirewallPolicyArgs{
				PolicyVariables: &awsconnector.RuleVariablesModelArgs{
					RuleVariables: awsconnector.IPSetMap{
						"string": &awsconnector.IPSetArgs{
							Definition: pulumi.StringArray{
								pulumi.String("string"),
							},
						},
					},
				},
				StatefulDefaultActions: pulumi.StringArray{
					pulumi.String("string"),
				},
				StatefulEngineOptions: &awsconnector.StatefulEngineOptionsArgs{
					RuleOrder:             pulumi.String("string"),
					StreamExceptionPolicy: pulumi.String("string"),
				},
				StatefulRuleGroupReferences: awsconnector.StatefulRuleGroupReferenceArray{
					&awsconnector.StatefulRuleGroupReferenceArgs{
						Override: &awsconnector.StatefulRuleGroupOverrideArgs{
							Action: pulumi.String("string"),
						},
						Priority:    pulumi.Int(0),
						ResourceArn: pulumi.String("string"),
					},
				},
				StatelessCustomActions: awsconnector.CustomActionArray{
					&awsconnector.CustomActionArgs{
						ActionDefinition: &awsconnector.ActionDefinitionArgs{
							PublishMetricAction: &awsconnector.PublishMetricActionArgs{
								Dimensions: awsconnector.DimensionArray{
									&awsconnector.DimensionArgs{
										Key:   pulumi.String("string"),
										Name:  pulumi.String("string"),
										Value: pulumi.String("string"),
									},
								},
							},
						},
						ActionName: pulumi.String("string"),
					},
				},
				StatelessDefaultActions: pulumi.StringArray{
					pulumi.String("string"),
				},
				StatelessFragmentDefaultActions: pulumi.StringArray{
					pulumi.String("string"),
				},
				StatelessRuleGroupReferences: awsconnector.StatelessRuleGroupReferenceArray{
					&awsconnector.StatelessRuleGroupReferenceArgs{
						Priority:    pulumi.Int(0),
						ResourceArn: pulumi.String("string"),
					},
				},
				TlsInspectionConfigurationArn: pulumi.String("string"),
			},
			FirewallPolicyArn:  pulumi.String("string"),
			FirewallPolicyId:   pulumi.String("string"),
			FirewallPolicyName: pulumi.String("string"),
			Tags: awsconnector.TagArray{
				&awsconnector.TagArgs{
					Key:   pulumi.String("string"),
					Value: pulumi.String("string"),
				},
			},
		},
		AwsRegion:       pulumi.String("string"),
		AwsSourceSchema: pulumi.String("string"),
		AwsTags: pulumi.StringMap{
			"string": pulumi.String("string"),
		},
		PublicCloudConnectorsResourceId: pulumi.String("string"),
		PublicCloudResourceName:         pulumi.String("string"),
	},
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
var networkFirewallFirewallPolicyResource = new NetworkFirewallFirewallPolicy("networkFirewallFirewallPolicyResource", NetworkFirewallFirewallPolicyArgs.builder()
    .resourceGroupName("string")
    .location("string")
    .name("string")
    .properties(NetworkFirewallFirewallPolicyPropertiesArgs.builder()
        .arn("string")
        .awsAccountId("string")
        .awsProperties(AwsNetworkFirewallFirewallPolicyPropertiesArgs.builder()
            .description("string")
            .firewallPolicy(FirewallPolicyArgs.builder()
                .policyVariables(RuleVariablesModelArgs.builder()
                    .ruleVariables(Map.of("string", Map.of("definition", "string")))
                    .build())
                .statefulDefaultActions("string")
                .statefulEngineOptions(StatefulEngineOptionsArgs.builder()
                    .ruleOrder("string")
                    .streamExceptionPolicy("string")
                    .build())
                .statefulRuleGroupReferences(StatefulRuleGroupReferenceArgs.builder()
                    .override(StatefulRuleGroupOverrideArgs.builder()
                        .action("string")
                        .build())
                    .priority(0)
                    .resourceArn("string")
                    .build())
                .statelessCustomActions(CustomActionArgs.builder()
                    .actionDefinition(ActionDefinitionArgs.builder()
                        .publishMetricAction(PublishMetricActionArgs.builder()
                            .dimensions(DimensionArgs.builder()
                                .key("string")
                                .name("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .actionName("string")
                    .build())
                .statelessDefaultActions("string")
                .statelessFragmentDefaultActions("string")
                .statelessRuleGroupReferences(StatelessRuleGroupReferenceArgs.builder()
                    .priority(0)
                    .resourceArn("string")
                    .build())
                .tlsInspectionConfigurationArn("string")
                .build())
            .firewallPolicyArn("string")
            .firewallPolicyId("string")
            .firewallPolicyName("string")
            .tags(TagArgs.builder()
                .key("string")
                .value("string")
                .build())
            .build())
        .awsRegion("string")
        .awsSourceSchema("string")
        .awsTags(Map.of("string", "string"))
        .publicCloudConnectorsResourceId("string")
        .publicCloudResourceName("string")
        .build())
    .tags(Map.of("string", "string"))
    .build());
network_firewall_firewall_policy_resource = azure_native.awsconnector.NetworkFirewallFirewallPolicy("networkFirewallFirewallPolicyResource",
    resource_group_name="string",
    location="string",
    name="string",
    properties={
        "arn": "string",
        "aws_account_id": "string",
        "aws_properties": {
            "description": "string",
            "firewall_policy": {
                "policy_variables": {
                    "rule_variables": {
                        "string": {
                            "definition": ["string"],
                        },
                    },
                },
                "stateful_default_actions": ["string"],
                "stateful_engine_options": {
                    "rule_order": "string",
                    "stream_exception_policy": "string",
                },
                "stateful_rule_group_references": [{
                    "override": {
                        "action": "string",
                    },
                    "priority": 0,
                    "resource_arn": "string",
                }],
                "stateless_custom_actions": [{
                    "action_definition": {
                        "publish_metric_action": {
                            "dimensions": [{
                                "key": "string",
                                "name": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "action_name": "string",
                }],
                "stateless_default_actions": ["string"],
                "stateless_fragment_default_actions": ["string"],
                "stateless_rule_group_references": [{
                    "priority": 0,
                    "resource_arn": "string",
                }],
                "tls_inspection_configuration_arn": "string",
            },
            "firewall_policy_arn": "string",
            "firewall_policy_id": "string",
            "firewall_policy_name": "string",
            "tags": [{
                "key": "string",
                "value": "string",
            }],
        },
        "aws_region": "string",
        "aws_source_schema": "string",
        "aws_tags": {
            "string": "string",
        },
        "public_cloud_connectors_resource_id": "string",
        "public_cloud_resource_name": "string",
    },
    tags={
        "string": "string",
    })
const networkFirewallFirewallPolicyResource = new azure_native.awsconnector.NetworkFirewallFirewallPolicy("networkFirewallFirewallPolicyResource", {
    resourceGroupName: "string",
    location: "string",
    name: "string",
    properties: {
        arn: "string",
        awsAccountId: "string",
        awsProperties: {
            description: "string",
            firewallPolicy: {
                policyVariables: {
                    ruleVariables: {
                        string: {
                            definition: ["string"],
                        },
                    },
                },
                statefulDefaultActions: ["string"],
                statefulEngineOptions: {
                    ruleOrder: "string",
                    streamExceptionPolicy: "string",
                },
                statefulRuleGroupReferences: [{
                    override: {
                        action: "string",
                    },
                    priority: 0,
                    resourceArn: "string",
                }],
                statelessCustomActions: [{
                    actionDefinition: {
                        publishMetricAction: {
                            dimensions: [{
                                key: "string",
                                name: "string",
                                value: "string",
                            }],
                        },
                    },
                    actionName: "string",
                }],
                statelessDefaultActions: ["string"],
                statelessFragmentDefaultActions: ["string"],
                statelessRuleGroupReferences: [{
                    priority: 0,
                    resourceArn: "string",
                }],
                tlsInspectionConfigurationArn: "string",
            },
            firewallPolicyArn: "string",
            firewallPolicyId: "string",
            firewallPolicyName: "string",
            tags: [{
                key: "string",
                value: "string",
            }],
        },
        awsRegion: "string",
        awsSourceSchema: "string",
        awsTags: {
            string: "string",
        },
        publicCloudConnectorsResourceId: "string",
        publicCloudResourceName: "string",
    },
    tags: {
        string: "string",
    },
});
type: azure-native:awsconnector:NetworkFirewallFirewallPolicy
properties:
    location: string
    name: string
    properties:
        arn: string
        awsAccountId: string
        awsProperties:
            description: string
            firewallPolicy:
                policyVariables:
                    ruleVariables:
                        string:
                            definition:
                                - string
                statefulDefaultActions:
                    - string
                statefulEngineOptions:
                    ruleOrder: string
                    streamExceptionPolicy: string
                statefulRuleGroupReferences:
                    - override:
                        action: string
                      priority: 0
                      resourceArn: string
                statelessCustomActions:
                    - actionDefinition:
                        publishMetricAction:
                            dimensions:
                                - key: string
                                  name: string
                                  value: string
                      actionName: string
                statelessDefaultActions:
                    - string
                statelessFragmentDefaultActions:
                    - string
                statelessRuleGroupReferences:
                    - priority: 0
                      resourceArn: string
                tlsInspectionConfigurationArn: string
            firewallPolicyArn: string
            firewallPolicyId: string
            firewallPolicyName: string
            tags:
                - key: string
                  value: string
        awsRegion: string
        awsSourceSchema: string
        awsTags:
            string: string
        publicCloudConnectorsResourceId: string
        publicCloudResourceName: string
    resourceGroupName: string
    tags:
        string: string
NetworkFirewallFirewallPolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The NetworkFirewallFirewallPolicy resource accepts the following input properties:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of NetworkFirewallFirewallPolicy
- Properties
Pulumi.Azure Native. Aws Connector. Inputs. Network Firewall Firewall Policy Properties 
- The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- Location string
- The geo-location where the resource lives
- Name string
- Name of NetworkFirewallFirewallPolicy
- Properties
NetworkFirewall Firewall Policy Properties Args 
- The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of NetworkFirewallFirewallPolicy
- properties
NetworkFirewall Firewall Policy Properties 
- The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- location string
- The geo-location where the resource lives
- name string
- Name of NetworkFirewallFirewallPolicy
- properties
NetworkFirewall Firewall Policy Properties 
- The resource-specific properties for this resource.
- {[key: string]: string}
- Resource tags.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- location str
- The geo-location where the resource lives
- name str
- Name of NetworkFirewallFirewallPolicy
- properties
NetworkFirewall Firewall Policy Properties Args 
- The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- location String
- The geo-location where the resource lives
- name String
- Name of NetworkFirewallFirewallPolicy
- properties Property Map
- The resource-specific properties for this resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the NetworkFirewallFirewallPolicy resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- SystemData Pulumi.Azure Native. Aws Connector. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
ActionDefinition, ActionDefinitionArgs    
- PublishMetric Pulumi.Action Azure Native. Aws Connector. Inputs. Publish Metric Action 
- Property publishMetricAction
- PublishMetric PublishAction Metric Action 
- Property publishMetricAction
- publishMetric PublishAction Metric Action 
- Property publishMetricAction
- publishMetric PublishAction Metric Action 
- Property publishMetricAction
- publish_metric_ Publishaction Metric Action 
- Property publishMetricAction
- publishMetric Property MapAction 
- Property publishMetricAction
ActionDefinitionResponse, ActionDefinitionResponseArgs      
- PublishMetric Pulumi.Action Azure Native. Aws Connector. Inputs. Publish Metric Action Response 
- Property publishMetricAction
- PublishMetric PublishAction Metric Action Response 
- Property publishMetricAction
- publishMetric PublishAction Metric Action Response 
- Property publishMetricAction
- publishMetric PublishAction Metric Action Response 
- Property publishMetricAction
- publish_metric_ Publishaction Metric Action Response 
- Property publishMetricAction
- publishMetric Property MapAction 
- Property publishMetricAction
AwsNetworkFirewallFirewallPolicyProperties, AwsNetworkFirewallFirewallPolicyPropertiesArgs            
- Description string
- Property description
- FirewallPolicy Pulumi.Azure Native. Aws Connector. Inputs. Firewall Policy 
- Property firewallPolicy
- FirewallPolicy stringArn 
- A resource ARN.
- FirewallPolicy stringId 
- Property firewallPolicyId
- FirewallPolicy stringName 
- Property firewallPolicyName
- 
List<Pulumi.Azure Native. Aws Connector. Inputs. Tag> 
- Property tags
- Description string
- Property description
- FirewallPolicy FirewallPolicy 
- Property firewallPolicy
- FirewallPolicy stringArn 
- A resource ARN.
- FirewallPolicy stringId 
- Property firewallPolicyId
- FirewallPolicy stringName 
- Property firewallPolicyName
- []Tag
- Property tags
- description String
- Property description
- firewallPolicy FirewallPolicy 
- Property firewallPolicy
- firewallPolicy StringArn 
- A resource ARN.
- firewallPolicy StringId 
- Property firewallPolicyId
- firewallPolicy StringName 
- Property firewallPolicyName
- List<Tag>
- Property tags
- description string
- Property description
- firewallPolicy FirewallPolicy 
- Property firewallPolicy
- firewallPolicy stringArn 
- A resource ARN.
- firewallPolicy stringId 
- Property firewallPolicyId
- firewallPolicy stringName 
- Property firewallPolicyName
- Tag[]
- Property tags
- description str
- Property description
- firewall_policy FirewallPolicy 
- Property firewallPolicy
- firewall_policy_ strarn 
- A resource ARN.
- firewall_policy_ strid 
- Property firewallPolicyId
- firewall_policy_ strname 
- Property firewallPolicyName
- Sequence[Tag]
- Property tags
- description String
- Property description
- firewallPolicy Property Map
- Property firewallPolicy
- firewallPolicy StringArn 
- A resource ARN.
- firewallPolicy StringId 
- Property firewallPolicyId
- firewallPolicy StringName 
- Property firewallPolicyName
- List<Property Map>
- Property tags
AwsNetworkFirewallFirewallPolicyPropertiesResponse, AwsNetworkFirewallFirewallPolicyPropertiesResponseArgs              
- Description string
- Property description
- FirewallPolicy Pulumi.Azure Native. Aws Connector. Inputs. Firewall Policy Response 
- Property firewallPolicy
- FirewallPolicy stringArn 
- A resource ARN.
- FirewallPolicy stringId 
- Property firewallPolicyId
- FirewallPolicy stringName 
- Property firewallPolicyName
- 
List<Pulumi.Azure Native. Aws Connector. Inputs. Tag Response> 
- Property tags
- Description string
- Property description
- FirewallPolicy FirewallPolicy Response 
- Property firewallPolicy
- FirewallPolicy stringArn 
- A resource ARN.
- FirewallPolicy stringId 
- Property firewallPolicyId
- FirewallPolicy stringName 
- Property firewallPolicyName
- 
[]TagResponse 
- Property tags
- description String
- Property description
- firewallPolicy FirewallPolicy Response 
- Property firewallPolicy
- firewallPolicy StringArn 
- A resource ARN.
- firewallPolicy StringId 
- Property firewallPolicyId
- firewallPolicy StringName 
- Property firewallPolicyName
- 
List<TagResponse> 
- Property tags
- description string
- Property description
- firewallPolicy FirewallPolicy Response 
- Property firewallPolicy
- firewallPolicy stringArn 
- A resource ARN.
- firewallPolicy stringId 
- Property firewallPolicyId
- firewallPolicy stringName 
- Property firewallPolicyName
- 
TagResponse[] 
- Property tags
- description str
- Property description
- firewall_policy FirewallPolicy Response 
- Property firewallPolicy
- firewall_policy_ strarn 
- A resource ARN.
- firewall_policy_ strid 
- Property firewallPolicyId
- firewall_policy_ strname 
- Property firewallPolicyName
- 
Sequence[TagResponse] 
- Property tags
- description String
- Property description
- firewallPolicy Property Map
- Property firewallPolicy
- firewallPolicy StringArn 
- A resource ARN.
- firewallPolicy StringId 
- Property firewallPolicyId
- firewallPolicy StringName 
- Property firewallPolicyName
- List<Property Map>
- Property tags
CustomAction, CustomActionArgs    
- ActionDefinition Pulumi.Azure Native. Aws Connector. Inputs. Action Definition 
- Property actionDefinition
- ActionName string
- Property actionName
- ActionDefinition ActionDefinition 
- Property actionDefinition
- ActionName string
- Property actionName
- actionDefinition ActionDefinition 
- Property actionDefinition
- actionName String
- Property actionName
- actionDefinition ActionDefinition 
- Property actionDefinition
- actionName string
- Property actionName
- action_definition ActionDefinition 
- Property actionDefinition
- action_name str
- Property actionName
- actionDefinition Property Map
- Property actionDefinition
- actionName String
- Property actionName
CustomActionResponse, CustomActionResponseArgs      
- ActionDefinition Pulumi.Azure Native. Aws Connector. Inputs. Action Definition Response 
- Property actionDefinition
- ActionName string
- Property actionName
- ActionDefinition ActionDefinition Response 
- Property actionDefinition
- ActionName string
- Property actionName
- actionDefinition ActionDefinition Response 
- Property actionDefinition
- actionName String
- Property actionName
- actionDefinition ActionDefinition Response 
- Property actionDefinition
- actionName string
- Property actionName
- action_definition ActionDefinition Response 
- Property actionDefinition
- action_name str
- Property actionName
- actionDefinition Property Map
- Property actionDefinition
- actionName String
- Property actionName
Dimension, DimensionArgs  
- Key string
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- Name string
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- Value string
- Property value
- Key string
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- Name string
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- Value string
- Property value
- key String
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- name String
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- value String
- Property value
- key string
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- name string
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- value string
- Property value
- key str
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- name str
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- value str
- Property value
- key String
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- name String
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- value String
- Property value
DimensionResponse, DimensionResponseArgs    
- Key string
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- Name string
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- Value string
- Property value
- Key string
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- Name string
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- Value string
- Property value
- key String
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- name String
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- value String
- Property value
- key string
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- name string
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- value string
- Property value
- key str
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- name str
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- value str
- Property value
- key String
- The name for the CW metric dimension that the metric filter creates. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:).
- name String
- The name of the dimension, from 1–255 characters in length. This dimension name must have been included when the metric was published.
- value String
- Property value
FirewallPolicy, FirewallPolicyArgs    
- PolicyVariables Pulumi.Azure Native. Aws Connector. Inputs. Rule Variables Model 
- Property policyVariables
- StatefulDefault List<string>Actions 
- Property statefulDefaultActions
- StatefulEngine Pulumi.Options Azure Native. Aws Connector. Inputs. Stateful Engine Options 
- Property statefulEngineOptions
- StatefulRule List<Pulumi.Group References Azure Native. Aws Connector. Inputs. Stateful Rule Group Reference> 
- Property statefulRuleGroupReferences
- StatelessCustom List<Pulumi.Actions Azure Native. Aws Connector. Inputs. Custom Action> 
- Property statelessCustomActions
- StatelessDefault List<string>Actions 
- Property statelessDefaultActions
- StatelessFragment List<string>Default Actions 
- Property statelessFragmentDefaultActions
- StatelessRule List<Pulumi.Group References Azure Native. Aws Connector. Inputs. Stateless Rule Group Reference> 
- Property statelessRuleGroupReferences
- TlsInspection stringConfiguration Arn 
- A resource ARN.
- PolicyVariables RuleVariables Model 
- Property policyVariables
- StatefulDefault []stringActions 
- Property statefulDefaultActions
- StatefulEngine StatefulOptions Engine Options 
- Property statefulEngineOptions
- StatefulRule []StatefulGroup References Rule Group Reference 
- Property statefulRuleGroupReferences
- StatelessCustom []CustomActions Action 
- Property statelessCustomActions
- StatelessDefault []stringActions 
- Property statelessDefaultActions
- StatelessFragment []stringDefault Actions 
- Property statelessFragmentDefaultActions
- StatelessRule []StatelessGroup References Rule Group Reference 
- Property statelessRuleGroupReferences
- TlsInspection stringConfiguration Arn 
- A resource ARN.
- policyVariables RuleVariables Model 
- Property policyVariables
- statefulDefault List<String>Actions 
- Property statefulDefaultActions
- statefulEngine StatefulOptions Engine Options 
- Property statefulEngineOptions
- statefulRule List<StatefulGroup References Rule Group Reference> 
- Property statefulRuleGroupReferences
- statelessCustom List<CustomActions Action> 
- Property statelessCustomActions
- statelessDefault List<String>Actions 
- Property statelessDefaultActions
- statelessFragment List<String>Default Actions 
- Property statelessFragmentDefaultActions
- statelessRule List<StatelessGroup References Rule Group Reference> 
- Property statelessRuleGroupReferences
- tlsInspection StringConfiguration Arn 
- A resource ARN.
- policyVariables RuleVariables Model 
- Property policyVariables
- statefulDefault string[]Actions 
- Property statefulDefaultActions
- statefulEngine StatefulOptions Engine Options 
- Property statefulEngineOptions
- statefulRule StatefulGroup References Rule Group Reference[] 
- Property statefulRuleGroupReferences
- statelessCustom CustomActions Action[] 
- Property statelessCustomActions
- statelessDefault string[]Actions 
- Property statelessDefaultActions
- statelessFragment string[]Default Actions 
- Property statelessFragmentDefaultActions
- statelessRule StatelessGroup References Rule Group Reference[] 
- Property statelessRuleGroupReferences
- tlsInspection stringConfiguration Arn 
- A resource ARN.
- policy_variables RuleVariables Model 
- Property policyVariables
- stateful_default_ Sequence[str]actions 
- Property statefulDefaultActions
- stateful_engine_ Statefuloptions Engine Options 
- Property statefulEngineOptions
- stateful_rule_ Sequence[Statefulgroup_ references Rule Group Reference] 
- Property statefulRuleGroupReferences
- stateless_custom_ Sequence[Customactions Action] 
- Property statelessCustomActions
- stateless_default_ Sequence[str]actions 
- Property statelessDefaultActions
- stateless_fragment_ Sequence[str]default_ actions 
- Property statelessFragmentDefaultActions
- stateless_rule_ Sequence[Statelessgroup_ references Rule Group Reference] 
- Property statelessRuleGroupReferences
- tls_inspection_ strconfiguration_ arn 
- A resource ARN.
- policyVariables Property Map
- Property policyVariables
- statefulDefault List<String>Actions 
- Property statefulDefaultActions
- statefulEngine Property MapOptions 
- Property statefulEngineOptions
- statefulRule List<Property Map>Group References 
- Property statefulRuleGroupReferences
- statelessCustom List<Property Map>Actions 
- Property statelessCustomActions
- statelessDefault List<String>Actions 
- Property statelessDefaultActions
- statelessFragment List<String>Default Actions 
- Property statelessFragmentDefaultActions
- statelessRule List<Property Map>Group References 
- Property statelessRuleGroupReferences
- tlsInspection StringConfiguration Arn 
- A resource ARN.
FirewallPolicyResponse, FirewallPolicyResponseArgs      
- PolicyVariables Pulumi.Azure Native. Aws Connector. Inputs. Rule Variables Model Response 
- Property policyVariables
- StatefulDefault List<string>Actions 
- Property statefulDefaultActions
- StatefulEngine Pulumi.Options Azure Native. Aws Connector. Inputs. Stateful Engine Options Response 
- Property statefulEngineOptions
- StatefulRule List<Pulumi.Group References Azure Native. Aws Connector. Inputs. Stateful Rule Group Reference Response> 
- Property statefulRuleGroupReferences
- StatelessCustom List<Pulumi.Actions Azure Native. Aws Connector. Inputs. Custom Action Response> 
- Property statelessCustomActions
- StatelessDefault List<string>Actions 
- Property statelessDefaultActions
- StatelessFragment List<string>Default Actions 
- Property statelessFragmentDefaultActions
- StatelessRule List<Pulumi.Group References Azure Native. Aws Connector. Inputs. Stateless Rule Group Reference Response> 
- Property statelessRuleGroupReferences
- TlsInspection stringConfiguration Arn 
- A resource ARN.
- PolicyVariables RuleVariables Model Response 
- Property policyVariables
- StatefulDefault []stringActions 
- Property statefulDefaultActions
- StatefulEngine StatefulOptions Engine Options Response 
- Property statefulEngineOptions
- StatefulRule []StatefulGroup References Rule Group Reference Response 
- Property statefulRuleGroupReferences
- StatelessCustom []CustomActions Action Response 
- Property statelessCustomActions
- StatelessDefault []stringActions 
- Property statelessDefaultActions
- StatelessFragment []stringDefault Actions 
- Property statelessFragmentDefaultActions
- StatelessRule []StatelessGroup References Rule Group Reference Response 
- Property statelessRuleGroupReferences
- TlsInspection stringConfiguration Arn 
- A resource ARN.
- policyVariables RuleVariables Model Response 
- Property policyVariables
- statefulDefault List<String>Actions 
- Property statefulDefaultActions
- statefulEngine StatefulOptions Engine Options Response 
- Property statefulEngineOptions
- statefulRule List<StatefulGroup References Rule Group Reference Response> 
- Property statefulRuleGroupReferences
- statelessCustom List<CustomActions Action Response> 
- Property statelessCustomActions
- statelessDefault List<String>Actions 
- Property statelessDefaultActions
- statelessFragment List<String>Default Actions 
- Property statelessFragmentDefaultActions
- statelessRule List<StatelessGroup References Rule Group Reference Response> 
- Property statelessRuleGroupReferences
- tlsInspection StringConfiguration Arn 
- A resource ARN.
- policyVariables RuleVariables Model Response 
- Property policyVariables
- statefulDefault string[]Actions 
- Property statefulDefaultActions
- statefulEngine StatefulOptions Engine Options Response 
- Property statefulEngineOptions
- statefulRule StatefulGroup References Rule Group Reference Response[] 
- Property statefulRuleGroupReferences
- statelessCustom CustomActions Action Response[] 
- Property statelessCustomActions
- statelessDefault string[]Actions 
- Property statelessDefaultActions
- statelessFragment string[]Default Actions 
- Property statelessFragmentDefaultActions
- statelessRule StatelessGroup References Rule Group Reference Response[] 
- Property statelessRuleGroupReferences
- tlsInspection stringConfiguration Arn 
- A resource ARN.
- policy_variables RuleVariables Model Response 
- Property policyVariables
- stateful_default_ Sequence[str]actions 
- Property statefulDefaultActions
- stateful_engine_ Statefuloptions Engine Options Response 
- Property statefulEngineOptions
- stateful_rule_ Sequence[Statefulgroup_ references Rule Group Reference Response] 
- Property statefulRuleGroupReferences
- stateless_custom_ Sequence[Customactions Action Response] 
- Property statelessCustomActions
- stateless_default_ Sequence[str]actions 
- Property statelessDefaultActions
- stateless_fragment_ Sequence[str]default_ actions 
- Property statelessFragmentDefaultActions
- stateless_rule_ Sequence[Statelessgroup_ references Rule Group Reference Response] 
- Property statelessRuleGroupReferences
- tls_inspection_ strconfiguration_ arn 
- A resource ARN.
- policyVariables Property Map
- Property policyVariables
- statefulDefault List<String>Actions 
- Property statefulDefaultActions
- statefulEngine Property MapOptions 
- Property statefulEngineOptions
- statefulRule List<Property Map>Group References 
- Property statefulRuleGroupReferences
- statelessCustom List<Property Map>Actions 
- Property statelessCustomActions
- statelessDefault List<String>Actions 
- Property statelessDefaultActions
- statelessFragment List<String>Default Actions 
- Property statelessFragmentDefaultActions
- statelessRule List<Property Map>Group References 
- Property statelessRuleGroupReferences
- tlsInspection StringConfiguration Arn 
- A resource ARN.
IPSet, IPSetArgs  
- Definition List<string>
- Property definition
- Definition []string
- Property definition
- definition List<String>
- Property definition
- definition string[]
- Property definition
- definition Sequence[str]
- Property definition
- definition List<String>
- Property definition
IPSetResponse, IPSetResponseArgs    
- Definition List<string>
- Property definition
- Definition []string
- Property definition
- definition List<String>
- Property definition
- definition string[]
- Property definition
- definition Sequence[str]
- Property definition
- definition List<String>
- Property definition
NetworkFirewallFirewallPolicyProperties, NetworkFirewallFirewallPolicyPropertiesArgs          
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Network Firewall Firewall Policy Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsNetwork Firewall Firewall Policy Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsNetwork Firewall Firewall Policy Properties 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsNetwork Firewall Firewall Policy Properties 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud stringResource Name 
- Public Cloud Resource Name
- arn str
- Amazon Resource Name (ARN)
- aws_account_ strid 
- AWS Account ID
- aws_properties AwsNetwork Firewall Firewall Policy Properties 
- AWS Properties
- aws_region str
- AWS Region
- aws_source_ strschema 
- AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_cloud_ strconnectors_ resource_ id 
- Public Cloud Connectors Resource ID
- public_cloud_ strresource_ name 
- Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
NetworkFirewallFirewallPolicyPropertiesResponse, NetworkFirewallFirewallPolicyPropertiesResponseArgs            
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Network Firewall Firewall Policy Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsNetwork Firewall Firewall Policy Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsNetwork Firewall Firewall Policy Properties Response 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- provisioningState string
- The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsNetwork Firewall Firewall Policy Properties Response 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud stringResource Name 
- Public Cloud Resource Name
- provisioning_state str
- The status of the last operation.
- arn str
- Amazon Resource Name (ARN)
- aws_account_ strid 
- AWS Account ID
- aws_properties AwsNetwork Firewall Firewall Policy Properties Response 
- AWS Properties
- aws_region str
- AWS Region
- aws_source_ strschema 
- AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_cloud_ strconnectors_ resource_ id 
- Public Cloud Connectors Resource ID
- public_cloud_ strresource_ name 
- Public Cloud Resource Name
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
PublishMetricAction, PublishMetricActionArgs      
- Dimensions
List<Pulumi.Azure Native. Aws Connector. Inputs. Dimension> 
- Property dimensions
- Dimensions []Dimension
- Property dimensions
- dimensions List<Dimension>
- Property dimensions
- dimensions Dimension[]
- Property dimensions
- dimensions Sequence[Dimension]
- Property dimensions
- dimensions List<Property Map>
- Property dimensions
PublishMetricActionResponse, PublishMetricActionResponseArgs        
- Dimensions
List<Pulumi.Azure Native. Aws Connector. Inputs. Dimension Response> 
- Property dimensions
- Dimensions
[]DimensionResponse 
- Property dimensions
- dimensions
List<DimensionResponse> 
- Property dimensions
- dimensions
DimensionResponse[] 
- Property dimensions
- dimensions
Sequence[DimensionResponse] 
- Property dimensions
- dimensions List<Property Map>
- Property dimensions
RuleVariablesModel, RuleVariablesModelArgs      
- RuleVariables Dictionary<string, Pulumi.Azure Native. Aws Connector. Inputs. IPSet> 
- Property ruleVariables
- RuleVariables map[string]IPSet
- Property ruleVariables
- ruleVariables Map<String,IPSet>
- Property ruleVariables
- ruleVariables {[key: string]: IPSet}
- Property ruleVariables
- rule_variables Mapping[str, IPSet]
- Property ruleVariables
- ruleVariables Map<Property Map>
- Property ruleVariables
RuleVariablesModelResponse, RuleVariablesModelResponseArgs        
- RuleVariables Dictionary<string, Pulumi.Azure Native. Aws Connector. Inputs. IPSet Response> 
- Property ruleVariables
- RuleVariables map[string]IPSetResponse 
- Property ruleVariables
- ruleVariables Map<String,IPSetResponse> 
- Property ruleVariables
- ruleVariables {[key: string]: IPSetResponse} 
- Property ruleVariables
- rule_variables Mapping[str, IPSetResponse] 
- Property ruleVariables
- ruleVariables Map<Property Map>
- Property ruleVariables
StatefulEngineOptions, StatefulEngineOptionsArgs      
- RuleOrder string | Pulumi.Azure Native. Aws Connector. Stateful Engine Options Rule Order 
- Property ruleOrder
- StreamException string | Pulumi.Policy Azure Native. Aws Connector. Stateful Engine Options Stream Exception Policy 
- Property streamExceptionPolicy
- RuleOrder string | StatefulEngine Options Rule Order 
- Property ruleOrder
- StreamException string | StatefulPolicy Engine Options Stream Exception Policy 
- Property streamExceptionPolicy
- ruleOrder String | StatefulEngine Options Rule Order 
- Property ruleOrder
- streamException String | StatefulPolicy Engine Options Stream Exception Policy 
- Property streamExceptionPolicy
- ruleOrder string | StatefulEngine Options Rule Order 
- Property ruleOrder
- streamException string | StatefulPolicy Engine Options Stream Exception Policy 
- Property streamExceptionPolicy
- rule_order str | StatefulEngine Options Rule Order 
- Property ruleOrder
- stream_exception_ str | Statefulpolicy Engine Options Stream Exception Policy 
- Property streamExceptionPolicy
- ruleOrder String | "DEFAULT_ACTION_ORDER" | "STRICT_ORDER"
- Property ruleOrder
- streamException String | "CONTINUE" | "DROP" | "REJECT"Policy 
- Property streamExceptionPolicy
StatefulEngineOptionsResponse, StatefulEngineOptionsResponseArgs        
- RuleOrder string
- Property ruleOrder
- StreamException stringPolicy 
- Property streamExceptionPolicy
- RuleOrder string
- Property ruleOrder
- StreamException stringPolicy 
- Property streamExceptionPolicy
- ruleOrder String
- Property ruleOrder
- streamException StringPolicy 
- Property streamExceptionPolicy
- ruleOrder string
- Property ruleOrder
- streamException stringPolicy 
- Property streamExceptionPolicy
- rule_order str
- Property ruleOrder
- stream_exception_ strpolicy 
- Property streamExceptionPolicy
- ruleOrder String
- Property ruleOrder
- streamException StringPolicy 
- Property streamExceptionPolicy
StatefulEngineOptionsRuleOrder, StatefulEngineOptionsRuleOrderArgs          
- DEFAULT_ACTION_ORDER
- DEFAULT_ACTION_ORDERStatefulEngineOptionsRuleOrder enum DEFAULT_ACTION_ORDER
- STRICT_ORDER
- STRICT_ORDERStatefulEngineOptionsRuleOrder enum STRICT_ORDER
- StatefulEngine Options Rule Order_DEFAULT_ACTION_ORDER 
- DEFAULT_ACTION_ORDERStatefulEngineOptionsRuleOrder enum DEFAULT_ACTION_ORDER
- StatefulEngine Options Rule Order_STRICT_ORDER 
- STRICT_ORDERStatefulEngineOptionsRuleOrder enum STRICT_ORDER
- DEFAULT_ACTION_ORDER
- DEFAULT_ACTION_ORDERStatefulEngineOptionsRuleOrder enum DEFAULT_ACTION_ORDER
- STRICT_ORDER
- STRICT_ORDERStatefulEngineOptionsRuleOrder enum STRICT_ORDER
- DEFAULT_ACTION_ORDER
- DEFAULT_ACTION_ORDERStatefulEngineOptionsRuleOrder enum DEFAULT_ACTION_ORDER
- STRICT_ORDER
- STRICT_ORDERStatefulEngineOptionsRuleOrder enum STRICT_ORDER
- DEFAUL_T_ACTIO_N_ORDER
- DEFAULT_ACTION_ORDERStatefulEngineOptionsRuleOrder enum DEFAULT_ACTION_ORDER
- STRIC_T_ORDER
- STRICT_ORDERStatefulEngineOptionsRuleOrder enum STRICT_ORDER
- "DEFAULT_ACTION_ORDER"
- DEFAULT_ACTION_ORDERStatefulEngineOptionsRuleOrder enum DEFAULT_ACTION_ORDER
- "STRICT_ORDER"
- STRICT_ORDERStatefulEngineOptionsRuleOrder enum STRICT_ORDER
StatefulEngineOptionsStreamExceptionPolicy, StatefulEngineOptionsStreamExceptionPolicyArgs            
- CONTINUE
- CONTINUEStatefulEngineOptionsStreamExceptionPolicy enum CONTINUE
- DROP
- DROPStatefulEngineOptionsStreamExceptionPolicy enum DROP
- REJECT
- REJECTStatefulEngineOptionsStreamExceptionPolicy enum REJECT
- StatefulEngine Options Stream Exception Policy CONTINUE 
- CONTINUEStatefulEngineOptionsStreamExceptionPolicy enum CONTINUE
- StatefulEngine Options Stream Exception Policy DROP 
- DROPStatefulEngineOptionsStreamExceptionPolicy enum DROP
- StatefulEngine Options Stream Exception Policy REJECT 
- REJECTStatefulEngineOptionsStreamExceptionPolicy enum REJECT
- CONTINUE
- CONTINUEStatefulEngineOptionsStreamExceptionPolicy enum CONTINUE
- DROP
- DROPStatefulEngineOptionsStreamExceptionPolicy enum DROP
- REJECT
- REJECTStatefulEngineOptionsStreamExceptionPolicy enum REJECT
- CONTINUE
- CONTINUEStatefulEngineOptionsStreamExceptionPolicy enum CONTINUE
- DROP
- DROPStatefulEngineOptionsStreamExceptionPolicy enum DROP
- REJECT
- REJECTStatefulEngineOptionsStreamExceptionPolicy enum REJECT
- CONTINUE_
- CONTINUEStatefulEngineOptionsStreamExceptionPolicy enum CONTINUE
- DROP
- DROPStatefulEngineOptionsStreamExceptionPolicy enum DROP
- REJECT
- REJECTStatefulEngineOptionsStreamExceptionPolicy enum REJECT
- "CONTINUE"
- CONTINUEStatefulEngineOptionsStreamExceptionPolicy enum CONTINUE
- "DROP"
- DROPStatefulEngineOptionsStreamExceptionPolicy enum DROP
- "REJECT"
- REJECTStatefulEngineOptionsStreamExceptionPolicy enum REJECT
StatefulRuleGroupOverride, StatefulRuleGroupOverrideArgs        
- Action
string | Pulumi.Azure Native. Aws Connector. Stateful Rule Group Override Action 
- Property action
- Action
string | StatefulRule Group Override Action 
- Property action
- action
String | StatefulRule Group Override Action 
- Property action
- action
string | StatefulRule Group Override Action 
- Property action
- action
str | StatefulRule Group Override Action 
- Property action
- action String | "DROP_TO_ALERT"
- Property action
StatefulRuleGroupOverrideAction, StatefulRuleGroupOverrideActionArgs          
- DROP_TO_ALERT
- DROP_TO_ALERTStatefulRuleGroupOverrideAction enum DROP_TO_ALERT
- StatefulRule Group Override Action_DROP_TO_ALERT 
- DROP_TO_ALERTStatefulRuleGroupOverrideAction enum DROP_TO_ALERT
- DROP_TO_ALERT
- DROP_TO_ALERTStatefulRuleGroupOverrideAction enum DROP_TO_ALERT
- DROP_TO_ALERT
- DROP_TO_ALERTStatefulRuleGroupOverrideAction enum DROP_TO_ALERT
- DRO_P_T_O_ALERT
- DROP_TO_ALERTStatefulRuleGroupOverrideAction enum DROP_TO_ALERT
- "DROP_TO_ALERT"
- DROP_TO_ALERTStatefulRuleGroupOverrideAction enum DROP_TO_ALERT
StatefulRuleGroupOverrideResponse, StatefulRuleGroupOverrideResponseArgs          
- Action string
- Property action
- Action string
- Property action
- action String
- Property action
- action string
- Property action
- action str
- Property action
- action String
- Property action
StatefulRuleGroupReference, StatefulRuleGroupReferenceArgs        
- Override
Pulumi.Azure Native. Aws Connector. Inputs. Stateful Rule Group Override 
- Property override
- Priority int
- Property priority
- ResourceArn string
- A resource ARN.
- Override
StatefulRule Group Override 
- Property override
- Priority int
- Property priority
- ResourceArn string
- A resource ARN.
- override
StatefulRule Group Override 
- Property override
- priority Integer
- Property priority
- resourceArn String
- A resource ARN.
- override
StatefulRule Group Override 
- Property override
- priority number
- Property priority
- resourceArn string
- A resource ARN.
- override
StatefulRule Group Override 
- Property override
- priority int
- Property priority
- resource_arn str
- A resource ARN.
- override Property Map
- Property override
- priority Number
- Property priority
- resourceArn String
- A resource ARN.
StatefulRuleGroupReferenceResponse, StatefulRuleGroupReferenceResponseArgs          
- Override
Pulumi.Azure Native. Aws Connector. Inputs. Stateful Rule Group Override Response 
- Property override
- Priority int
- Property priority
- ResourceArn string
- A resource ARN.
- Override
StatefulRule Group Override Response 
- Property override
- Priority int
- Property priority
- ResourceArn string
- A resource ARN.
- override
StatefulRule Group Override Response 
- Property override
- priority Integer
- Property priority
- resourceArn String
- A resource ARN.
- override
StatefulRule Group Override Response 
- Property override
- priority number
- Property priority
- resourceArn string
- A resource ARN.
- override
StatefulRule Group Override Response 
- Property override
- priority int
- Property priority
- resource_arn str
- A resource ARN.
- override Property Map
- Property override
- priority Number
- Property priority
- resourceArn String
- A resource ARN.
StatelessRuleGroupReference, StatelessRuleGroupReferenceArgs        
- Priority int
- Property priority
- ResourceArn string
- A resource ARN.
- Priority int
- Property priority
- ResourceArn string
- A resource ARN.
- priority Integer
- Property priority
- resourceArn String
- A resource ARN.
- priority number
- Property priority
- resourceArn string
- A resource ARN.
- priority int
- Property priority
- resource_arn str
- A resource ARN.
- priority Number
- Property priority
- resourceArn String
- A resource ARN.
StatelessRuleGroupReferenceResponse, StatelessRuleGroupReferenceResponseArgs          
- Priority int
- Property priority
- ResourceArn string
- A resource ARN.
- Priority int
- Property priority
- ResourceArn string
- A resource ARN.
- priority Integer
- Property priority
- resourceArn String
- A resource ARN.
- priority number
- Property priority
- resourceArn string
- A resource ARN.
- priority int
- Property priority
- resource_arn str
- A resource ARN.
- priority Number
- Property priority
- resourceArn String
- A resource ARN.
SystemDataResponse, SystemDataResponseArgs      
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Tag, TagArgs  
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
TagResponse, TagResponseArgs    
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
- The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
- The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:awsconnector:NetworkFirewallFirewallPolicy fqdrydmfxo /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/networkFirewallFirewallPolicies/{name} 
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0