Uses of Enum
software.amazon.awscdk.services.synthetics.ArtifactsEncryptionMode
Packages that use ArtifactsEncryptionMode
Package
Description
Amazon CloudWatch Synthetics Construct Library
-
Uses of ArtifactsEncryptionMode in software.amazon.awscdk.services.synthetics
Methods in software.amazon.awscdk.services.synthetics that return ArtifactsEncryptionModeModifier and TypeMethodDescriptiondefault ArtifactsEncryptionModeCanaryProps.getArtifactS3EncryptionMode()Canary Artifacts in S3 encryption mode.final ArtifactsEncryptionModeCanaryProps.Jsii$Proxy.getArtifactS3EncryptionMode()static ArtifactsEncryptionModeReturns the enum constant of this type with the specified name.static ArtifactsEncryptionMode[]ArtifactsEncryptionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.synthetics with parameters of type ArtifactsEncryptionModeModifier and TypeMethodDescriptionCanary.Builder.artifactS3EncryptionMode(ArtifactsEncryptionMode artifactS3EncryptionMode) Canary Artifacts in S3 encryption mode.CanaryProps.Builder.artifactS3EncryptionMode(ArtifactsEncryptionMode artifactS3EncryptionMode) Sets the value ofCanaryProps.getArtifactS3EncryptionMode()