Response Syntax
{
'nextToken': 'string',
'dnsViews': [
{
'id': 'string',
'arn': 'string',
'clientToken': 'string',
'dnssecValidation': 'ENABLED'|'DISABLED',
'ednsClientSubnet': 'ENABLED'|'DISABLED',
'firewallRulesFailOpen': 'ENABLED'|'DISABLED',
'name': 'string',
'description': 'string',
'globalResolverId': 'string',
'createdAt': datetime(2015, 1, 1),
'updatedAt': datetime(2015, 1, 1),
'status': 'CREATING'|'OPERATIONAL'|'UPDATING'|'ENABLING'|'DISABLING'|'DISABLED'|'DELETING',
'ownerAccountId': 'string'
},
]
}
Response Structure
(dict) --
nextToken (string) --
A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.
dnsViews (list) --
An array of information about the DNS views shared with your Amazon Web Services account, including the Amazon Web Services account that owns each DNS view.