paws.security.identity (version 0.1.0)

directoryservice_create_log_subscription: Creates a subscription to forward real time Directory Service domain controller security logs to the specified CloudWatch log group in your AWS account

Description

Creates a subscription to forward real time Directory Service domain controller security logs to the specified CloudWatch log group in your AWS account.

Usage

directoryservice_create_log_subscription(DirectoryId, LogGroupName)

Arguments

DirectoryId

[required] Identifier (ID) of the directory to which you want to subscribe and receive real-time logs to your specified CloudWatch log group.

LogGroupName

[required] The name of the CloudWatch log group where the real-time domain controller logs are forwarded.

Request syntax

svc$create_log_subscription(
  DirectoryId = "string",
  LogGroupName = "string"
)