batch_get_custom_data_identifiers
(**kwargs)¶Retrieves information about one or more custom data identifiers.
See also: AWS API Documentation
Request Syntax
response = client.batch_get_custom_data_identifiers(
ids=[
'string',
]
)
An array of custom data identifier IDs, one for each custom data identifier to retrieve information about.
{
'customDataIdentifiers': [
{
'arn': 'string',
'createdAt': datetime(2015, 1, 1),
'deleted': True|False,
'description': 'string',
'id': 'string',
'name': 'string'
},
],
'notFoundIdentifierIds': [
'string',
]
}
Response Structure
The request succeeded.
An array of objects, one for each custom data identifier that matches the criteria specified in the request.
Provides information about a custom data identifier.
The Amazon Resource Name (ARN) of the custom data identifier.
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
The custom description of the custom data identifier.
The unique identifier for the custom data identifier.
The custom name of the custom data identifier.
An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.
Exceptions
Macie2.Client.exceptions.ValidationException
Macie2.Client.exceptions.InternalServerException
Macie2.Client.exceptions.ServiceQuotaExceededException
Macie2.Client.exceptions.AccessDeniedException
Macie2.Client.exceptions.ResourceNotFoundException
Macie2.Client.exceptions.ThrottlingException
Macie2.Client.exceptions.ConflictException