1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. mediatailor
  6. getPrefetchSchedule

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Definition of AWS::MediaTailor::PrefetchSchedule Resource Type

    Using getPrefetchSchedule

    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 getPrefetchSchedule(args: GetPrefetchScheduleArgs, opts?: InvokeOptions): Promise<GetPrefetchScheduleResult>
    function getPrefetchScheduleOutput(args: GetPrefetchScheduleOutputArgs, opts?: InvokeOutputOptions): Output<GetPrefetchScheduleResult>
    def get_prefetch_schedule(arn: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetPrefetchScheduleResult
    def get_prefetch_schedule_output(arn: pulumi.Input[Optional[str]] = None,
                              opts: Optional[InvokeOutputOptions] = None) -> Output[GetPrefetchScheduleResult]
    func LookupPrefetchSchedule(ctx *Context, args *LookupPrefetchScheduleArgs, opts ...InvokeOption) (*LookupPrefetchScheduleResult, error)
    func LookupPrefetchScheduleOutput(ctx *Context, args *LookupPrefetchScheduleOutputArgs, opts ...InvokeOption) LookupPrefetchScheduleResultOutput

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

    public static class GetPrefetchSchedule 
    {
        public static Task<GetPrefetchScheduleResult> InvokeAsync(GetPrefetchScheduleArgs args, InvokeOptions? opts = null)
        public static Output<GetPrefetchScheduleResult> Invoke(GetPrefetchScheduleInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetPrefetchScheduleResult> Invoke(GetPrefetchScheduleInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetPrefetchScheduleResult> getPrefetchSchedule(GetPrefetchScheduleArgs args, InvokeOptions options)
    public static Output<GetPrefetchScheduleResult> getPrefetchSchedule(GetPrefetchScheduleArgs args, InvokeOptions options)
    public static Output<GetPrefetchScheduleResult> getPrefetchSchedule(GetPrefetchScheduleArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:mediatailor:getPrefetchSchedule
      arguments:
        # arguments dictionary
    data "aws-native_mediatailor_get_prefetch_schedule" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the prefetch schedule.
    Arn string
    The Amazon Resource Name (ARN) of the prefetch schedule.
    arn string
    The Amazon Resource Name (ARN) of the prefetch schedule.
    arn String
    The Amazon Resource Name (ARN) of the prefetch schedule.
    arn string
    The Amazon Resource Name (ARN) of the prefetch schedule.
    arn str
    The Amazon Resource Name (ARN) of the prefetch schedule.
    arn String
    The Amazon Resource Name (ARN) of the prefetch schedule.

    getPrefetchSchedule Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the prefetch schedule.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags assigned to the prefetch schedule.
    Arn string
    The Amazon Resource Name (ARN) of the prefetch schedule.
    Tags Tag
    The tags assigned to the prefetch schedule.
    arn string
    The Amazon Resource Name (ARN) of the prefetch schedule.
    tags list(object)
    The tags assigned to the prefetch schedule.
    arn String
    The Amazon Resource Name (ARN) of the prefetch schedule.
    tags List<Tag>
    The tags assigned to the prefetch schedule.
    arn string
    The Amazon Resource Name (ARN) of the prefetch schedule.
    tags Tag[]
    The tags assigned to the prefetch schedule.
    arn str
    The Amazon Resource Name (ARN) of the prefetch schedule.
    tags Sequence[root_Tag]
    The tags assigned to the prefetch schedule.
    arn String
    The Amazon Resource Name (ARN) of the prefetch schedule.
    tags List<Property Map>
    The tags assigned to the prefetch schedule.

    Supporting Types

    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 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 logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial