Class: Aws::CloudWatchLogs::Types::PutDeliveryDestinationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::PutDeliveryDestinationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delivery_destination_configuration  ⇒ Types::DeliveryDestinationConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A name for this delivery destination.
 - 
  
    
      #output_format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The format for the logs that this delivery destination will receive.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional list of key-value pairs to associate with the resource.
 
Instance Attribute Details
#delivery_destination_configuration ⇒ Types::DeliveryDestinationConfiguration
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
      4034 4035 4036 4037 4038 4039 4040 4041  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4034 class PutDeliveryDestinationRequest < Struct.new( :name, :output_format, :delivery_destination_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
A name for this delivery destination. This name must be unique for all delivery destinations in your account.
      4034 4035 4036 4037 4038 4039 4040 4041  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4034 class PutDeliveryDestinationRequest < Struct.new( :name, :output_format, :delivery_destination_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#output_format ⇒ String
The format for the logs that this delivery destination will receive.
      4034 4035 4036 4037 4038 4039 4040 4041  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4034 class PutDeliveryDestinationRequest < Struct.new( :name, :output_format, :delivery_destination_configuration, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
An optional list of key-value pairs to associate with the resource.
For more information about tagging, see [Tagging Amazon Web Services resources]
      4034 4035 4036 4037 4038 4039 4040 4041  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4034 class PutDeliveryDestinationRequest < Struct.new( :name, :output_format, :delivery_destination_configuration, :tags) SENSITIVE = [] include Aws::Structure end  |