1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getDosProtectionRule
Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi
scm logo
Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi

    DosProtectionRule data source

    Using getDosProtectionRule

    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 getDosProtectionRule(args: GetDosProtectionRuleArgs, opts?: InvokeOptions): Promise<GetDosProtectionRuleResult>
    function getDosProtectionRuleOutput(args: GetDosProtectionRuleOutputArgs, opts?: InvokeOptions): Output<GetDosProtectionRuleResult>
    def get_dos_protection_rule(device: Optional[str] = None,
                                folder: Optional[str] = None,
                                id: Optional[str] = None,
                                name: Optional[str] = None,
                                snippet: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetDosProtectionRuleResult
    def get_dos_protection_rule_output(device: Optional[pulumi.Input[str]] = None,
                                folder: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                snippet: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetDosProtectionRuleResult]
    func LookupDosProtectionRule(ctx *Context, args *LookupDosProtectionRuleArgs, opts ...InvokeOption) (*LookupDosProtectionRuleResult, error)
    func LookupDosProtectionRuleOutput(ctx *Context, args *LookupDosProtectionRuleOutputArgs, opts ...InvokeOption) LookupDosProtectionRuleResultOutput

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

    public static class GetDosProtectionRule 
    {
        public static Task<GetDosProtectionRuleResult> InvokeAsync(GetDosProtectionRuleArgs args, InvokeOptions? opts = null)
        public static Output<GetDosProtectionRuleResult> Invoke(GetDosProtectionRuleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDosProtectionRuleResult> getDosProtectionRule(GetDosProtectionRuleArgs args, InvokeOptions options)
    public static Output<GetDosProtectionRuleResult> getDosProtectionRule(GetDosProtectionRuleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getDosProtectionRule:getDosProtectionRule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The UUID of the DNS security profile
    Device string
    The device in which the resource is defined
    Folder string
    Name string
    Snippet string
    Id string
    The UUID of the DNS security profile
    Device string
    The device in which the resource is defined
    Folder string
    Name string
    Snippet string
    id String
    The UUID of the DNS security profile
    device String
    The device in which the resource is defined
    folder String
    name String
    snippet String
    id string
    The UUID of the DNS security profile
    device string
    The device in which the resource is defined
    folder string
    name string
    snippet string
    id str
    The UUID of the DNS security profile
    device str
    The device in which the resource is defined
    folder str
    name str
    snippet str
    id String
    The UUID of the DNS security profile
    device String
    The device in which the resource is defined
    folder String
    name String
    snippet String

    getDosProtectionRule Result

    The following output properties are available:

    Action GetDosProtectionRuleAction
    Description string
    Destinations List<string>
    Device string
    The device in which the resource is defined
    Disabled bool
    Folder string
    Froms List<string>
    Id string
    The UUID of the DNS security profile
    LogSetting string
    Name string
    Position string
    Protection GetDosProtectionRuleProtection
    Schedule string
    Services List<string>
    Snippet string
    SourceUsers List<string>
    Sources List<string>
    Tags List<string>
    Tfid string
    Tos List<string>
    Action GetDosProtectionRuleAction
    Description string
    Destinations []string
    Device string
    The device in which the resource is defined
    Disabled bool
    Folder string
    Froms []string
    Id string
    The UUID of the DNS security profile
    LogSetting string
    Name string
    Position string
    Protection GetDosProtectionRuleProtection
    Schedule string
    Services []string
    Snippet string
    SourceUsers []string
    Sources []string
    Tags []string
    Tfid string
    Tos []string
    action GetDosProtectionRuleAction
    description String
    destinations List<String>
    device String
    The device in which the resource is defined
    disabled Boolean
    folder String
    froms List<String>
    id String
    The UUID of the DNS security profile
    logSetting String
    name String
    position String
    protection GetDosProtectionRuleProtection
    schedule String
    services List<String>
    snippet String
    sourceUsers List<String>
    sources List<String>
    tags List<String>
    tfid String
    tos List<String>
    action GetDosProtectionRuleAction
    description string
    destinations string[]
    device string
    The device in which the resource is defined
    disabled boolean
    folder string
    froms string[]
    id string
    The UUID of the DNS security profile
    logSetting string
    name string
    position string
    protection GetDosProtectionRuleProtection
    schedule string
    services string[]
    snippet string
    sourceUsers string[]
    sources string[]
    tags string[]
    tfid string
    tos string[]
    action GetDosProtectionRuleAction
    description str
    destinations Sequence[str]
    device str
    The device in which the resource is defined
    disabled bool
    folder str
    froms Sequence[str]
    id str
    The UUID of the DNS security profile
    log_setting str
    name str
    position str
    protection GetDosProtectionRuleProtection
    schedule str
    services Sequence[str]
    snippet str
    source_users Sequence[str]
    sources Sequence[str]
    tags Sequence[str]
    tfid str
    tos Sequence[str]
    action Property Map
    description String
    destinations List<String>
    device String
    The device in which the resource is defined
    disabled Boolean
    folder String
    froms List<String>
    id String
    The UUID of the DNS security profile
    logSetting String
    name String
    position String
    protection Property Map
    schedule String
    services List<String>
    snippet String
    sourceUsers List<String>
    sources List<String>
    tags List<String>
    tfid String
    tos List<String>

    Supporting Types

    GetDosProtectionRuleAction

    Allow GetDosProtectionRuleActionAllow
    Allow
    Deny GetDosProtectionRuleActionDeny

    Deny

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    Protect GetDosProtectionRuleActionProtect

    Protect

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    Allow GetDosProtectionRuleActionAllow
    Allow
    Deny GetDosProtectionRuleActionDeny

    Deny

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    Protect GetDosProtectionRuleActionProtect

    Protect

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    allow GetDosProtectionRuleActionAllow
    Allow
    deny GetDosProtectionRuleActionDeny

    Deny

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    protect GetDosProtectionRuleActionProtect

    Protect

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    allow GetDosProtectionRuleActionAllow
    Allow
    deny GetDosProtectionRuleActionDeny

    Deny

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    protect GetDosProtectionRuleActionProtect

    Protect

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    allow GetDosProtectionRuleActionAllow
    Allow
    deny GetDosProtectionRuleActionDeny

    Deny

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    protect GetDosProtectionRuleActionProtect

    Protect

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    allow Property Map
    Allow
    deny Property Map

    Deny

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    protect Property Map

    Protect

    ℹ️ Note: You must specify exactly one of allow, deny, and protect.

    GetDosProtectionRuleProtection

    Aggregate GetDosProtectionRuleProtectionAggregate
    Aggregate
    Classified GetDosProtectionRuleProtectionClassified

    Classified

    ℹ️ Note: You must specify exactly one of aggregate and classified.

    Aggregate GetDosProtectionRuleProtectionAggregate
    Aggregate
    Classified GetDosProtectionRuleProtectionClassified

    Classified

    ℹ️ Note: You must specify exactly one of aggregate and classified.

    aggregate GetDosProtectionRuleProtectionAggregate
    Aggregate
    classified GetDosProtectionRuleProtectionClassified

    Classified

    ℹ️ Note: You must specify exactly one of aggregate and classified.

    aggregate GetDosProtectionRuleProtectionAggregate
    Aggregate
    classified GetDosProtectionRuleProtectionClassified

    Classified

    ℹ️ Note: You must specify exactly one of aggregate and classified.

    aggregate GetDosProtectionRuleProtectionAggregate
    Aggregate
    classified GetDosProtectionRuleProtectionClassified

    Classified

    ℹ️ Note: You must specify exactly one of aggregate and classified.

    aggregate Property Map
    Aggregate
    classified Property Map

    Classified

    ℹ️ Note: You must specify exactly one of aggregate and classified.

    GetDosProtectionRuleProtectionAggregate

    Profile string
    Aggregate DoS protection profile
    Profile string
    Aggregate DoS protection profile
    profile String
    Aggregate DoS protection profile
    profile string
    Aggregate DoS protection profile
    profile str
    Aggregate DoS protection profile
    profile String
    Aggregate DoS protection profile

    GetDosProtectionRuleProtectionClassified

    ClassificationCriteria GetDosProtectionRuleProtectionClassifiedClassificationCriteria
    Classification criteria
    Profile string
    Classified DoS protection profile
    ClassificationCriteria GetDosProtectionRuleProtectionClassifiedClassificationCriteria
    Classification criteria
    Profile string
    Classified DoS protection profile
    classificationCriteria GetDosProtectionRuleProtectionClassifiedClassificationCriteria
    Classification criteria
    profile String
    Classified DoS protection profile
    classificationCriteria GetDosProtectionRuleProtectionClassifiedClassificationCriteria
    Classification criteria
    profile string
    Classified DoS protection profile
    classificationCriteria Property Map
    Classification criteria
    profile String
    Classified DoS protection profile

    GetDosProtectionRuleProtectionClassifiedClassificationCriteria

    Address string
    Address
    Address string
    Address
    address String
    Address
    address string
    Address
    address str
    Address
    address String
    Address

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v1.0.3 published on Thursday, Jan 22, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate