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-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails {
CloudWatchEncryptionEnabled?: boolean | null;
CloudWatchLogGroupName?: string | null;
S3BucketName?: string | null;
S3EncryptionEnabled?: boolean | null;
S3KeyPrefix?: string | null;
}

§Properties

§
CloudWatchEncryptionEnabled?: boolean | null
[src]
§
CloudWatchLogGroupName?: string | null
[src]
§
S3BucketName?: string | null
[src]
§
S3EncryptionEnabled?: boolean | null
[src]
§
S3KeyPrefix?: string | null
[src]