Class: Aws::EC2::Types::VerifiedAccessLogOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessLogOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Options for Verified Access logs.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cloud_watch_logs  ⇒ Types::VerifiedAccessLogCloudWatchLogsDestinationOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Sends Verified Access logs to CloudWatch Logs.
 - 
  
    
      #include_trust_context  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether to include trust data sent by trust providers in the logs.
 - 
  
    
      #kinesis_data_firehose  ⇒ Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Sends Verified Access logs to Kinesis.
 - 
  
    
      #log_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The logging version.
 - 
  
    
      #s3  ⇒ Types::VerifiedAccessLogS3DestinationOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Sends Verified Access logs to Amazon S3.
 
Instance Attribute Details
#cloud_watch_logs ⇒ Types::VerifiedAccessLogCloudWatchLogsDestinationOptions
Sends Verified Access logs to CloudWatch Logs.
      72754 72755 72756 72757 72758 72759 72760 72761 72762  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72754 class VerifiedAccessLogOptions < 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 to include trust data sent by trust providers in the logs.
      72754 72755 72756 72757 72758 72759 72760 72761 72762  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72754 class VerifiedAccessLogOptions < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end  | 
  
#kinesis_data_firehose ⇒ Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions
Sends Verified Access logs to Kinesis.
      72754 72755 72756 72757 72758 72759 72760 72761 72762  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72754 class VerifiedAccessLogOptions < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end  | 
  
#log_version ⇒ String
The logging version.
Valid values: ‘ocsf-0.1` | `ocsf-1.0.0-rc.2`
      72754 72755 72756 72757 72758 72759 72760 72761 72762  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72754 class VerifiedAccessLogOptions < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end  | 
  
#s3 ⇒ Types::VerifiedAccessLogS3DestinationOptions
Sends Verified Access logs to Amazon S3.
      72754 72755 72756 72757 72758 72759 72760 72761 72762  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72754 class VerifiedAccessLogOptions < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end  |