Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails

import type { AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

The log configuration for the results of the run command actions.

interface AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails {
CloudWatchEncryptionEnabled?: boolean | null;
CloudWatchLogGroupName?: string | null;
S3BucketName?: string | null;
S3EncryptionEnabled?: boolean | null;
S3KeyPrefix?: string | null;
}

§Properties

§
CloudWatchEncryptionEnabled?: boolean | null
[src]

Whether to enable encryption on the CloudWatch logs.

§
CloudWatchLogGroupName?: string | null
[src]

The name of the CloudWatch log group to send the logs to.

§
S3BucketName?: string | null
[src]

The name of the S3 bucket to send logs to.

§
S3EncryptionEnabled?: boolean | null
[src]

Whether to encrypt the logs that are sent to the S3 bucket.

§
S3KeyPrefix?: string | null
[src]

Identifies the folder in the S3 bucket to send the logs to.