@Stability(value=Stable)
public static interface CfnCanary.S3EncryptionProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.synthetics.*;
S3EncryptionProperty s3EncryptionProperty = S3EncryptionProperty.builder()
.encryptionMode("encryptionMode")
.kmsKeyArn("kmsKeyArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCanary.S3EncryptionProperty.Builder
A builder for
CfnCanary.S3EncryptionProperty |
static class |
CfnCanary.S3EncryptionProperty.Jsii$Proxy
An implementation for
CfnCanary.S3EncryptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCanary.S3EncryptionProperty.Builder |
builder() |
default String |
getEncryptionMode()
`CfnCanary.S3EncryptionProperty.EncryptionMode`.
|
default String |
getKmsKeyArn()
`CfnCanary.S3EncryptionProperty.KmsKeyArn`.
|
@Stability(value=Stable) @Nullable default String getEncryptionMode()
@Stability(value=Stable) @Nullable default String getKmsKeyArn()
@Stability(value=Stable) static CfnCanary.S3EncryptionProperty.Builder builder()
Copyright © 2021. All rights reserved.