Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getBotmanContentProtectionJavascriptInjectionRule
Explore with Pulumi AI
Using getBotmanContentProtectionJavascriptInjectionRule
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 getBotmanContentProtectionJavascriptInjectionRule(args: GetBotmanContentProtectionJavascriptInjectionRuleArgs, opts?: InvokeOptions): Promise<GetBotmanContentProtectionJavascriptInjectionRuleResult>
function getBotmanContentProtectionJavascriptInjectionRuleOutput(args: GetBotmanContentProtectionJavascriptInjectionRuleOutputArgs, opts?: InvokeOptions): Output<GetBotmanContentProtectionJavascriptInjectionRuleResult>
def get_botman_content_protection_javascript_injection_rule(config_id: Optional[int] = None,
content_protection_javascript_injection_rule_id: Optional[str] = None,
security_policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBotmanContentProtectionJavascriptInjectionRuleResult
def get_botman_content_protection_javascript_injection_rule_output(config_id: Optional[pulumi.Input[int]] = None,
content_protection_javascript_injection_rule_id: Optional[pulumi.Input[str]] = None,
security_policy_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBotmanContentProtectionJavascriptInjectionRuleResult]
func LookupBotmanContentProtectionJavascriptInjectionRule(ctx *Context, args *LookupBotmanContentProtectionJavascriptInjectionRuleArgs, opts ...InvokeOption) (*LookupBotmanContentProtectionJavascriptInjectionRuleResult, error)
func LookupBotmanContentProtectionJavascriptInjectionRuleOutput(ctx *Context, args *LookupBotmanContentProtectionJavascriptInjectionRuleOutputArgs, opts ...InvokeOption) LookupBotmanContentProtectionJavascriptInjectionRuleResultOutput
> Note: This function is named LookupBotmanContentProtectionJavascriptInjectionRule
in the Go SDK.
public static class GetBotmanContentProtectionJavascriptInjectionRule
{
public static Task<GetBotmanContentProtectionJavascriptInjectionRuleResult> InvokeAsync(GetBotmanContentProtectionJavascriptInjectionRuleArgs args, InvokeOptions? opts = null)
public static Output<GetBotmanContentProtectionJavascriptInjectionRuleResult> Invoke(GetBotmanContentProtectionJavascriptInjectionRuleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBotmanContentProtectionJavascriptInjectionRuleResult> getBotmanContentProtectionJavascriptInjectionRule(GetBotmanContentProtectionJavascriptInjectionRuleArgs args, InvokeOptions options)
public static Output<GetBotmanContentProtectionJavascriptInjectionRuleResult> getBotmanContentProtectionJavascriptInjectionRule(GetBotmanContentProtectionJavascriptInjectionRuleArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getBotmanContentProtectionJavascriptInjectionRule:getBotmanContentProtectionJavascriptInjectionRule
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Id int - Security
Policy stringId - Content
Protection stringJavascript Injection Rule Id
- Config
Id int - Security
Policy stringId - Content
Protection stringJavascript Injection Rule Id
- config
Id Integer - security
Policy StringId - content
Protection StringJavascript Injection Rule Id
- config
Id number - security
Policy stringId - content
Protection stringJavascript Injection Rule Id
- config
Id Number - security
Policy StringId - content
Protection StringJavascript Injection Rule Id
getBotmanContentProtectionJavascriptInjectionRule Result
The following output properties are available:
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Security
Policy stringId - Content
Protection stringJavascript Injection Rule Id
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Security
Policy stringId - Content
Protection stringJavascript Injection Rule Id
- config
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- json String
- security
Policy StringId - content
Protection StringJavascript Injection Rule Id
- config
Id number - id string
- The provider-assigned unique ID for this managed resource.
- json string
- security
Policy stringId - content
Protection stringJavascript Injection Rule Id
- config_
id int - id str
- The provider-assigned unique ID for this managed resource.
- json str
- security_
policy_ strid - content_
protection_ strjavascript_ injection_ rule_ id
- config
Id Number - id String
- The provider-assigned unique ID for this managed resource.
- json String
- security
Policy StringId - content
Protection StringJavascript Injection Rule Id
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.