aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.route53resolver.FirewallRuleGroup

Explore with Pulumi AI

Resource schema for AWS::Route53Resolver::FirewallRuleGroup.

Create FirewallRuleGroup Resource

new FirewallRuleGroup(name: string, args?: FirewallRuleGroupArgs, opts?: CustomResourceOptions);
@overload
def FirewallRuleGroup(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      firewall_rules: Optional[Sequence[FirewallRuleGroupFirewallRuleArgs]] = None,
                      name: Optional[str] = None,
                      tags: Optional[Sequence[FirewallRuleGroupTagArgs]] = None)
@overload
def FirewallRuleGroup(resource_name: str,
                      args: Optional[FirewallRuleGroupArgs] = None,
                      opts: Optional[ResourceOptions] = None)
func NewFirewallRuleGroup(ctx *Context, name string, args *FirewallRuleGroupArgs, opts ...ResourceOption) (*FirewallRuleGroup, error)
public FirewallRuleGroup(string name, FirewallRuleGroupArgs? args = null, CustomResourceOptions? opts = null)
public FirewallRuleGroup(String name, FirewallRuleGroupArgs args)
public FirewallRuleGroup(String name, FirewallRuleGroupArgs args, CustomResourceOptions options)
type: aws-native:route53resolver:FirewallRuleGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

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

FirewallRuleGroup Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The FirewallRuleGroup resource accepts the following input properties:

firewallRules List<Property Map>

FirewallRules

name String

FirewallRuleGroupName

tags List<Property Map>

Tags

Outputs

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

Arn string

Arn

CreationTime string

Rfc3339TimeString

CreatorRequestId string

The id of the creator request.

Id string

The provider-assigned unique ID for this managed resource.

ModificationTime string

Rfc3339TimeString

OwnerId string

AccountId

RuleCount int

Count

ShareStatus Pulumi.AwsNative.Route53Resolver.FirewallRuleGroupShareStatus

ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.

Status Pulumi.AwsNative.Route53Resolver.FirewallRuleGroupStatus

ResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED.

StatusMessage string

FirewallRuleGroupStatus

Arn string

Arn

CreationTime string

Rfc3339TimeString

CreatorRequestId string

The id of the creator request.

Id string

The provider-assigned unique ID for this managed resource.

ModificationTime string

Rfc3339TimeString

OwnerId string

AccountId

RuleCount int

Count

ShareStatus FirewallRuleGroupShareStatus

ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.

Status FirewallRuleGroupStatus

ResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED.

StatusMessage string

FirewallRuleGroupStatus

arn String

Arn

creationTime String

Rfc3339TimeString

creatorRequestId String

The id of the creator request.

id String

The provider-assigned unique ID for this managed resource.

modificationTime String

Rfc3339TimeString

ownerId String

AccountId

ruleCount Integer

Count

shareStatus FirewallRuleGroupShareStatus

ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.

status FirewallRuleGroupStatus

ResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED.

statusMessage String

FirewallRuleGroupStatus

arn string

Arn

creationTime string

Rfc3339TimeString

creatorRequestId string

The id of the creator request.

id string

The provider-assigned unique ID for this managed resource.

modificationTime string

Rfc3339TimeString

ownerId string

AccountId

ruleCount number

Count

shareStatus FirewallRuleGroupShareStatus

ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.

status FirewallRuleGroupStatus

ResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED.

statusMessage string

FirewallRuleGroupStatus

arn str

Arn

creation_time str

Rfc3339TimeString

creator_request_id str

The id of the creator request.

id str

The provider-assigned unique ID for this managed resource.

modification_time str

Rfc3339TimeString

owner_id str

AccountId

rule_count int

Count

share_status FirewallRuleGroupShareStatus

ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.

status FirewallRuleGroupStatus

ResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED.

status_message str

FirewallRuleGroupStatus

arn String

Arn

creationTime String

Rfc3339TimeString

creatorRequestId String

The id of the creator request.

id String

The provider-assigned unique ID for this managed resource.

modificationTime String

Rfc3339TimeString

ownerId String

AccountId

ruleCount Number

Count

shareStatus "NOT_SHARED" | "SHARED_WITH_ME" | "SHARED_BY_ME"

ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.

status "COMPLETE" | "DELETING" | "UPDATING" | "INACTIVE_OWNER_ACCOUNT_CLOSED"

ResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED.

statusMessage String

FirewallRuleGroupStatus

Supporting Types

FirewallRuleGroupFirewallRule

action "ALLOW" | "BLOCK" | "ALERT"

Rule Action

firewallDomainListId String

ResourceId

priority Number

Rule Priority

blockOverrideDnsType "CNAME"

BlockOverrideDnsType

