
com.pulumi.azurenative.awsconnector.inputs.ExecuteCommandLogConfigurationArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.awsconnector.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Boolean;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Definition of ExecuteCommandLogConfiguration
*
*/
public final class ExecuteCommandLogConfigurationArgs extends com.pulumi.resources.ResourceArgs {
public static final ExecuteCommandLogConfigurationArgs Empty = new ExecuteCommandLogConfigurationArgs();
/**
* Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.
*
*/
@Import(name="cloudWatchEncryptionEnabled")
private @Nullable Output cloudWatchEncryptionEnabled;
/**
* @return Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy