OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
zzXpress
/
vendor
/
aws
/
aws-sdk-php
/
tests
/
EndpointV2
/
valid-rules
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:24 AM
rwxr-xr-x
📄
aws-region.json
1022 bytes
01/07/2025 11:32:05 AM
rw-r--r--
📄
default-values.json
986 bytes
01/07/2025 11:32:05 AM
rw-r--r--
📄
deprecated-param.json
824 bytes
01/07/2025 11:32:05 AM
rw-r--r--
📄
eventbridge.json
8.62 KB
01/07/2025 11:32:05 AM
rw-r--r--
📄
fns.json
2.45 KB
01/07/2025 11:32:05 AM
rw-r--r--
📄
get-attr-type-inference.json
918 bytes
01/07/2025 11:32:05 AM
rw-r--r--
📄
headers.json
978 bytes
01/07/2025 11:32:05 AM
rw-r--r--
📄
is-virtual-hostable-s3-bucket.json
971 bytes
01/07/2025 11:32:05 AM
rw-r--r--
📄
local-region-override.json
720 bytes
01/07/2025 11:32:05 AM
rw-r--r--
📄
parse-arn.json
6.39 KB
01/07/2025 11:32:05 AM
rw-r--r--
📄
parse-url.json
2.24 KB
01/07/2025 11:32:05 AM
rw-r--r--
📄
partition-fn.json
2.48 KB
01/07/2025 11:32:05 AM
rw-r--r--
📄
substring.json
1.97 KB
01/07/2025 11:32:05 AM
rw-r--r--
📄
uri-encode.json
948 bytes
01/07/2025 11:32:05 AM
rw-r--r--
📄
valid-hostlabel.json
1.21 KB
01/07/2025 11:32:05 AM
rw-r--r--
Editing: eventbridge.json
Close
{ "version": "1.3", "parameters": { "region": { "type": "string", "builtIn": "AWS::Region", "required": true }, "useDualStackEndpoint": { "type": "boolean", "builtIn": "AWS::UseDualStack" }, "useFIPSEndpoint": { "type": "boolean", "builtIn": "AWS::UseFIPS" }, "endpointId": { "type": "string" } }, "rules": [ { "conditions": [ { "fn": "aws.partition", "argv": [ { "ref": "region" } ], "assign": "partitionResult" } ], "rules": [ { "conditions": [ { "fn": "isSet", "argv": [ { "ref": "endpointId" } ] } ], "rules": [ { "conditions": [ { "fn": "isSet", "argv": [ { "ref": "useFIPSEndpoint" } ] }, { "fn": "booleanEquals", "argv": [ { "ref": "useFIPSEndpoint" }, true ] } ], "error": "FIPS endpoints not supported with multi-region endpoints", "type": "error" }, { "conditions": [ { "fn": "not", "argv": [ { "fn": "isSet", "argv": [ { "ref": "useFIPSEndpoint" } ] } ] }, { "fn": "isSet", "argv": [ { "ref": "useDualStackEndpoint" } ] }, { "fn": "booleanEquals", "argv": [ { "ref": "useDualStackEndpoint" }, true ] } ], "endpoint": { "url": "https://{endpointId}.endpoint.events.{partitionResult#dualStackDnsSuffix}", "properties": { "authSchemes": [ { "name": "sigv4a", "signingName": "events", "signingRegionSet": [ "*" ] } ] } }, "type": "endpoint" }, { "conditions": [], "endpoint": { "url": "https://{endpointId}.endpoint.events.{partitionResult#dnsSuffix}", "properties": { "authSchemes": [ { "name": "sigv4a", "signingName": "events", "signingRegionSet": [ "*" ] } ] } }, "type": "endpoint" } ], "type": "tree" }, { "conditions": [ { "fn": "isValidHostLabel", "argv": [ { "ref": "region" }, false ] } ], "rules": [ { "conditions": [ { "fn": "isSet", "argv": [ { "ref": "useFIPSEndpoint" } ] }, { "fn": "booleanEquals", "argv": [ { "ref": "useFIPSEndpoint" }, true ] }, { "fn": "not", "argv": [ { "fn": "isSet", "argv": [ { "ref": "useDualStackEndpoint" } ] } ] } ], "endpoint": { "url": "https://events-fips.{region}.{partitionResult#dnsSuffix}", "properties": { "authSchemes": [ { "name": "sigv4a", "signingName": "events", "signingRegionSet": [ "*" ] } ] } }, "type": "endpoint" }, { "conditions": [ { "fn": "isSet", "argv": [ { "ref": "useDualStackEndpoint" } ] }, { "fn": "booleanEquals", "argv": [ { "ref": "useDualStackEndpoint" }, true ] }, { "fn": "not", "argv": [ { "fn": "isSet", "argv": [ { "ref": "useFIPSEndpoint" } ] } ] } ], "endpoint": { "url": "https://events.{region}.{partitionResult#dualStackDnsSuffix}", "properties": { "authSchemes": [ { "name": "sigv4a", "signingName": "events", "signingRegionSet": [ "*" ] } ] } }, "type": "endpoint" }, { "conditions": [ { "fn": "isSet", "argv": [ { "ref": "useDualStackEndpoint" } ] }, { "fn": "isSet", "argv": [ { "ref": "useFIPSEndpoint" } ] }, { "fn": "booleanEquals", "argv": [ { "ref": "useDualStackEndpoint" }, true ] }, { "fn": "booleanEquals", "argv": [ { "ref": "useFIPSEndpoint" }, true ] } ], "endpoint": { "url": "https://events-fips.{region}.{partitionResult#dualStackDnsSuffix}", "properties": { "authSchemes": [ { "name": "sigv4a", "signingName": "events", "signingRegionSet": [ "*" ] } ] } }, "type": "endpoint" }, { "conditions": [], "endpoint": { "url": "https://events.{region}.{partitionResult#dnsSuffix}" }, "type": "endpoint" } ], "type": "tree" }, { "conditions": [], "error": "{region} is not a valid HTTP host-label", "type": "error" } ], "type": "tree" } ] }