ImportFirewallDomainsRequest is a JSON Structure definition published by Amazon Route 53 Resolver, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-structure/amazon-route53-resolver-openapi-import-firewall-domains-request-structure.json",
"description": "ImportFirewallDomainsRequest schema from openapi",
"type": "object",
"properties": {
"FirewallDomainListId": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceId"
},
{
"description": "The ID of the domain list that you want to modify with the import operation."
}
]
},
"Operation": {
"allOf": [
{
"$ref": "#/components/schemas/FirewallDomainImportOperation"
},
{
"description": "What you want DNS Firewall to do with the domains that are listed in the file. This must be set to <code>REPLACE</code>, which updates the domain list to exactly match the list in the file. "
}
]
},
"DomainFileUrl": {
"allOf": [
{
"$ref": "#/components/schemas/DomainListFileUrl"
},
{
"description": "<p>The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the list of domains to import.</p> <p>The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.</p>"
}
]
}
},
"required": [
"FirewallDomainListId",
"Operation",
"DomainFileUrl"
],
"name": "ImportFirewallDomainsRequest"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.