Class: Aws::Bedrock::Types::CloudWatchConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CloudWatchConfig
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
CloudWatch logging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#large_data_delivery_s3_config ⇒ Types::S3Config
S3 configuration for delivering a large amount of data.
-
#log_group_name ⇒ String
The log group name.
-
#role_arn ⇒ String
The role Amazon Resource Name (ARN).
Instance Attribute Details
#large_data_delivery_s3_config ⇒ Types::S3Config
S3 configuration for delivering a large amount of data.
134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 134 class CloudWatchConfig < Struct.new( :log_group_name, :role_arn, :large_data_delivery_s3_config) SENSITIVE = [] include Aws::Structure end |
#log_group_name ⇒ String
The log group name.
134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 134 class CloudWatchConfig < Struct.new( :log_group_name, :role_arn, :large_data_delivery_s3_config) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The role Amazon Resource Name (ARN).
134 135 136 137 138 139 140 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 134 class CloudWatchConfig < Struct.new( :log_group_name, :role_arn, :large_data_delivery_s3_config) SENSITIVE = [] include Aws::Structure end |