Class: Aws::RDS::Types::ModifyActivityStreamResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::ModifyActivityStreamResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #engine_native_audit_fields_included  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether engine-native audit fields are included in the database activity stream.
 - 
  
    
      #kinesis_stream_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Amazon Kinesis data stream to be used for the database activity stream.
 - 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
 - 
  
    
      #mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The mode of the database activity stream.
 - 
  
    
      #policy_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the modification to the policy state of the database activity stream.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the modification to the database activity stream.
 
Instance Attribute Details
#engine_native_audit_fields_included ⇒ Boolean
Indicates whether engine-native audit fields are included in the database activity stream.
      17111 17112 17113 17114 17115 17116 17117 17118 17119 17120  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 17111 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_name ⇒ String
The name of the Amazon Kinesis data stream to be used for the database activity stream.
      17111 17112 17113 17114 17115 17116 17117 17118 17119 17120  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 17111 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_id ⇒ String
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
      17111 17112 17113 17114 17115 17116 17117 17118 17119 17120  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 17111 class ModifyActivityStreamResponse < Struct.new( :kms_key_id, :kinesis_stream_name, :status, :mode, :engine_native_audit_fields_included, :policy_status) SENSITIVE = [] include Aws::Structure end  | 
  
#mode ⇒ String
The mode of the database activity stream.
      17111 17112 17113 17114 17115 17116 17117 17118 17119 17120  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 17111 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_status ⇒ String
The status of the modification to the policy state of the database activity stream.
      17111 17112 17113 17114 17115 17116 17117 17118 17119 17120  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 17111 class ModifyActivityStreamResponse < Struct.new( :kms_key_id, :kinesis_stream_name, :status, :mode, :engine_native_audit_fields_included, :policy_status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the modification to the database activity stream.
      17111 17112 17113 17114 17115 17116 17117 17118 17119 17120  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 17111 class ModifyActivityStreamResponse < Struct.new( :kms_key_id, :kinesis_stream_name, :status, :mode, :engine_native_audit_fields_included, :policy_status) SENSITIVE = [] include Aws::Structure end  |