Class: Aws::CloudWatchLogs::Types::PutDestinationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::PutDestinationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #destination_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A name for the destination.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis ‘PutRecord` operation on the destination stream.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional list of key-value pairs to associate with the resource.
 - 
  
    
      #target_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of an Amazon Kinesis stream to which to deliver matching log events.
 
Instance Attribute Details
#destination_name ⇒ String
A name for the destination.
      4183 4184 4185 4186 4187 4188 4189 4190  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4183 class PutDestinationRequest < Struct.new( :destination_name, :target_arn, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis ‘PutRecord` operation on the destination stream.
      4183 4184 4185 4186 4187 4188 4189 4190  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4183 class PutDestinationRequest < Struct.new( :destination_name, :target_arn, :role_arn, :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]
      4183 4184 4185 4186 4187 4188 4189 4190  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4183 class PutDestinationRequest < Struct.new( :destination_name, :target_arn, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#target_arn ⇒ String
The ARN of an Amazon Kinesis stream to which to deliver matching log events.
      4183 4184 4185 4186 4187 4188 4189 4190  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4183 class PutDestinationRequest < Struct.new( :destination_name, :target_arn, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end  |