We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.databrew.getSchedule
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource schema for AWS::DataBrew::Schedule.
Using getSchedule
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 getSchedule(args: GetScheduleArgs, opts?: InvokeOptions): Promise<GetScheduleResult>
function getScheduleOutput(args: GetScheduleOutputArgs, opts?: InvokeOptions): Output<GetScheduleResult>def get_schedule(name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetScheduleResult
def get_schedule_output(name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetScheduleResult]func LookupSchedule(ctx *Context, args *LookupScheduleArgs, opts ...InvokeOption) (*LookupScheduleResult, error)
func LookupScheduleOutput(ctx *Context, args *LookupScheduleOutputArgs, opts ...InvokeOption) LookupScheduleResultOutput> Note: This function is named LookupSchedule in the Go SDK.
public static class GetSchedule 
{
    public static Task<GetScheduleResult> InvokeAsync(GetScheduleArgs args, InvokeOptions? opts = null)
    public static Output<GetScheduleResult> Invoke(GetScheduleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetScheduleResult> getSchedule(GetScheduleArgs args, InvokeOptions options)
public static Output<GetScheduleResult> getSchedule(GetScheduleArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:databrew:getSchedule
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
 - Schedule Name
 
- Name string
 - Schedule Name
 
- name String
 - Schedule Name
 
- name string
 - Schedule Name
 
- name str
 - Schedule Name
 
- name String
 - Schedule Name
 
getSchedule Result
The following output properties are available:
- Cron
Expression string - Schedule cron
 - Job
Names List<string> - A list of jobs to be run, according to the schedule.
 - 
List<Pulumi.
Aws Native. Outputs. Tag>  - Metadata tags that have been applied to the schedule.
 
- Cron
Expression string - Schedule cron
 - Job
Names []string - A list of jobs to be run, according to the schedule.
 - Tag
 - Metadata tags that have been applied to the schedule.
 
- cron
Expression String - Schedule cron
 - job
Names List<String> - A list of jobs to be run, according to the schedule.
 - List<Tag>
 - Metadata tags that have been applied to the schedule.
 
- cron
Expression string - Schedule cron
 - job
Names string[] - A list of jobs to be run, according to the schedule.
 - Tag[]
 - Metadata tags that have been applied to the schedule.
 
- cron_
expression str - Schedule cron
 - job_
names Sequence[str] - A list of jobs to be run, according to the schedule.
 - Sequence[root_Tag]
 - Metadata tags that have been applied to the schedule.
 
- cron
Expression String - Schedule cron
 - job
Names List<String> - A list of jobs to be run, according to the schedule.
 - List<Property Map>
 - Metadata tags that have been applied to the schedule.
 
Supporting Types
Tag
Package Details
- Repository
 - AWS Native pulumi/pulumi-aws-native
 - License
 - Apache-2.0
 
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
