konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginXmlThreatProtection
Explore with Pulumi AI
Using getGatewayPluginXmlThreatProtection
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 getGatewayPluginXmlThreatProtection(args: GetGatewayPluginXmlThreatProtectionArgs, opts?: InvokeOptions): Promise<GetGatewayPluginXmlThreatProtectionResult>
function getGatewayPluginXmlThreatProtectionOutput(args: GetGatewayPluginXmlThreatProtectionOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginXmlThreatProtectionResult>
def get_gateway_plugin_xml_threat_protection(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginXmlThreatProtectionResult
def get_gateway_plugin_xml_threat_protection_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginXmlThreatProtectionResult]
func LookupGatewayPluginXmlThreatProtection(ctx *Context, args *LookupGatewayPluginXmlThreatProtectionArgs, opts ...InvokeOption) (*LookupGatewayPluginXmlThreatProtectionResult, error)
func LookupGatewayPluginXmlThreatProtectionOutput(ctx *Context, args *LookupGatewayPluginXmlThreatProtectionOutputArgs, opts ...InvokeOption) LookupGatewayPluginXmlThreatProtectionResultOutput
> Note: This function is named LookupGatewayPluginXmlThreatProtection
in the Go SDK.
public static class GetGatewayPluginXmlThreatProtection
{
public static Task<GetGatewayPluginXmlThreatProtectionResult> InvokeAsync(GetGatewayPluginXmlThreatProtectionArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginXmlThreatProtectionResult> Invoke(GetGatewayPluginXmlThreatProtectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginXmlThreatProtectionResult> getGatewayPluginXmlThreatProtection(GetGatewayPluginXmlThreatProtectionArgs args, InvokeOptions options)
public static Output<GetGatewayPluginXmlThreatProtectionResult> getGatewayPluginXmlThreatProtection(GetGatewayPluginXmlThreatProtectionArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginXmlThreatProtection:getGatewayPluginXmlThreatProtection
arguments:
# arguments dictionary
The following arguments are supported:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginXmlThreatProtection Result
The following output properties are available:
- Config
Get
Gateway Plugin Xml Threat Protection Config - Consumer
Get
Gateway Plugin Xml Threat Protection Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Xml Threat Protection Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Xml Threat Protection Route - Service
Get
Gateway Plugin Xml Threat Protection Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Xml Threat Protection Config - Consumer
Get
Gateway Plugin Xml Threat Protection Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Xml Threat Protection Ordering - Protocols []string
- Route
Get
Gateway Plugin Xml Threat Protection Route - Service
Get
Gateway Plugin Xml Threat Protection Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Xml Threat Protection Config - consumer
Get
Gateway Plugin Xml Threat Protection Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Xml Threat Protection Ordering - protocols List<String>
- route
Get
Gateway Plugin Xml Threat Protection Route - service
Get
Gateway Plugin Xml Threat Protection Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Xml Threat Protection Config - consumer
Get
Gateway Plugin Xml Threat Protection Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Xml Threat Protection Ordering - protocols string[]
- route
Get
Gateway Plugin Xml Threat Protection Route - service
Get
Gateway Plugin Xml Threat Protection Service - string[]
- updated
At number
- config
Get
Gateway Plugin Xml Threat Protection Config - consumer
Get
Gateway Plugin Xml Threat Protection Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Xml Threat Protection Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Xml Threat Protection Route - service
Get
Gateway Plugin Xml Threat Protection Service - Sequence[str]
- updated_
at float
- config Property Map
- consumer Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginXmlThreatProtectionConfig
- Allow
Dtd bool - Indicates whether an XML Document Type Definition (DTD) section is allowed.
- Allowed
Content List<string>Types - A list of Content-Type values with payloads that are allowed, but aren't validated.
- Attribute double
- Maximum size of the attribute value.
- Bla
Max doubleAmplification - Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
- Bla
Threshold double - Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
- Buffer double
- Maximum size of the unparsed buffer (see below).
- Checked
Content List<string>Types - A list of Content-Type values with payloads that must be validated.
- Comment double
- Maximum size of comments.
- Document double
- Maximum size of the entire document.
- Entity double
- Maximum size of entity values in EntityDecl.
- Entityname double
- Maximum size of entity names in EntityDecl.
- Entityproperty double
- Maximum size of systemId, publicId, or notationName in EntityDecl.
- Localname double
- Maximum size of the localname. This applies to tags and attributes.
- Max
Attributes double - Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
- Max
Children double - Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
- Max
Depth double - Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
- Max
Namespaces double - Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
- Namespace
Aware bool - If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
- Namespaceuri double
- Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
- Pidata double
- Maximum size of processing instruction data.
- Pitarget double
- Maximum size of processing instruction targets.
- Prefix double
- Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
- Text double
- Maximum text inside tags (counted over all adjacent text/CDATA elements combined).
- Allow
Dtd bool - Indicates whether an XML Document Type Definition (DTD) section is allowed.
- Allowed
Content []stringTypes - A list of Content-Type values with payloads that are allowed, but aren't validated.
- Attribute float64
- Maximum size of the attribute value.
- Bla
Max float64Amplification - Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
- Bla
Threshold float64 - Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
- Buffer float64
- Maximum size of the unparsed buffer (see below).
- Checked
Content []stringTypes - A list of Content-Type values with payloads that must be validated.
- Comment float64
- Maximum size of comments.
- Document float64
- Maximum size of the entire document.
- Entity float64
- Maximum size of entity values in EntityDecl.
- Entityname float64
- Maximum size of entity names in EntityDecl.
- Entityproperty float64
- Maximum size of systemId, publicId, or notationName in EntityDecl.
- Localname float64
- Maximum size of the localname. This applies to tags and attributes.
- Max
Attributes float64 - Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
- Max
Children float64 - Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
- Max
Depth float64 - Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
- Max
Namespaces float64 - Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
- Namespace
Aware bool - If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
- Namespaceuri float64
- Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
- Pidata float64
- Maximum size of processing instruction data.
- Pitarget float64
- Maximum size of processing instruction targets.
- Prefix float64
- Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
- Text float64
- Maximum text inside tags (counted over all adjacent text/CDATA elements combined).
- allow
Dtd Boolean - Indicates whether an XML Document Type Definition (DTD) section is allowed.
- allowed
Content List<String>Types - A list of Content-Type values with payloads that are allowed, but aren't validated.
- attribute Double
- Maximum size of the attribute value.
- bla
Max DoubleAmplification - Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
- bla
Threshold Double - Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
- buffer Double
- Maximum size of the unparsed buffer (see below).
- checked
Content List<String>Types - A list of Content-Type values with payloads that must be validated.
- comment Double
- Maximum size of comments.
- document Double
- Maximum size of the entire document.
- entity Double
- Maximum size of entity values in EntityDecl.
- entityname Double
- Maximum size of entity names in EntityDecl.
- entityproperty Double
- Maximum size of systemId, publicId, or notationName in EntityDecl.
- localname Double
- Maximum size of the localname. This applies to tags and attributes.
- max
Attributes Double - Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
- max
Children Double - Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
- max
Depth Double - Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
- max
Namespaces Double - Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
- namespace
Aware Boolean - If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
- namespaceuri Double
- Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
- pidata Double
- Maximum size of processing instruction data.
- pitarget Double
- Maximum size of processing instruction targets.
- prefix Double
- Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
- text Double
- Maximum text inside tags (counted over all adjacent text/CDATA elements combined).
- allow
Dtd boolean - Indicates whether an XML Document Type Definition (DTD) section is allowed.
- allowed
Content string[]Types - A list of Content-Type values with payloads that are allowed, but aren't validated.
- attribute number
- Maximum size of the attribute value.
- bla
Max numberAmplification - Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
- bla
Threshold number - Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
- buffer number
- Maximum size of the unparsed buffer (see below).
- checked
Content string[]Types - A list of Content-Type values with payloads that must be validated.
- comment number
- Maximum size of comments.
- document number
- Maximum size of the entire document.
- entity number
- Maximum size of entity values in EntityDecl.
- entityname number
- Maximum size of entity names in EntityDecl.
- entityproperty number
- Maximum size of systemId, publicId, or notationName in EntityDecl.
- localname number
- Maximum size of the localname. This applies to tags and attributes.
- max
Attributes number - Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
- max
Children number - Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
- max
Depth number - Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
- max
Namespaces number - Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
- namespace
Aware boolean - If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
- namespaceuri number
- Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
- pidata number
- Maximum size of processing instruction data.
- pitarget number
- Maximum size of processing instruction targets.
- prefix number
- Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
- text number
- Maximum text inside tags (counted over all adjacent text/CDATA elements combined).
- allow_
dtd bool - Indicates whether an XML Document Type Definition (DTD) section is allowed.
- allowed_
content_ Sequence[str]types - A list of Content-Type values with payloads that are allowed, but aren't validated.
- attribute float
- Maximum size of the attribute value.
- bla_
max_ floatamplification - Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
- bla_
threshold float - Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
- buffer float
- Maximum size of the unparsed buffer (see below).
- checked_
content_ Sequence[str]types - A list of Content-Type values with payloads that must be validated.
- comment float
- Maximum size of comments.
- document float
- Maximum size of the entire document.
- entity float
- Maximum size of entity values in EntityDecl.
- entityname float
- Maximum size of entity names in EntityDecl.
- entityproperty float
- Maximum size of systemId, publicId, or notationName in EntityDecl.
- localname float
- Maximum size of the localname. This applies to tags and attributes.
- max_
attributes float - Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
- max_
children float - Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
- max_
depth float - Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
- max_
namespaces float - Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
- namespace_
aware bool - If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
- namespaceuri float
- Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
- pidata float
- Maximum size of processing instruction data.
- pitarget float
- Maximum size of processing instruction targets.
- prefix float
- Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
- text float
- Maximum text inside tags (counted over all adjacent text/CDATA elements combined).
- allow
Dtd Boolean - Indicates whether an XML Document Type Definition (DTD) section is allowed.
- allowed
Content List<String>Types - A list of Content-Type values with payloads that are allowed, but aren't validated.
- attribute Number
- Maximum size of the attribute value.
- bla
Max NumberAmplification - Sets the maximum allowed amplification. This protects against the Billion Laughs Attack.
- bla
Threshold Number - Sets the threshold after which the protection starts. This protects against the Billion Laughs Attack.
- buffer Number
- Maximum size of the unparsed buffer (see below).
- checked
Content List<String>Types - A list of Content-Type values with payloads that must be validated.
- comment Number
- Maximum size of comments.
- document Number
- Maximum size of the entire document.
- entity Number
- Maximum size of entity values in EntityDecl.
- entityname Number
- Maximum size of entity names in EntityDecl.
- entityproperty Number
- Maximum size of systemId, publicId, or notationName in EntityDecl.
- localname Number
- Maximum size of the localname. This applies to tags and attributes.
- max
Attributes Number - Maximum number of attributes allowed on a tag, including default ones. Note: If namespace-aware parsing is disabled, then the namespaces definitions are counted as attributes.
- max
Children Number - Maximum number of children allowed (Element, Text, Comment, ProcessingInstruction, CDATASection). Note: Adjacent text and CDATA sections are counted as one. For example, text-cdata-text-cdata is one child.
- max
Depth Number - Maximum depth of tags. Child elements such as Text or Comments are not counted as another level.
- max
Namespaces Number - Maximum number of namespaces defined on a tag. This value is required if parsing is namespace-aware.
- namespace
Aware Boolean - If not parsing namespace aware, all prefixes and namespace attributes will be counted as regular attributes and element names, and validated as such.
- namespaceuri Number
- Maximum size of the namespace URI. This value is required if parsing is namespace-aware.
- pidata Number
- Maximum size of processing instruction data.
- pitarget Number
- Maximum size of processing instruction targets.
- prefix Number
- Maximum size of the prefix. This applies to tags and attributes. This value is required if parsing is namespace-aware.
- text Number
- Maximum text inside tags (counted over all adjacent text/CDATA elements combined).
GetGatewayPluginXmlThreatProtectionConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginXmlThreatProtectionOrdering
GetGatewayPluginXmlThreatProtectionOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginXmlThreatProtectionOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginXmlThreatProtectionRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginXmlThreatProtectionService
- Id string
- Id string
- id String
- id string
- id str
- id String
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.