blockOverrideDomain String

BlockOverrideDomain

blockOverrideTtl Number

BlockOverrideTtl

blockResponse "NODATA" | "NXDOMAIN" | "OVERRIDE"

BlockResponse

FirewallRuleGroupFirewallRuleAction

Allow
ALLOW
Block
BLOCK
Alert
ALERT
FirewallRuleGroupFirewallRuleActionAllow
ALLOW
FirewallRuleGroupFirewallRuleActionBlock
BLOCK
FirewallRuleGroupFirewallRuleActionAlert
ALERT
Allow
ALLOW
Block
BLOCK
Alert
ALERT
Allow
ALLOW
Block
BLOCK
Alert
ALERT
ALLOW
ALLOW
BLOCK
BLOCK
ALERT
ALERT
"ALLOW"
ALLOW
"BLOCK"
BLOCK
"ALERT"
ALERT

FirewallRuleGroupFirewallRuleBlockOverrideDnsType

Cname
CNAME
FirewallRuleGroupFirewallRuleBlockOverrideDnsTypeCname
CNAME
Cname
CNAME
Cname
CNAME
CNAME
CNAME
"CNAME"
CNAME

FirewallRuleGroupFirewallRuleBlockResponse

Nodata
NODATA
Nxdomain
NXDOMAIN
Override
OVERRIDE
FirewallRuleGroupFirewallRuleBlockResponseNodata
NODATA
FirewallRuleGroupFirewallRuleBlockResponseNxdomain
NXDOMAIN
FirewallRuleGroupFirewallRuleBlockResponseOverride
OVERRIDE
Nodata
NODATA
Nxdomain
NXDOMAIN
Override
OVERRIDE
Nodata
NODATA
Nxdomain
NXDOMAIN
Override
OVERRIDE
NODATA
NODATA
NXDOMAIN
NXDOMAIN
OVERRIDE
OVERRIDE
"NODATA"
NODATA
"NXDOMAIN"
NXDOMAIN
"OVERRIDE"
OVERRIDE

FirewallRuleGroupShareStatus

NotShared
NOT_SHARED
SharedWithMe
SHARED_WITH_ME
SharedByMe
SHARED_BY_ME
FirewallRuleGroupShareStatusNotShared
NOT_SHARED
FirewallRuleGroupShareStatusSharedWithMe
SHARED_WITH_ME
FirewallRuleGroupShareStatusSharedByMe
SHARED_BY_ME
NotShared
NOT_SHARED
SharedWithMe
SHARED_WITH_ME
SharedByMe
SHARED_BY_ME
NotShared
NOT_SHARED
SharedWithMe
SHARED_WITH_ME
SharedByMe
SHARED_BY_ME
NOT_SHARED
NOT_SHARED
SHARED_WITH_ME
SHARED_WITH_ME
SHARED_BY_ME
SHARED_BY_ME
"NOT_SHARED"
NOT_SHARED
"SHARED_WITH_ME"
SHARED_WITH_ME
"SHARED_BY_ME"
SHARED_BY_ME

FirewallRuleGroupStatus

Complete
COMPLETE
Deleting
DELETING
Updating
UPDATING
InactiveOwnerAccountClosed
INACTIVE_OWNER_ACCOUNT_CLOSED
FirewallRuleGroupStatusComplete
COMPLETE
FirewallRuleGroupStatusDeleting
DELETING
FirewallRuleGroupStatusUpdating
UPDATING
FirewallRuleGroupStatusInactiveOwnerAccountClosed
INACTIVE_OWNER_ACCOUNT_CLOSED
Complete
COMPLETE
Deleting
DELETING
Updating
UPDATING
InactiveOwnerAccountClosed
INACTIVE_OWNER_ACCOUNT_CLOSED
Complete
COMPLETE
Deleting
DELETING
Updating
UPDATING
InactiveOwnerAccountClosed
INACTIVE_OWNER_ACCOUNT_CLOSED
COMPLETE
COMPLETE
DELETING
DELETING
UPDATING
UPDATING
INACTIVE_OWNER_ACCOUNT_CLOSED
INACTIVE_OWNER_ACCOUNT_CLOSED
"COMPLETE"
COMPLETE
"DELETING"
DELETING
"UPDATING"
UPDATING
"INACTIVE_OWNER_ACCOUNT_CLOSED"
INACTIVE_OWNER_ACCOUNT_CLOSED

FirewallRuleGroupTag

Key string

The key name of the tag. You can specify a value that is 1 to 127 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 1 to 255 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 127 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 1 to 255 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 127 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 1 to 255 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 127 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 1 to 255 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 127 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 1 to 255 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 127 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 1 to 255 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 -.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0