com.pulumi.awsnative.batch.kotlin.SchedulingPolicyArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-native-kotlin Show documentation
Show all versions of pulumi-aws-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.batch.kotlin
import com.pulumi.awsnative.batch.SchedulingPolicyArgs.builder
import com.pulumi.awsnative.batch.kotlin.inputs.SchedulingPolicyFairsharePolicyArgs
import com.pulumi.awsnative.batch.kotlin.inputs.SchedulingPolicyFairsharePolicyArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Resource Type schema for AWS::Batch::SchedulingPolicy
* @property fairsharePolicy The fair share policy of the scheduling policy.
* @property name Name of Scheduling Policy.
* @property tags A key-value pair to associate with a resource.
*/
public data class SchedulingPolicyArgs(
public val fairsharePolicy: Output? = null,
public val name: Output? = null,
public val tags: Output