Interface CfnRefreshScheduleProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRefreshScheduleProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:23.453Z") @Stability(Stable) public interface CfnRefreshScheduleProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnRefreshSchedule.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 CfnRefreshScheduleProps cfnRefreshScheduleProps = CfnRefreshScheduleProps.builder()
         .awsAccountId("awsAccountId")
         .dataSetId("dataSetId")
         .schedule(RefreshScheduleMapProperty.builder()
                 .refreshType("refreshType")
                 .scheduleFrequency(ScheduleFrequencyProperty.builder()
                         .interval("interval")
                         .refreshOnDay(RefreshOnDayProperty.builder()
                                 .dayOfMonth("dayOfMonth")
                                 .dayOfWeek("dayOfWeek")
                                 .build())
                         .timeOfTheDay("timeOfTheDay")
                         .timeZone("timeZone")
                         .build())
                 .scheduleId("scheduleId")
                 .startAfterDateTime("startAfterDateTime")
                 .build())
         .build();
 
  • Method Details

    • getAwsAccountId

      @Stability(Stable) @Nullable default String getAwsAccountId()
      The AWS account ID of the account that you are creating a schedule in.
    • getDataSetId

      @Stability(Stable) @Nullable default String getDataSetId()
      The ID of the dataset that you are creating a refresh schedule for.
    • getSchedule

      @Stability(Stable) @Nullable default Object getSchedule()
      The refresh schedule of a dataset.
    • builder

      @Stability(Stable) static CfnRefreshScheduleProps.Builder builder()
      Returns:
      a CfnRefreshScheduleProps.Builder of CfnRefreshScheduleProps