Class: Aws::EC2::Types::VerifiedAccessLogs
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessLogs
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the options for Verified Access logs.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cloud_watch_logs  ⇒ Types::VerifiedAccessLogCloudWatchLogsDestination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
CloudWatch Logs logging destination.
 - 
  
    
      #include_trust_context  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether trust data is included in the logs.
 - 
  
    
      #kinesis_data_firehose  ⇒ Types::VerifiedAccessLogKinesisDataFirehoseDestination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Kinesis logging destination.
 - 
  
    
      #log_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The log version.
 - 
  
    
      #s3  ⇒ Types::VerifiedAccessLogS3Destination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon S3 logging options.
 
Instance Attribute Details
#cloud_watch_logs ⇒ Types::VerifiedAccessLogCloudWatchLogsDestination
CloudWatch Logs logging destination.
      72297 72298 72299 72300 72301 72302 72303 72304 72305  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72297 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end  | 
  
#include_trust_context ⇒ Boolean
Indicates whether trust data is included in the logs.
      72297 72298 72299 72300 72301 72302 72303 72304 72305  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72297 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end  | 
  
#kinesis_data_firehose ⇒ Types::VerifiedAccessLogKinesisDataFirehoseDestination
Kinesis logging destination.
      72297 72298 72299 72300 72301 72302 72303 72304 72305  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72297 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end  | 
  
#log_version ⇒ String
The log version.
      72297 72298 72299 72300 72301 72302 72303 72304 72305  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72297 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end  | 
  
#s3 ⇒ Types::VerifiedAccessLogS3Destination
Amazon S3 logging options.
      72297 72298 72299 72300 72301 72302 72303 72304 72305  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72297 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end  |