Using getBotmanContentProtectionRuleSequence
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 getBotmanContentProtectionRuleSequence(args: GetBotmanContentProtectionRuleSequenceArgs, opts?: InvokeOptions): Promise<GetBotmanContentProtectionRuleSequenceResult>
function getBotmanContentProtectionRuleSequenceOutput(args: GetBotmanContentProtectionRuleSequenceOutputArgs, opts?: InvokeOptions): Output<GetBotmanContentProtectionRuleSequenceResult>def get_botman_content_protection_rule_sequence(config_id: Optional[int] = None,
security_policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBotmanContentProtectionRuleSequenceResult
def get_botman_content_protection_rule_sequence_output(config_id: Optional[pulumi.Input[int]] = None,
security_policy_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBotmanContentProtectionRuleSequenceResult]func LookupBotmanContentProtectionRuleSequence(ctx *Context, args *LookupBotmanContentProtectionRuleSequenceArgs, opts ...InvokeOption) (*LookupBotmanContentProtectionRuleSequenceResult, error)
func LookupBotmanContentProtectionRuleSequenceOutput(ctx *Context, args *LookupBotmanContentProtectionRuleSequenceOutputArgs, opts ...InvokeOption) LookupBotmanContentProtectionRuleSequenceResultOutput> Note: This function is named LookupBotmanContentProtectionRuleSequence in the Go SDK.
public static class GetBotmanContentProtectionRuleSequence
{
public static Task<GetBotmanContentProtectionRuleSequenceResult> InvokeAsync(GetBotmanContentProtectionRuleSequenceArgs args, InvokeOptions? opts = null)
public static Output<GetBotmanContentProtectionRuleSequenceResult> Invoke(GetBotmanContentProtectionRuleSequenceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanContentProtectionRuleSequenceResult> getBotmanContentProtectionRuleSequence(GetBotmanContentProtectionRuleSequenceArgs args, InvokeOptions options)
public static Output<GetBotmanContentProtectionRuleSequenceResult> getBotmanContentProtectionRuleSequence(GetBotmanContentProtectionRuleSequenceArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getBotmanContentProtectionRuleSequence:getBotmanContentProtectionRuleSequence
arguments:
# arguments dictionaryThe following arguments are supported:
- Config
Id int - Security
Policy stringId
- Config
Id int - Security
Policy stringId
- config
Id Integer - security
Policy StringId
- config
Id number - security
Policy stringId
- config_
id int - security_
policy_ strid
- config
Id Number - security
Policy StringId
getBotmanContentProtectionRuleSequence Result
The following output properties are available:
- Config
Id int - Content
Protection List<string>Rule Ids - Id string
- The provider-assigned unique ID for this managed resource.
- Security
Policy stringId
- Config
Id int - Content
Protection []stringRule Ids - Id string
- The provider-assigned unique ID for this managed resource.
- Security
Policy stringId
- config
Id Integer - content
Protection List<String>Rule Ids - id String
- The provider-assigned unique ID for this managed resource.
- security
Policy StringId
- config
Id number - content
Protection string[]Rule Ids - id string
- The provider-assigned unique ID for this managed resource.
- security
Policy stringId
- config_
id int - content_
protection_ Sequence[str]rule_ ids - id str
- The provider-assigned unique ID for this managed resource.
- security_
policy_ strid
- config
Id Number - content
Protection List<String>Rule Ids - id String
- The provider-assigned unique ID for this managed resource.
- security
Policy StringId
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
