
com.pulumi.aws.fsx.inputs.LustreFileSystemLogConfigurationArgs 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.aws.fsx.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class LustreFileSystemLogConfigurationArgs extends com.pulumi.resources.ResourceArgs {
public static final LustreFileSystemLogConfigurationArgs Empty = new LustreFileSystemLogConfigurationArgs();
/**
* The Amazon Resource Name (ARN) that specifies the destination of the logs. The name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs `/aws/fsx/lustre` log group.
*
*/
@Import(name="destination")
private @Nullable Output destination;
/**
* @return The Amazon Resource Name (ARN) that specifies the destination of the logs. The name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs `/aws/fsx/lustre` log group.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy