Class: Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestination

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

Overview

Options for Kinesis as a logging destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_statusTypes::VerifiedAccessLogDeliveryStatus

The delivery status.



66954
66955
66956
66957
66958
66959
66960
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66954

class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new(
  :enabled,
  :delivery_status,
  :delivery_stream)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_streamString

The ID of the delivery stream.

Returns:

  • (String)


66954
66955
66956
66957
66958
66959
66960
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66954

class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new(
  :enabled,
  :delivery_status,
  :delivery_stream)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether logging is enabled.

Returns:

  • (Boolean)


66954
66955
66956
66957
66958
66959
66960
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66954

class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new(
  :enabled,
  :delivery_status,
  :delivery_stream)
  SENSITIVE = []
  include Aws::Structure
end