Class: Aws::RDS::Types::ModifyActivityStreamResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engine_native_audit_fields_includedBoolean

Indicates whether engine-native audit fields are included in the database activity stream.

Returns:

  • (Boolean)


16596
16597
16598
16599
16600
16601
16602
16603
16604
16605
# File 'lib/aws-sdk-rds/types.rb', line 16596

class ModifyActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :engine_native_audit_fields_included,
  :policy_status)
  SENSITIVE = []
  include Aws::Structure
end

#kinesis_stream_nameString

The name of the Amazon Kinesis data stream to be used for the database activity stream.

Returns:

  • (String)


16596
16597
16598
16599
16600
16601
16602
16603
16604
16605
# File 'lib/aws-sdk-rds/types.rb', line 16596

class ModifyActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :engine_native_audit_fields_included,
  :policy_status)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.

Returns:

  • (String)


16596
16597
16598
16599
16600
16601
16602
16603
16604
16605
# File 'lib/aws-sdk-rds/types.rb', line 16596

class ModifyActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :engine_native_audit_fields_included,
  :policy_status)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

The mode of the database activity stream.

Returns:

  • (String)


16596
16597
16598
16599
16600
16601
16602
16603
16604
16605
# File 'lib/aws-sdk-rds/types.rb', line 16596

class ModifyActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :engine_native_audit_fields_included,
  :policy_status)
  SENSITIVE = []
  include Aws::Structure
end

#policy_statusString

The status of the modification to the policy state of the database activity stream.

Returns:

  • (String)


16596
16597
16598
16599
16600
16601
16602
16603
16604
16605
# File 'lib/aws-sdk-rds/types.rb', line 16596

class ModifyActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :engine_native_audit_fields_included,
  :policy_status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the modification to the database activity stream.

Returns:

  • (String)


16596
16597
16598
16599
16600
16601
16602
16603
16604
16605
# File 'lib/aws-sdk-rds/types.rb', line 16596

class ModifyActivityStreamResponse < Struct.new(
  :kms_key_id,
  :kinesis_stream_name,
  :status,
  :mode,
  :engine_native_audit_fields_included,
  :policy_status)
  SENSITIVE = []
  include Aws::Structure
end