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
published on Monday, Sep 14, 2026 by Pulumi
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
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 dictionarydata "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.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags assigned to the prefetch schedule.
- arn string
- The Amazon Resource Name (ARN) of the prefetch schedule.
- list(object)
- The tags assigned to the prefetch schedule.
- arn str
- The Amazon Resource Name (ARN) of the prefetch schedule.
- Sequence[root_Tag]
- The tags assigned to the prefetch schedule.
- arn String
- The Amazon Resource Name (ARN) of the prefetch schedule.
- List<Property Map>
- The tags assigned to the prefetch 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.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi