1. Packages
  2. AWS Native
  3. API Docs
  4. scheduler
  5. getScheduleGroup

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.scheduler.getScheduleGroup

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Definition of AWS::Scheduler::ScheduleGroup Resource Type

    Using getScheduleGroup

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getScheduleGroup(args: GetScheduleGroupArgs, opts?: InvokeOptions): Promise<GetScheduleGroupResult>
    function getScheduleGroupOutput(args: GetScheduleGroupOutputArgs, opts?: InvokeOptions): Output<GetScheduleGroupResult>
    def get_schedule_group(name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetScheduleGroupResult
    def get_schedule_group_output(name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetScheduleGroupResult]
    func LookupScheduleGroup(ctx *Context, args *LookupScheduleGroupArgs, opts ...InvokeOption) (*LookupScheduleGroupResult, error)
    func LookupScheduleGroupOutput(ctx *Context, args *LookupScheduleGroupOutputArgs, opts ...InvokeOption) LookupScheduleGroupResultOutput

    > Note: This function is named LookupScheduleGroup in the Go SDK.

    public static class GetScheduleGroup 
    {
        public static Task<GetScheduleGroupResult> InvokeAsync(GetScheduleGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetScheduleGroupResult> Invoke(GetScheduleGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetScheduleGroupResult> getScheduleGroup(GetScheduleGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:scheduler:getScheduleGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name string
    name String
    name string
    name str
    name String

    getScheduleGroup Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the schedule group.
    CreationDate string
    The time at which the schedule group was created.
    LastModificationDate string
    The time at which the schedule group was last modified.
    State Pulumi.AwsNative.Scheduler.ScheduleGroupState
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The list of tags to associate with the schedule group.
    Arn string
    The Amazon Resource Name (ARN) of the schedule group.
    CreationDate string
    The time at which the schedule group was created.
    LastModificationDate string
    The time at which the schedule group was last modified.
    State ScheduleGroupStateEnum
    Tags Tag
    The list of tags to associate with the schedule group.
    arn String
    The Amazon Resource Name (ARN) of the schedule group.
    creationDate String
    The time at which the schedule group was created.
    lastModificationDate String
    The time at which the schedule group was last modified.
    state ScheduleGroupState
    tags List<Tag>
    The list of tags to associate with the schedule group.
    arn string
    The Amazon Resource Name (ARN) of the schedule group.
    creationDate string
    The time at which the schedule group was created.
    lastModificationDate string
    The time at which the schedule group was last modified.
    state ScheduleGroupState
    tags Tag[]
    The list of tags to associate with the schedule group.
    arn str
    The Amazon Resource Name (ARN) of the schedule group.
    creation_date str
    The time at which the schedule group was created.
    last_modification_date str
    The time at which the schedule group was last modified.
    state ScheduleGroupState
    tags Sequence[root_Tag]
    The list of tags to associate with the schedule group.
    arn String
    The Amazon Resource Name (ARN) of the schedule group.
    creationDate String
    The time at which the schedule group was created.
    lastModificationDate String
    The time at which the schedule group was last modified.
    state "ACTIVE" | "DELETING"
    tags List<Property Map>
    The list of tags to associate with the schedule group.

    Supporting Types

    ScheduleGroupState

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi