Class: Aws::EC2::Types::VerifiedAccessLogs

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the options for Verified Access logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::VerifiedAccessLogCloudWatchLogsDestination

CloudWatch Logs logging destination.



67213
67214
67215
67216
67217
67218
67219
67220
67221
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67213

class VerifiedAccessLogs < Struct.new(
  :s3,
  :cloud_watch_logs,
  :kinesis_data_firehose,
  :log_version,
  :include_trust_context)
  SENSITIVE = []
  include Aws::Structure
end

#include_trust_contextBoolean

Indicates whether trust data is included in the logs.

Returns:

  • (Boolean)


67213
67214
67215
67216
67217
67218
67219
67220
67221
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67213

class VerifiedAccessLogs < Struct.new(
  :s3,
  :cloud_watch_logs,
  :kinesis_data_firehose,
  :log_version,
  :include_trust_context)
  SENSITIVE = []
  include Aws::Structure
end

#kinesis_data_firehoseTypes::VerifiedAccessLogKinesisDataFirehoseDestination

Kinesis logging destination.



67213
67214
67215
67216
67217
67218
67219
67220
67221
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67213

class VerifiedAccessLogs < Struct.new(
  :s3,
  :cloud_watch_logs,
  :kinesis_data_firehose,
  :log_version,
  :include_trust_context)
  SENSITIVE = []
  include Aws::Structure
end

#log_versionString

The log version.

Returns:

  • (String)


67213
67214
67215
67216
67217
67218
67219
67220
67221
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67213

class VerifiedAccessLogs < Struct.new(
  :s3,
  :cloud_watch_logs,
  :kinesis_data_firehose,
  :log_version,
  :include_trust_context)
  SENSITIVE = []
  include Aws::Structure
end

#s3Types::VerifiedAccessLogS3Destination

Amazon S3 logging options.



67213
67214
67215
67216
67217
67218
67219
67220
67221
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67213

class VerifiedAccessLogs < Struct.new(
  :s3,
  :cloud_watch_logs,
  :kinesis_data_firehose,
  :log_version,
  :include_trust_context)
  SENSITIVE = []
  include Aws::Structure
end