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.
72040 72041 72042 72043 72044 72045 72046 72047 72048 |
# File 'lib/aws-sdk-ec2/types.rb', line 72040 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.
72040 72041 72042 72043 72044 72045 72046 72047 72048 |
# File 'lib/aws-sdk-ec2/types.rb', line 72040 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.
72040 72041 72042 72043 72044 72045 72046 72047 72048 |
# File 'lib/aws-sdk-ec2/types.rb', line 72040 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.
72040 72041 72042 72043 72044 72045 72046 72047 72048 |
# File 'lib/aws-sdk-ec2/types.rb', line 72040 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.
72040 72041 72042 72043 72044 72045 72046 72047 72048 |
# File 'lib/aws-sdk-ec2/types.rb', line 72040 class VerifiedAccessLogs < Struct.new( :s3, :cloud_watch_logs, :kinesis_data_firehose, :log_version, :include_trust_context) SENSITIVE = [] include Aws::Structure end |