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

AwsEcsClusterConfigurationExecuteCommandConfigurationDetails

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

Contains the run command configuration for the cluster.

interface AwsEcsClusterConfigurationExecuteCommandConfigurationDetails {
KmsKeyId?: string | null;
Logging?: string | null;
}

§Properties

§
KmsKeyId?: string | null
[src]

The identifier of the KMS key that is used to encrypt the data between the local client and the container.

§

The log configuration for the results of the run command actions. Required if Logging is NONE.

§
Logging?: string | null
[src]

The log setting to use for redirecting logs for run command results.