@Stability(value=Stable)
public static interface CfnCanary.ArtifactConfigProperty
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.*;
ArtifactConfigProperty artifactConfigProperty = ArtifactConfigProperty.builder()
.s3Encryption(S3EncryptionProperty.builder()
.encryptionMode("encryptionMode")
.kmsKeyArn("kmsKeyArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCanary.ArtifactConfigProperty.Builder
A builder for
CfnCanary.ArtifactConfigProperty |
static class |
CfnCanary.ArtifactConfigProperty.Jsii$Proxy
An implementation for
CfnCanary.ArtifactConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCanary.ArtifactConfigProperty.Builder |
builder() |
default Object |
getS3Encryption()
`CfnCanary.ArtifactConfigProperty.S3Encryption`.
|
@Stability(value=Stable) @Nullable default Object getS3Encryption()
@Stability(value=Stable) static CfnCanary.ArtifactConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.