Use this operation to return the valid and default values that are used when creating delivery sources, delivery destinations, and deliveries
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_describe_configuration_templates.RdUse this operation to return the valid and default values that are used when creating delivery sources, delivery destinations, and deliveries. For more information about deliveries, see create_delivery.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_describe_configuration_templates/ for full documentation.
Usage
cloudwatchlogs_describe_configuration_templates(
service = NULL,
logTypes = NULL,
resourceTypes = NULL,
deliveryDestinationTypes = NULL,
nextToken = NULL,
limit = NULL
)Arguments
- service
Use this parameter to filter the response to include only the configuration templates that apply to the Amazon Web Services service that you specify here.
- logTypes
Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.
- resourceTypes
Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.
- deliveryDestinationTypes
Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.
- nextToken
The token for the next set of items to return. The token expires after 24 hours.
- limit
Use this parameter to limit the number of configuration templates that are returned in the response.