| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SecurityHub.Types.AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
Description
Synopsis
- data AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails = AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails' {}
- newAwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails :: AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
- awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_cloudWatchLogGroupName :: Lens' AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails (Maybe Text)
- awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_s3KeyPrefix :: Lens' AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails (Maybe Text)
- awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_cloudWatchEncryptionEnabled :: Lens' AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails (Maybe Bool)
- awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_s3EncryptionEnabled :: Lens' AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails (Maybe Bool)
- awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_s3BucketName :: Lens' AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails (Maybe Text)
Documentation
data AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails Source #
The log configuration for the results of the run command actions.
See: newAwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails smart constructor.
Constructors
| AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails' | |
Fields
| |
Instances
newAwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails :: AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails Source #
Create a value of AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cloudWatchLogGroupName:AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails', awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_cloudWatchLogGroupName - The name of the CloudWatch log group to send the logs to.
$sel:s3KeyPrefix:AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails', awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_s3KeyPrefix - Identifies the folder in the S3 bucket to send the logs to.
$sel:cloudWatchEncryptionEnabled:AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails', awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_cloudWatchEncryptionEnabled - Whether to enable encryption on the CloudWatch logs.
$sel:s3EncryptionEnabled:AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails', awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_s3EncryptionEnabled - Whether to encrypt the logs that are sent to the S3 bucket.
$sel:s3BucketName:AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails', awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_s3BucketName - The name of the S3 bucket to send logs to.
awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_cloudWatchLogGroupName :: Lens' AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails (Maybe Text) Source #
The name of the CloudWatch log group to send the logs to.
awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_s3KeyPrefix :: Lens' AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails (Maybe Text) Source #
Identifies the folder in the S3 bucket to send the logs to.
awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_cloudWatchEncryptionEnabled :: Lens' AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails (Maybe Bool) Source #
Whether to enable encryption on the CloudWatch logs.
awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_s3EncryptionEnabled :: Lens' AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails (Maybe Bool) Source #
Whether to encrypt the logs that are sent to the S3 bucket.
awsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails_s3BucketName :: Lens' AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails (Maybe Text) Source #
The name of the S3 bucket to send logs to.