1. Packages
  2. AWS Native
  3. API Docs
  4. batch
  5. SchedulingPolicy

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.batch.SchedulingPolicy

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource Type schema for AWS::Batch::SchedulingPolicy

    Create SchedulingPolicy Resource

    new SchedulingPolicy(name: string, args?: SchedulingPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def SchedulingPolicy(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         fairshare_policy: Optional[SchedulingPolicyFairsharePolicyArgs] = None,
                         name: Optional[str] = None,
                         tags: Optional[Mapping[str, str]] = None)
    @overload
    def SchedulingPolicy(resource_name: str,
                         args: Optional[SchedulingPolicyArgs] = None,
                         opts: Optional[ResourceOptions] = None)
    func NewSchedulingPolicy(ctx *Context, name string, args *SchedulingPolicyArgs, opts ...ResourceOption) (*SchedulingPolicy, error)
    public SchedulingPolicy(string name, SchedulingPolicyArgs? args = null, CustomResourceOptions? opts = null)
    public SchedulingPolicy(String name, SchedulingPolicyArgs args)
    public SchedulingPolicy(String name, SchedulingPolicyArgs args, CustomResourceOptions options)
    
    type: aws-native:batch:SchedulingPolicy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args SchedulingPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SchedulingPolicyArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SchedulingPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SchedulingPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SchedulingPolicyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SchedulingPolicy Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The SchedulingPolicy resource accepts the following input properties:

    FairsharePolicy Pulumi.AwsNative.Batch.Inputs.SchedulingPolicyFairsharePolicy
    Name string
    Name of Scheduling Policy.
    Tags Dictionary<string, string>
    A key-value pair to associate with a resource.
    FairsharePolicy SchedulingPolicyFairsharePolicyArgs
    Name string
    Name of Scheduling Policy.
    Tags map[string]string
    A key-value pair to associate with a resource.
    fairsharePolicy SchedulingPolicyFairsharePolicy
    name String
    Name of Scheduling Policy.
    tags Map<String,String>
    A key-value pair to associate with a resource.
    fairsharePolicy SchedulingPolicyFairsharePolicy
    name string
    Name of Scheduling Policy.
    tags {[key: string]: string}
    A key-value pair to associate with a resource.
    fairshare_policy SchedulingPolicyFairsharePolicyArgs
    name str
    Name of Scheduling Policy.
    tags Mapping[str, str]
    A key-value pair to associate with a resource.
    fairsharePolicy Property Map
    name String
    Name of Scheduling Policy.
    tags Map<String>
    A key-value pair to associate with a resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SchedulingPolicy resource produces the following output properties:

    Arn string
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    SchedulingPolicyFairsharePolicy, SchedulingPolicyFairsharePolicyArgs

    SchedulingPolicyShareAttributes, SchedulingPolicyShareAttributesArgs

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi