Class: Aws::EC2::Types::VerifiedAccessLogOptions

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

Overview

Options for Verified Access logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::VerifiedAccessLogCloudWatchLogsDestinationOptions

Sends Verified Access logs to CloudWatch Logs.



67008
67009
67010
67011
67012
67013
67014
67015
67016
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67008

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

#include_trust_contextBoolean

Indicates whether to include trust data sent by trust providers in the logs.

Returns:

  • (Boolean)


67008
67009
67010
67011
67012
67013
67014
67015
67016
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67008

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

#kinesis_data_firehoseTypes::VerifiedAccessLogKinesisDataFirehoseDestinationOptions

Sends Verified Access logs to Kinesis.



67008
67009
67010
67011
67012
67013
67014
67015
67016
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67008

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

#log_versionString

The logging version.

Valid values: ocsf-0.1 | ocsf-1.0.0-rc.2

Returns:

  • (String)


67008
67009
67010
67011
67012
67013
67014
67015
67016
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67008

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

#s3Types::VerifiedAccessLogS3DestinationOptions

Sends Verified Access logs to Amazon S3.



67008
67009
67010
67011
67012
67013
67014
67015
67016
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67008

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