Class: Aws::BedrockAgentCoreControl::Types::Memory

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

Overview

Contains information about a memory resource.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the memory.

Returns:

  • (String)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_at ⇒ Time

The timestamp when the memory was created.

Returns:

  • (Time)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#description ⇒ String

The description of the memory.

Returns:

  • (String)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#encryption_key_arn ⇒ String

The ARN of the KMS key used to encrypt the memory.

Returns:

  • (String)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#event_expiry_duration ⇒ Integer

The number of days after which memory events will expire.

Returns:

  • (Integer)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#failure_reason ⇒ String

The reason for failure if the memory is in a failed state.

Returns:

  • (String)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#id ⇒ String

The unique identifier of the memory.

Returns:

  • (String)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#indexed_keys ⇒ Array<Types::IndexedKey>

The indexed metadata keys for this memory. Only indexed keys can be used in metadata filters.

Returns:



16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#managed_by_resource_arn ⇒ String

ARN of the resource managing this memory (e.g. a harness). When set, strategy modifications and deletion are only allowed through the managing resource.

Returns:

  • (String)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#memory_execution_role_arn ⇒ String

The ARN of the IAM role that provides permissions for the memory.

Returns:

  • (String)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#name ⇒ String

The name of the memory.

Returns:

  • (String)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#namespace_keys ⇒ Array<Types::NamespaceKeyEntry>

The namespace variable key definitions for this memory. Namespace keys define custom variables used in namespaceTemplates with optional validation rules.

Returns:



16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#status ⇒ String

The current status of the memory.

Returns:

  • (String)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#strategies ⇒ Array<Types::MemoryStrategy>

The list of memory strategies associated with this memory.

Returns:



16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#stream_delivery_resources ⇒ Types::StreamDeliveryResources

Configuration for streaming memory record data to external resources.



16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_at ⇒ Time

The timestamp when the memory was last updated.

Returns:

  • (Time)


16028
16029
16030
16031
16032
16033
16034
16035
16036
16037
16038
16039
16040
16041
16042
16043
16044
16045
16046
16047
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 16028

class Memory < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :encryption_key_arn,
  :memory_execution_role_arn,
  :event_expiry_duration,
  :status,
  :failure_reason,
  :created_at,
  :updated_at,
  :strategies,
  :indexed_keys,
  :namespace_keys,
  :stream_delivery_resources,
  :managed_by_resource_arn)
  SENSITIVE = [:description]
  include Aws::Structure
end