
com.pulumi.aws.batch.inputs.SchedulingPolicyFairSharePolicyShareDistributionArgs 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.batch.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Double;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class SchedulingPolicyFairSharePolicyShareDistributionArgs extends com.pulumi.resources.ResourceArgs {
public static final SchedulingPolicyFairSharePolicyShareDistributionArgs Empty = new SchedulingPolicyFairSharePolicyShareDistributionArgs();
/**
* A fair share identifier or fair share identifier prefix. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).
*
*/
@Import(name="shareIdentifier", required=true)
private Output shareIdentifier;
/**
* @return A fair share identifier or fair share identifier prefix. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).
*
*/
public Output shareIdentifier() {
return this.shareIdentifier;
}
/**
* The weight factor for the fair share identifier. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).
*
*/
@Import(name="weightFactor")
private @Nullable Output weightFactor;
/**
* @return The weight factor for the fair share identifier. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy