
com.pulumi.azurenative.awsconnector.inputs.EnclaveOptionsArgs 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.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Definition of EnclaveOptions
*
*/
public final class EnclaveOptionsArgs extends com.pulumi.resources.ResourceArgs {
public static final EnclaveOptionsArgs Empty = new EnclaveOptionsArgs();
/**
* <p>If this parameter is set to <code>true</code>, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.</p>
*
*/
@Import(name="enabled")
private @Nullable Output enabled;
/**
* @return <p>If this parameter is set to <code>true</code>, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.</p>
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy