Class: Aws::DirectoryService::Types::CreateLogSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CreateLogSubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
Identifier of the directory to which you want to subscribe and receive real-time logs to your specified CloudWatch log group.
-
#log_group_name ⇒ String
The name of the CloudWatch log group where the real-time domain controller logs are forwarded.
Instance Attribute Details
#directory_id ⇒ String
Identifier of the directory to which you want to subscribe and receive real-time logs to your specified CloudWatch log group.
851 852 853 854 855 856 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 851 class CreateLogSubscriptionRequest < Struct.new( :directory_id, :log_group_name) SENSITIVE = [] include Aws::Structure end |
#log_group_name ⇒ String
The name of the CloudWatch log group where the real-time domain controller logs are forwarded.
851 852 853 854 855 856 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 851 class CreateLogSubscriptionRequest < Struct.new( :directory_id, :log_group_name) SENSITIVE = [] include Aws::Structure end |