interface ArtifactConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Synthetics.CfnCanary.ArtifactConfigProperty |
Java | software.amazon.awscdk.services.synthetics.CfnCanary.ArtifactConfigProperty |
Python | aws_cdk.aws_synthetics.CfnCanary.ArtifactConfigProperty |
TypeScript | @aws-cdk/aws-synthetics » CfnCanary » ArtifactConfigProperty |
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3 .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as synthetics from '@aws-cdk/aws-synthetics';
const artifactConfigProperty: synthetics.CfnCanary.ArtifactConfigProperty = {
s3Encryption: {
encryptionMode: 'encryptionMode',
kmsKeyArn: 'kmsKeyArn',
},
};
Properties
Name | Type | Description |
---|---|---|
s3 | IResolvable | S3 | A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3 . |
s3Encryption?
Type:
IResolvable
|
S3
(optional)
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3 .
Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts .