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.
68089 68090 68091 68092 68093 68094 68095 68096 68097 |
# File 'lib/aws-sdk-ec2/types.rb', line 68089 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.
68089 68090 68091 68092 68093 68094 68095 68096 68097 |
# File 'lib/aws-sdk-ec2/types.rb', line 68089 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.
68089 68090 68091 68092 68093 68094 68095 68096 68097 |
# File 'lib/aws-sdk-ec2/types.rb', line 68089 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.
68089 68090 68091 68092 68093 68094 68095 68096 68097 |
# File 'lib/aws-sdk-ec2/types.rb', line 68089 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.
68089 68090 68091 68092 68093 68094 68095 68096 68097 |
# File 'lib/aws-sdk-ec2/types.rb', line 68089 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end |