| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
S3EncryptionConfig |
S3EncryptionConfig.clone() |
S3EncryptionConfig |
ArtifactConfigOutput.getS3Encryption()
A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon
S3.
|
S3EncryptionConfig |
ArtifactConfigInput.getS3Encryption()
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary
uploads to Amazon S3.
|
S3EncryptionConfig |
S3EncryptionConfig.withEncryptionMode(EncryptionMode encryptionMode)
The encryption method to use for artifacts created by this canary.
|
S3EncryptionConfig |
S3EncryptionConfig.withEncryptionMode(String encryptionMode)
The encryption method to use for artifacts created by this canary.
|
S3EncryptionConfig |
S3EncryptionConfig.withKmsKeyArn(String kmsKeyArn)
The ARN of the customer-managed KMS key to use, if you specify
SSE-KMS for
EncryptionMode |
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactConfigOutput.setS3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon
S3.
|
void |
ArtifactConfigInput.setS3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary
uploads to Amazon S3.
|
ArtifactConfigOutput |
ArtifactConfigOutput.withS3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon
S3.
|
ArtifactConfigInput |
ArtifactConfigInput.withS3Encryption(S3EncryptionConfig s3Encryption)
A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary
uploads to Amazon S3.
|
Copyright © 2024. All rights reserved.