Class: Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOptionDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOptionDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Describes the Amazon CloudWatch logging option.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logging_option_id ⇒ String
The ID of the CloudWatch logging option description.
-
#log_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
-
#role_arn ⇒ String
The IAM ARN of the role to use to send application messages.
Instance Attribute Details
#cloud_watch_logging_option_id ⇒ String
The ID of the CloudWatch logging option description.
1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1376 class CloudWatchLoggingOptionDescription < Struct.new( :cloud_watch_logging_option_id, :log_stream_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |
#log_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1376 class CloudWatchLoggingOptionDescription < Struct.new( :cloud_watch_logging_option_id, :log_stream_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The IAM ARN of the role to use to send application messages.
<note markdown=“1”> Provided for backward compatibility. Applications created with the current API version have an application-level service execution role rather than a resource-level role.
</note>
1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1376 class CloudWatchLoggingOptionDescription < Struct.new( :cloud_watch_logging_option_id, :log_stream_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |