1. Packages
  2. AWS Native
  3. API Docs
  4. route53resolver
  5. FirewallRuleGroup

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.route53resolver.FirewallRuleGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource schema for AWS::Route53Resolver::FirewallRuleGroup.

    Create FirewallRuleGroup Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new FirewallRuleGroup(name: string, args?: FirewallRuleGroupArgs, opts?: CustomResourceOptions);
    @overload
    def FirewallRuleGroup(resource_name: str,
                          args: Optional[FirewallRuleGroupArgs] = None,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def FirewallRuleGroup(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          firewall_rules: Optional[Sequence[FirewallRuleGroupFirewallRuleArgs]] = None,
                          name: Optional[str] = None,
                          tags: Optional[Sequence[_root_inputs.TagArgs]] = 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.
    
    

    Parameters

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const firewallRuleGroupResource = new aws_native.route53resolver.FirewallRuleGroup("firewallRuleGroupResource", {
        firewallRules: [{
            action: aws_native.route53resolver.FirewallRuleGroupFirewallRuleAction.Allow,
            firewallDomainListId: "string",
            priority: 0,
            blockOverrideDnsType: aws_native.route53resolver.FirewallRuleGroupFirewallRuleBlockOverrideDnsType.Cname,
            blockOverrideDomain: "string",
            blockOverrideTtl: 0,
            blockResponse: aws_native.route53resolver.FirewallRuleGroupFirewallRuleBlockResponse.Nodata,
            qtype: "string",
        }],
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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 []FirewallRuleGroupFirewallRuleArgs
    FirewallRules
    Name string
    FirewallRuleGroupName
    Tags TagArgs
    Tags
    firewallRules List<FirewallRuleGroupFirewallRule>
    FirewallRules
    name String
    FirewallRuleGroupName
    tags List<Tag>
    Tags
    firewallRules FirewallRuleGroupFirewallRule[]
    FirewallRules
    name string
    FirewallRuleGroupName
    tags Tag[]
    Tags
    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
    AwsId string
    ResourceId
    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
    AwsId string
    ResourceId
    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
    awsId String
    ResourceId
    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
    awsId string
    ResourceId
    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
    aws_id str
    ResourceId
    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
    awsId String
    ResourceId
    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, FirewallRuleGroupFirewallRuleArgs

    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
    qtype String
    Qtype

    FirewallRuleGroupFirewallRuleAction, FirewallRuleGroupFirewallRuleActionArgs

    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, FirewallRuleGroupFirewallRuleBlockOverrideDnsTypeArgs

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

    FirewallRuleGroupFirewallRuleBlockResponse, FirewallRuleGroupFirewallRuleBlockResponseArgs

    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, FirewallRuleGroupShareStatusArgs

    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, FirewallRuleGroupStatusArgs

    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

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi