1. Packages
  2. AWS Native
  3. API Docs
  4. networkfirewall
  5. getRuleGroup

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.networkfirewall.getRuleGroup

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 type definition for AWS::NetworkFirewall::RuleGroup

    Using getRuleGroup

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRuleGroup(args: GetRuleGroupArgs, opts?: InvokeOptions): Promise<GetRuleGroupResult>
    function getRuleGroupOutput(args: GetRuleGroupOutputArgs, opts?: InvokeOptions): Output<GetRuleGroupResult>
    def get_rule_group(rule_group_arn: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetRuleGroupResult
    def get_rule_group_output(rule_group_arn: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetRuleGroupResult]
    func LookupRuleGroup(ctx *Context, args *LookupRuleGroupArgs, opts ...InvokeOption) (*LookupRuleGroupResult, error)
    func LookupRuleGroupOutput(ctx *Context, args *LookupRuleGroupOutputArgs, opts ...InvokeOption) LookupRuleGroupResultOutput

    > Note: This function is named LookupRuleGroup in the Go SDK.

    public static class GetRuleGroup 
    {
        public static Task<GetRuleGroupResult> InvokeAsync(GetRuleGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetRuleGroupResult> Invoke(GetRuleGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRuleGroupResult> getRuleGroup(GetRuleGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:networkfirewall:getRuleGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getRuleGroup Result

    The following output properties are available:

    Supporting Types

    RuleGroup

    RuleGroupActionDefinition

    RuleGroupAddress

    RuleGroupCustomAction

    RuleGroupDimension

    Value string
    Value string
    value String
    value string
    value str
    value String

    RuleGroupGeneratedRulesType

    RuleGroupHeader

    RuleGroupHeaderDirection

    RuleGroupHeaderProtocol

    RuleGroupIpSet

    Definition List<string>
    Definition []string
    definition List<String>
    definition string[]
    definition Sequence[str]
    definition List<String>

    RuleGroupIpSetReference

    RuleGroupMatchAttributes

    RuleGroupPortRange

    fromPort Integer
    toPort Integer
    fromPort number
    toPort number
    fromPort Number
    toPort Number

    RuleGroupPortSet

    Definition List<string>
    Definition []string
    definition List<String>
    definition string[]
    definition Sequence[str]
    definition List<String>

    RuleGroupPublishMetricAction

    RuleGroupReferenceSets

    IpSetReferences Dictionary<string, Pulumi.AwsNative.NetworkFirewall.Inputs.RuleGroupIpSetReference>
    IpSetReferences map[string]RuleGroupIpSetReference
    ipSetReferences Map<String,RuleGroupIpSetReference>
    ipSetReferences {[key: string]: RuleGroupIpSetReference}
    ip_set_references Mapping[str, RuleGroupIpSetReference]
    ipSetReferences Map<Property Map>

    RuleGroupRuleDefinition

    RuleGroupRuleOption

    Keyword string
    Settings List<string>
    Keyword string
    Settings []string
    keyword String
    settings List<String>
    keyword string
    settings string[]
    keyword str
    settings Sequence[str]
    keyword String
    settings List<String>

    RuleGroupRuleOrder

    RuleGroupRuleVariables

    IpSets Dictionary<string, Pulumi.AwsNative.NetworkFirewall.Inputs.RuleGroupIpSet>
    PortSets Dictionary<string, Pulumi.AwsNative.NetworkFirewall.Inputs.RuleGroupPortSet>
    IpSets map[string]RuleGroupIpSet
    PortSets map[string]RuleGroupPortSet
    ipSets Map<String,RuleGroupIpSet>
    portSets Map<String,RuleGroupPortSet>
    ipSets {[key: string]: RuleGroupIpSet}
    portSets {[key: string]: RuleGroupPortSet}
    ip_sets Mapping[str, RuleGroupIpSet]
    port_sets Mapping[str, RuleGroupPortSet]
    ipSets Map<Property Map>
    portSets Map<Property Map>

    RuleGroupRulesSource

    RuleGroupRulesSourceList

    RuleGroupStatefulRule

    RuleGroupStatefulRuleAction

    RuleGroupStatefulRuleOptions

    RuleGroupStatelessRule

    RuleGroupStatelessRulesAndCustomActions

    RuleGroupTargetType

    RuleGroupTcpFlag

    RuleGroupTcpFlagField

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