メインコンテンツまでスキップ

AWSECSExecuteCommandS3LogConfiguration

No description

type AWSECSExecuteCommandS3LogConfiguration {
bucketName: String!
enabled: Boolean!
keyPrefix: String!
}

Fields

AWSECSExecuteCommandS3LogConfiguration.bucketName ● String! non-null scalar

The name of the S3 bucket to send logs to

AWSECSExecuteCommandS3LogConfiguration.enabled ● Boolean! non-null scalar

Indicates whether to use encryption on the S3 logs

AWSECSExecuteCommandS3LogConfiguration.keyPrefix ● String! non-null scalar

An optional folder in the S3 bucket to place logs in

Implemented by

AWSECSExecuteCommandLogConfiguration union