AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::RefreshSchedule

QuickSight RefreshSchedule

Definition of the AWS::QuickSight::RefreshSchedule Resource Type.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AwsAccountId
string
Create-only
DataSetId
string
Create-only
Schedule
RefreshScheduleMap

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring<p>The Amazon Resource Name (ARN) of the data source.</p>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QuickSight::RefreshSchedule

Resources:
  MyResource:
    Type: AWS::QuickSight::RefreshSchedule
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

quicksight:CreateRefreshSchedulequicksight:DescribeRefreshSchedule

update

quicksight:UpdateRefreshSchedulequicksight:DescribeRefreshSchedule

delete

quicksight:DeleteRefreshSchedulequicksight:DescribeRefreshSchedule

list

quicksight:ListRefreshSchedules

read

quicksight:DescribeRefreshSchedule

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceQuickSight
Properties4
Required0
TaggingNot supported
Primary IDAwsAccountId

Supported Operations

CreateUpdateDeleteListRead

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AwsAccountIdDataSetIdSchedule/ScheduleId

External Links