Struct aws_sdk_synthetics::model::ArtifactConfigOutput
source · [−]#[non_exhaustive]pub struct ArtifactConfigOutput {
pub s3_encryption: Option<S3EncryptionConfig>,
}Expand description
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.s3_encryption: Option<S3EncryptionConfig>A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.
Implementations
A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.
Creates a new builder-style object to manufacture ArtifactConfigOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ArtifactConfigOutput
impl Send for ArtifactConfigOutput
impl Sync for ArtifactConfigOutput
impl Unpin for ArtifactConfigOutput
impl UnwindSafe for ArtifactConfigOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more