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 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",
})
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",
},
});
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:
- Resource
Group 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.
- Resource
Group 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
Network
Firewall Firewall Policy Properties Args - The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resource
Group 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
Network
Firewall Firewall Policy Properties - The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resource
Group 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
Network
Firewall 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
Network
Firewall Firewall Policy Properties Args - The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resource
Group 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.
- System
Data 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.
- System
Data 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.
- system
Data 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.
- system
Data 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.
- system
Data 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
- Publish
Metric Pulumi.Action Azure Native. Aws Connector. Inputs. Publish Metric Action - Property publishMetricAction
- Publish
Metric PublishAction Metric Action - Property publishMetricAction
- publish
Metric PublishAction Metric Action - Property publishMetricAction
- publish
Metric PublishAction Metric Action - Property publishMetricAction
- publish_
metric_ Publishaction Metric Action - Property publishMetricAction
- publish
Metric Property MapAction - Property publishMetricAction
ActionDefinitionResponse, ActionDefinitionResponseArgs
- Publish
Metric Pulumi.Action Azure Native. Aws Connector. Inputs. Publish Metric Action Response - Property publishMetricAction
- Publish
Metric PublishAction Metric Action Response - Property publishMetricAction
- publish
Metric PublishAction Metric Action Response - Property publishMetricAction
- publish
Metric PublishAction Metric Action Response - Property publishMetricAction
- publish_
metric_ Publishaction Metric Action Response - Property publishMetricAction
- publish
Metric Property MapAction - Property publishMetricAction
AwsNetworkFirewallFirewallPolicyProperties, AwsNetworkFirewallFirewallPolicyPropertiesArgs
- Description string
- Property description
- Firewall
Policy Pulumi.Azure Native. Aws Connector. Inputs. Firewall Policy - Property firewallPolicy
- Firewall
Policy stringArn - A resource ARN.
- Firewall
Policy stringId - Property firewallPolicyId
- Firewall
Policy stringName - Property firewallPolicyName
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag> - Property tags
- Description string
- Property description
- Firewall
Policy FirewallPolicy - Property firewallPolicy
- Firewall
Policy stringArn - A resource ARN.
- Firewall
Policy stringId - Property firewallPolicyId
- Firewall
Policy stringName - Property firewallPolicyName
- []Tag
- Property tags
- description String
- Property description
- firewall
Policy FirewallPolicy - Property firewallPolicy
- firewall
Policy StringArn - A resource ARN.
- firewall
Policy StringId - Property firewallPolicyId
- firewall
Policy StringName - Property firewallPolicyName
- List<Tag>
- Property tags
- description string
- Property description
- firewall
Policy FirewallPolicy - Property firewallPolicy
- firewall
Policy stringArn - A resource ARN.
- firewall
Policy stringId - Property firewallPolicyId
- firewall
Policy 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
- firewall
Policy Property Map - Property firewallPolicy
- firewall
Policy StringArn - A resource ARN.
- firewall
Policy StringId - Property firewallPolicyId
- firewall
Policy StringName - Property firewallPolicyName
- List<Property Map>
- Property tags
AwsNetworkFirewallFirewallPolicyPropertiesResponse, AwsNetworkFirewallFirewallPolicyPropertiesResponseArgs
- Description string
- Property description
- Firewall
Policy Pulumi.Azure Native. Aws Connector. Inputs. Firewall Policy Response - Property firewallPolicy
- Firewall
Policy stringArn - A resource ARN.
- Firewall
Policy stringId - Property firewallPolicyId
- Firewall
Policy stringName - Property firewallPolicyName
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag Response> - Property tags
- Description string
- Property description
- Firewall
Policy FirewallPolicy Response - Property firewallPolicy
- Firewall
Policy stringArn - A resource ARN.
- Firewall
Policy stringId - Property firewallPolicyId
- Firewall
Policy stringName - Property firewallPolicyName
- []Tag
Response - Property tags
- description String
- Property description
- firewall
Policy FirewallPolicy Response - Property firewallPolicy
- firewall
Policy StringArn - A resource ARN.
- firewall
Policy StringId - Property firewallPolicyId
- firewall
Policy StringName - Property firewallPolicyName
- List<Tag
Response> - Property tags
- description string
- Property description
- firewall
Policy FirewallPolicy Response - Property firewallPolicy
- firewall
Policy stringArn - A resource ARN.
- firewall
Policy stringId - Property firewallPolicyId
- firewall
Policy stringName - Property firewallPolicyName
- Tag
Response[] - 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[Tag
Response] - Property tags
- description String
- Property description
- firewall
Policy Property Map - Property firewallPolicy
- firewall
Policy StringArn - A resource ARN.
- firewall
Policy StringId - Property firewallPolicyId
- firewall
Policy StringName - Property firewallPolicyName
- List<Property Map>
- Property tags
CustomAction, CustomActionArgs
- Action
Definition Pulumi.Azure Native. Aws Connector. Inputs. Action Definition - Property actionDefinition
- Action
Name string - Property actionName
- Action
Definition ActionDefinition - Property actionDefinition
- Action
Name string - Property actionName
- action
Definition ActionDefinition - Property actionDefinition
- action
Name String - Property actionName
- action
Definition ActionDefinition - Property actionDefinition
- action
Name string - Property actionName
- action_
definition ActionDefinition - Property actionDefinition
- action_
name str - Property actionName
- action
Definition Property Map - Property actionDefinition
- action
Name String - Property actionName
CustomActionResponse, CustomActionResponseArgs
- Action
Definition Pulumi.Azure Native. Aws Connector. Inputs. Action Definition Response - Property actionDefinition
- Action
Name string - Property actionName
- Action
Definition ActionDefinition Response - Property actionDefinition
- Action
Name string - Property actionName
- action
Definition ActionDefinition Response - Property actionDefinition
- action
Name String - Property actionName
- action
Definition ActionDefinition Response - Property actionDefinition
- action
Name string - Property actionName
- action_
definition ActionDefinition Response - Property actionDefinition
- action_
name str - Property actionName
- action
Definition Property Map - Property actionDefinition
- action
Name 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
- Policy
Variables Pulumi.Azure Native. Aws Connector. Inputs. Rule Variables Model - Property policyVariables
- Stateful
Default List<string>Actions - Property statefulDefaultActions
- Stateful
Engine Pulumi.Options Azure Native. Aws Connector. Inputs. Stateful Engine Options - Property statefulEngineOptions
- Stateful
Rule List<Pulumi.Group References Azure Native. Aws Connector. Inputs. Stateful Rule Group Reference> - Property statefulRuleGroupReferences
- Stateless
Custom List<Pulumi.Actions Azure Native. Aws Connector. Inputs. Custom Action> - Property statelessCustomActions
- Stateless
Default List<string>Actions - Property statelessDefaultActions
- Stateless
Fragment List<string>Default Actions - Property statelessFragmentDefaultActions
- Stateless
Rule List<Pulumi.Group References Azure Native. Aws Connector. Inputs. Stateless Rule Group Reference> - Property statelessRuleGroupReferences
- Tls
Inspection stringConfiguration Arn - A resource ARN.
- Policy
Variables RuleVariables Model - Property policyVariables
- Stateful
Default []stringActions - Property statefulDefaultActions
- Stateful
Engine StatefulOptions Engine Options - Property statefulEngineOptions
- Stateful
Rule []StatefulGroup References Rule Group Reference - Property statefulRuleGroupReferences
- Stateless
Custom []CustomActions Action - Property statelessCustomActions
- Stateless
Default []stringActions - Property statelessDefaultActions
- Stateless
Fragment []stringDefault Actions - Property statelessFragmentDefaultActions
- Stateless
Rule []StatelessGroup References Rule Group Reference - Property statelessRuleGroupReferences
- Tls
Inspection stringConfiguration Arn - A resource ARN.
- policy
Variables RuleVariables Model - Property policyVariables
- stateful
Default List<String>Actions - Property statefulDefaultActions
- stateful
Engine StatefulOptions Engine Options - Property statefulEngineOptions
- stateful
Rule List<StatefulGroup References Rule Group Reference> - Property statefulRuleGroupReferences
- stateless
Custom List<CustomActions Action> - Property statelessCustomActions
- stateless
Default List<String>Actions - Property statelessDefaultActions
- stateless
Fragment List<String>Default Actions - Property statelessFragmentDefaultActions
- stateless
Rule List<StatelessGroup References Rule Group Reference> - Property statelessRuleGroupReferences
- tls
Inspection StringConfiguration Arn - A resource ARN.
- policy
Variables RuleVariables Model - Property policyVariables
- stateful
Default string[]Actions - Property statefulDefaultActions
- stateful
Engine StatefulOptions Engine Options - Property statefulEngineOptions
- stateful
Rule StatefulGroup References Rule Group Reference[] - Property statefulRuleGroupReferences
- stateless
Custom CustomActions Action[] - Property statelessCustomActions
- stateless
Default string[]Actions - Property statelessDefaultActions
- stateless
Fragment string[]Default Actions - Property statelessFragmentDefaultActions
- stateless
Rule StatelessGroup References Rule Group Reference[] - Property statelessRuleGroupReferences
- tls
Inspection 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.
- policy
Variables Property Map - Property policyVariables
- stateful
Default List<String>Actions - Property statefulDefaultActions
- stateful
Engine Property MapOptions - Property statefulEngineOptions
- stateful
Rule List<Property Map>Group References - Property statefulRuleGroupReferences
- stateless
Custom List<Property Map>Actions - Property statelessCustomActions
- stateless
Default List<String>Actions - Property statelessDefaultActions
- stateless
Fragment List<String>Default Actions - Property statelessFragmentDefaultActions
- stateless
Rule List<Property Map>Group References - Property statelessRuleGroupReferences
- tls
Inspection StringConfiguration Arn - A resource ARN.
FirewallPolicyResponse, FirewallPolicyResponseArgs
- Policy
Variables Pulumi.Azure Native. Aws Connector. Inputs. Rule Variables Model Response - Property policyVariables
- Stateful
Default List<string>Actions - Property statefulDefaultActions
- Stateful
Engine Pulumi.Options Azure Native. Aws Connector. Inputs. Stateful Engine Options Response - Property statefulEngineOptions
- Stateful
Rule List<Pulumi.Group References Azure Native. Aws Connector. Inputs. Stateful Rule Group Reference Response> - Property statefulRuleGroupReferences
- Stateless
Custom List<Pulumi.Actions Azure Native. Aws Connector. Inputs. Custom Action Response> - Property statelessCustomActions
- Stateless
Default List<string>Actions - Property statelessDefaultActions
- Stateless
Fragment List<string>Default Actions - Property statelessFragmentDefaultActions
- Stateless
Rule List<Pulumi.Group References Azure Native. Aws Connector. Inputs. Stateless Rule Group Reference Response> - Property statelessRuleGroupReferences
- Tls
Inspection stringConfiguration Arn - A resource ARN.
- Policy
Variables RuleVariables Model Response - Property policyVariables
- Stateful
Default []stringActions - Property statefulDefaultActions
- Stateful
Engine StatefulOptions Engine Options Response - Property statefulEngineOptions
- Stateful
Rule []StatefulGroup References Rule Group Reference Response - Property statefulRuleGroupReferences
- Stateless
Custom []CustomActions Action Response - Property statelessCustomActions
- Stateless
Default []stringActions - Property statelessDefaultActions
- Stateless
Fragment []stringDefault Actions - Property statelessFragmentDefaultActions
- Stateless
Rule []StatelessGroup References Rule Group Reference Response - Property statelessRuleGroupReferences
- Tls
Inspection stringConfiguration Arn - A resource ARN.
- policy
Variables RuleVariables Model Response - Property policyVariables
- stateful
Default List<String>Actions - Property statefulDefaultActions
- stateful
Engine StatefulOptions Engine Options Response - Property statefulEngineOptions
- stateful
Rule List<StatefulGroup References Rule Group Reference Response> - Property statefulRuleGroupReferences
- stateless
Custom List<CustomActions Action Response> - Property statelessCustomActions
- stateless
Default List<String>Actions - Property statelessDefaultActions
- stateless
Fragment List<String>Default Actions - Property statelessFragmentDefaultActions
- stateless
Rule List<StatelessGroup References Rule Group Reference Response> - Property statelessRuleGroupReferences
- tls
Inspection StringConfiguration Arn - A resource ARN.
- policy
Variables RuleVariables Model Response - Property policyVariables
- stateful
Default string[]Actions - Property statefulDefaultActions
- stateful
Engine StatefulOptions Engine Options Response - Property statefulEngineOptions
- stateful
Rule StatefulGroup References Rule Group Reference Response[] - Property statefulRuleGroupReferences
- stateless
Custom CustomActions Action Response[] - Property statelessCustomActions
- stateless
Default string[]Actions - Property statelessDefaultActions
- stateless
Fragment string[]Default Actions - Property statelessFragmentDefaultActions
- stateless
Rule StatelessGroup References Rule Group Reference Response[] - Property statelessRuleGroupReferences
- tls
Inspection 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.
- policy
Variables Property Map - Property policyVariables
- stateful
Default List<String>Actions - Property statefulDefaultActions
- stateful
Engine Property MapOptions - Property statefulEngineOptions
- stateful
Rule List<Property Map>Group References - Property statefulRuleGroupReferences
- stateless
Custom List<Property Map>Actions - Property statelessCustomActions
- stateless
Default List<String>Actions - Property statelessDefaultActions
- stateless
Fragment List<String>Default Actions - Property statelessFragmentDefaultActions
- stateless
Rule List<Property Map>Group References - Property statelessRuleGroupReferences
- tls
Inspection 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)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Network Firewall Firewall Policy Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsNetwork Firewall Firewall Policy Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsNetwork Firewall Firewall Policy Properties - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsNetwork Firewall Firewall Policy Properties - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud 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)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
NetworkFirewallFirewallPolicyPropertiesResponse, NetworkFirewallFirewallPolicyPropertiesResponseArgs
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Network Firewall Firewall Policy Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsNetwork Firewall Firewall Policy Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsNetwork Firewall Firewall Policy Properties Response - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- provisioning
State string - The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsNetwork Firewall Firewall Policy Properties Response - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud 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
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud 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
[]Dimension
Response - Property dimensions
- dimensions
List<Dimension
Response> - Property dimensions
- dimensions
Dimension
Response[] - Property dimensions
- dimensions
Sequence[Dimension
Response] - Property dimensions
- dimensions List<Property Map>
- Property dimensions
RuleVariablesModel, RuleVariablesModelArgs
- Rule
Variables Dictionary<string, Pulumi.Azure Native. Aws Connector. Inputs. IPSet> - Property ruleVariables
- Rule
Variables map[string]IPSet - Property ruleVariables
- rule
Variables Map<String,IPSet> - Property ruleVariables
- rule
Variables {[key: string]: IPSet} - Property ruleVariables
- rule_
variables Mapping[str, IPSet] - Property ruleVariables
- rule
Variables Map<Property Map> - Property ruleVariables
RuleVariablesModelResponse, RuleVariablesModelResponseArgs
- Rule
Variables Dictionary<string, Pulumi.Azure Native. Aws Connector. Inputs. IPSet Response> - Property ruleVariables
- Rule
Variables map[string]IPSetResponse - Property ruleVariables
- rule
Variables Map<String,IPSetResponse> - Property ruleVariables
- rule
Variables {[key: string]: IPSetResponse} - Property ruleVariables
- rule_
variables Mapping[str, IPSetResponse] - Property ruleVariables
- rule
Variables Map<Property Map> - Property ruleVariables
StatefulEngineOptions, StatefulEngineOptionsArgs
- Rule
Order string | Pulumi.Azure Native. Aws Connector. Stateful Engine Options Rule Order - Property ruleOrder
- Stream
Exception string | Pulumi.Policy Azure Native. Aws Connector. Stateful Engine Options Stream Exception Policy - Property streamExceptionPolicy
- Rule
Order string | StatefulEngine Options Rule Order - Property ruleOrder
- Stream
Exception string | StatefulPolicy Engine Options Stream Exception Policy - Property streamExceptionPolicy
- rule
Order String | StatefulEngine Options Rule Order - Property ruleOrder
- stream
Exception String | StatefulPolicy Engine Options Stream Exception Policy - Property streamExceptionPolicy
- rule
Order string | StatefulEngine Options Rule Order - Property ruleOrder
- stream
Exception 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
- rule
Order String | "DEFAULT_ACTION_ORDER" | "STRICT_ORDER" - Property ruleOrder
- stream
Exception String | "CONTINUE" | "DROP" | "REJECT"Policy - Property streamExceptionPolicy
StatefulEngineOptionsResponse, StatefulEngineOptionsResponseArgs
- Rule
Order string - Property ruleOrder
- Stream
Exception stringPolicy - Property streamExceptionPolicy
- Rule
Order string - Property ruleOrder
- Stream
Exception stringPolicy - Property streamExceptionPolicy
- rule
Order String - Property ruleOrder
- stream
Exception StringPolicy - Property streamExceptionPolicy
- rule
Order string - Property ruleOrder
- stream
Exception stringPolicy - Property streamExceptionPolicy
- rule_
order str - Property ruleOrder
- stream_
exception_ strpolicy - Property streamExceptionPolicy
- rule
Order String - Property ruleOrder
- stream
Exception StringPolicy - Property streamExceptionPolicy
StatefulEngineOptionsRuleOrder, StatefulEngineOptionsRuleOrderArgs
- DEFAULT_ACTION_ORDER
- DEFAULT_ACTION_ORDERStatefulEngineOptionsRuleOrder enum DEFAULT_ACTION_ORDER
- STRICT_ORDER
- STRICT_ORDERStatefulEngineOptionsRuleOrder enum STRICT_ORDER
- Stateful
Engine Options Rule Order_DEFAULT_ACTION_ORDER - DEFAULT_ACTION_ORDERStatefulEngineOptionsRuleOrder enum DEFAULT_ACTION_ORDER
- Stateful
Engine 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
- Stateful
Engine Options Stream Exception Policy CONTINUE - CONTINUEStatefulEngineOptionsStreamExceptionPolicy enum CONTINUE
- Stateful
Engine Options Stream Exception Policy DROP - DROPStatefulEngineOptionsStreamExceptionPolicy enum DROP
- Stateful
Engine 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 | Stateful
Rule Group Override Action - Property action
- action
String | Stateful
Rule Group Override Action - Property action
- action
string | Stateful
Rule Group Override Action - Property action
- action
str | Stateful
Rule Group Override Action - Property action
- action String | "DROP_TO_ALERT"
- Property action
StatefulRuleGroupOverrideAction, StatefulRuleGroupOverrideActionArgs
- DROP_TO_ALERT
- DROP_TO_ALERTStatefulRuleGroupOverrideAction enum DROP_TO_ALERT
- Stateful
Rule 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
- Resource
Arn string - A resource ARN.
- Override
Stateful
Rule Group Override - Property override
- Priority int
- Property priority
- Resource
Arn string - A resource ARN.
- override
Stateful
Rule Group Override - Property override
- priority Integer
- Property priority
- resource
Arn String - A resource ARN.
- override
Stateful
Rule Group Override - Property override
- priority number
- Property priority
- resource
Arn string - A resource ARN.
- override
Stateful
Rule Group Override - Property override
- priority int
- Property priority
- resource_
arn str - A resource ARN.
- override Property Map
- Property override
- priority Number
- Property priority
- resource
Arn String - A resource ARN.
StatefulRuleGroupReferenceResponse, StatefulRuleGroupReferenceResponseArgs
- Override
Pulumi.
Azure Native. Aws Connector. Inputs. Stateful Rule Group Override Response - Property override
- Priority int
- Property priority
- Resource
Arn string - A resource ARN.
- Override
Stateful
Rule Group Override Response - Property override
- Priority int
- Property priority
- Resource
Arn string - A resource ARN.
- override
Stateful
Rule Group Override Response - Property override
- priority Integer
- Property priority
- resource
Arn String - A resource ARN.
- override
Stateful
Rule Group Override Response - Property override
- priority number
- Property priority
- resource
Arn string - A resource ARN.
- override
Stateful
Rule Group Override Response - Property override
- priority int
- Property priority
- resource_
arn str - A resource ARN.
- override Property Map
- Property override
- priority Number
- Property priority
- resource
Arn String - A resource ARN.
StatelessRuleGroupReference, StatelessRuleGroupReferenceArgs
- Priority int
- Property priority
- Resource
Arn string - A resource ARN.
- Priority int
- Property priority
- Resource
Arn string - A resource ARN.
- priority Integer
- Property priority
- resource
Arn String - A resource ARN.
- priority number
- Property priority
- resource
Arn string - A resource ARN.
- priority int
- Property priority
- resource_
arn str - A resource ARN.
- priority Number
- Property priority
- resource
Arn String - A resource ARN.
StatelessRuleGroupReferenceResponse, StatelessRuleGroupReferenceResponseArgs
- Priority int
- Property priority
- Resource
Arn string - A resource ARN.
- Priority int
- Property priority
- Resource
Arn string - A resource ARN.
- priority Integer
- Property priority
- resource
Arn String - A resource ARN.
- priority number
- Property priority
- resource
Arn string - A resource ARN.
- priority int
- Property priority
- resource_
arn str - A resource ARN.
- priority Number
- Property priority
- resource
Arn String - A resource ARN.
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified 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