{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-firewall-domain-list-metadata-schema.json", "title": "FirewallDomainListMetadata", "description": "
Minimal high-level information for a firewall domain list. The action ListFirewallDomainLists returns an array of these objects.
To retrieve full information for a firewall domain list, call GetFirewallDomainList and ListFirewallDomains.
", "type": "object", "properties": { "Id": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "The ID of the domain list. " } ] }, "Arn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (ARN) of the firewall domain list metadata." } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/Name" }, { "description": "The name of the domain list. " } ] }, "CreatorRequestId": { "allOf": [ { "$ref": "#/components/schemas/CreatorRequestId" }, { "description": "A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp. " } ] }, "ManagedOwnerName": { "allOf": [ { "$ref": "#/components/schemas/ServicePrinciple" }, { "description": "The owner of the list, used only for lists that are not managed by you. For example, the managed domain listAWSManagedDomainsMalwareDomainList has the managed owner name Route 53 Resolver DNS Firewall."
}
]
}
}
}