
com.pulumi.azurenative.awsconnector.inputs.ProcessorFeatureArgs 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.azurenative.awsconnector.enums.ProcessorFeatureName;
import com.pulumi.core.Either;
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;
/**
* Definition of ProcessorFeature
*
*/
public final class ProcessorFeatureArgs extends com.pulumi.resources.ResourceArgs {
public static final ProcessorFeatureArgs Empty = new ProcessorFeatureArgs();
/**
* <p>The name of the processor feature. Valid names are <code>coreCount</code> and <code>threadsPerCore</code>.</p>
*
*/
@Import(name="name")
private @Nullable Output> name;
/**
* @return <p>The name of the processor feature. Valid names are <code>coreCount</code> and <code>threadsPerCore</code>.</p>
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy