Class: Aws::CloudWatchLogs::Types::ConfigurationTemplateDeliveryConfigValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ConfigurationTemplateDeliveryConfigValues
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This structure contains the default values that are used for each configuration parameter when you use CreateDelivery to create a deliver under the current service type, resource type, and log type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_delimiter ⇒ String
The default field delimiter that is used in a [CreateDelivery][1] operation when the field delimiter is not specified in that operation.
-
#record_fields ⇒ Array<String>
The default record fields that will be delivered when a list of record fields is not provided in a [CreateDelivery][1] operation.
-
#s3_delivery_configuration ⇒ Types::S3DeliveryConfiguration
The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.
Instance Attribute Details
#field_delimiter ⇒ String
The default field delimiter that is used in a CreateDelivery
operation when the field delimiter is not specified in that
operation. The field delimiter is used only when the final output
delivery is in Plain
, W3C
, or Raw
format.
487 488 489 490 491 492 493 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 487 class ConfigurationTemplateDeliveryConfigValues < Struct.new( :record_fields, :field_delimiter, :s3_delivery_configuration) SENSITIVE = [] include Aws::Structure end |
#record_fields ⇒ Array<String>
The default record fields that will be delivered when a list of record fields is not provided in a CreateDelivery operation.
487 488 489 490 491 492 493 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 487 class ConfigurationTemplateDeliveryConfigValues < Struct.new( :record_fields, :field_delimiter, :s3_delivery_configuration) SENSITIVE = [] include Aws::Structure end |
#s3_delivery_configuration ⇒ Types::S3DeliveryConfiguration
The delivery parameters that are used when you create a delivery to a delivery destination that is an S3 Bucket.
487 488 489 490 491 492 493 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 487 class ConfigurationTemplateDeliveryConfigValues < Struct.new( :record_fields, :field_delimiter, :s3_delivery_configuration) SENSITIVE = [] include Aws::Structure end |