AWS Native is in preview. AWS Classic is fully supported.
aws-native.scheduler.getScheduleGroup
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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
- The name of the schedule group.
- Name string
- The name of the schedule group.
- name String
- The name of the schedule group.
- name string
- The name of the schedule group.
- name str
- The name of the schedule group.
- name String
- The name of the schedule group.
getScheduleGroup Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the schedule group.
- Creation
Date string - The time at which the schedule group was created.
- Last
Modification stringDate - The time at which the schedule group was last modified.
- State
Pulumi.
Aws Native. Scheduler. Schedule Group State Specifies the state of the schedule group.
Allowed Values :
ACTIVE
|DELETING
- List<Pulumi.
Aws Native. Outputs. Tag> - The list of tags to associate with the schedule group.
- Arn string
- The Amazon Resource Name (ARN) of the schedule group.
- Creation
Date string - The time at which the schedule group was created.
- Last
Modification stringDate - The time at which the schedule group was last modified.
- State
Schedule
Group State Enum Specifies the state of the schedule group.
Allowed Values :
ACTIVE
|DELETING
- Tag
- The list of tags to associate with the schedule group.
- arn String
- The Amazon Resource Name (ARN) of the schedule group.
- creation
Date String - The time at which the schedule group was created.
- last
Modification StringDate - The time at which the schedule group was last modified.
- state
Schedule
Group State Specifies the state of the schedule group.
Allowed Values :
ACTIVE
|DELETING
- List<Tag>
- The list of tags to associate with the schedule group.
- arn string
- The Amazon Resource Name (ARN) of the schedule group.
- creation
Date string - The time at which the schedule group was created.
- last
Modification stringDate - The time at which the schedule group was last modified.
- state
Schedule
Group State Specifies the state of the schedule group.
Allowed Values :
ACTIVE
|DELETING
- 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_ strdate - The time at which the schedule group was last modified.
- state
Schedule
Group State Specifies the state of the schedule group.
Allowed Values :
ACTIVE
|DELETING
- Sequence[root_Tag]
- The list of tags to associate with the schedule group.
- arn String
- The Amazon Resource Name (ARN) of the schedule group.
- creation
Date String - The time at which the schedule group was created.
- last
Modification StringDate - The time at which the schedule group was last modified.
- state "ACTIVE" | "DELETING"
Specifies the state of the schedule group.
Allowed Values :
ACTIVE
|DELETING
- List<Property Map>
- The list of tags to associate with the schedule group.
Supporting Types
ScheduleGroupState
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.