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.ContentSizeExceededException

  • DevOpsAgentService.Client.exceptions.ServiceQuotaExceededException

  • DevOpsAgentService.Client.exceptions.ConflictException

  • DevOpsAgentService.Client.exceptions.InternalServerException

  • DevOpsAgentService.Client.exceptions.AccessDeniedException

  • DevOpsAgentService.Client.exceptions.ThrottlingException

  • DevOpsAgentService.Client.exceptions.ResourceNotFoundException

  • DevOpsAgentService.Client.exceptions.InvalidParameterException