DevOpsAgentService / Client / allow_vended_log_delivery_for_resource
allow_vended_log_delivery_for_resource¶
- DevOpsAgentService.Client.allow_vended_log_delivery_for_resource(**kwargs)¶
Authorize Ingestion Hub subscription operation.
See also: AWS API Documentation
Request Syntax
response = client.allow_vended_log_delivery_for_resource( resourceArnBeingAuthorized='string', deliverySourceArn='string', logType='string' )
- Parameters:
resourceArnBeingAuthorized (string) –
[REQUIRED]
The ARN of the resource being authorized for vended log delivery.
deliverySourceArn (string) –
[REQUIRED]
The ARN of the delivery source for vended log delivery.
logType (string) – The type of log to be delivered.
- Return type:
dict
- Returns:
Response Syntax
{ 'message': 'string' }
Response Structure
(dict) –
Output for the vended log delivery authorization operation.
message (string) –
A message describing the result of the authorization operation.
Exceptions
DevOpsAgentService.Client.exceptions.ContentSizeExceededExceptionDevOpsAgentService.Client.exceptions.ServiceQuotaExceededExceptionDevOpsAgentService.Client.exceptions.ConflictExceptionDevOpsAgentService.Client.exceptions.InternalServerExceptionDevOpsAgentService.Client.exceptions.AccessDeniedExceptionDevOpsAgentService.Client.exceptions.ThrottlingExceptionDevOpsAgentService.Client.exceptions.ResourceNotFoundExceptionDevOpsAgentService.Client.exceptions.InvalidParameterException