Class: Aws::SecurityHub::Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An object describing a CloudWatch log group. For more information, see
- Amazon Web Services::Logs::LogGroup][1
-
in the *CloudFormation User
Guide*.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_arn ⇒ String
The ARN (ends with ‘:*`) of the CloudWatch Logs log group to which you want your logs emitted.
Instance Attribute Details
#log_group_arn ⇒ String
The ARN (ends with ‘:*`) of the CloudWatch Logs log group to which you want your logs emitted.
21177 21178 21179 21180 21181 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21177 class AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails < Struct.new( :log_group_arn) SENSITIVE = [] include Aws::Structure end |