Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnScheduledQueryPropsMixin.Builder
Packages that use CfnScheduledQueryPropsMixin.Builder
-
Uses of CfnScheduledQueryPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.timestream
Methods in software.amazon.awscdk.cfnpropertymixins.services.timestream that return CfnScheduledQueryPropsMixin.BuilderModifier and TypeMethodDescriptionCfnScheduledQueryPropsMixin.Builder.clientToken(String clientToken) Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words, making the same request repeatedly will produce the same result.CfnScheduledQueryPropsMixin.Builder.create()CfnScheduledQueryPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnScheduledQueryPropsMixin.Builder.errorReportConfiguration(CfnScheduledQueryPropsMixin.ErrorReportConfigurationProperty errorReportConfiguration) Configuration for error reporting.CfnScheduledQueryPropsMixin.Builder.errorReportConfiguration(IResolvable errorReportConfiguration) Configuration for error reporting.The Amazon KMS key used to encrypt the scheduled query resource, at-rest.The Amazon KMS key used to encrypt the scheduled query resource, at-rest.CfnScheduledQueryPropsMixin.Builder.notificationConfiguration(CfnScheduledQueryPropsMixin.NotificationConfigurationProperty notificationConfiguration) Notification configuration for the scheduled query.CfnScheduledQueryPropsMixin.Builder.notificationConfiguration(IResolvable notificationConfiguration) Notification configuration for the scheduled query.CfnScheduledQueryPropsMixin.Builder.queryString(String queryString) The query string to run.CfnScheduledQueryPropsMixin.Builder.scheduleConfiguration(CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty scheduleConfiguration) Schedule configuration.CfnScheduledQueryPropsMixin.Builder.scheduleConfiguration(IResolvable scheduleConfiguration) Schedule configuration.CfnScheduledQueryPropsMixin.Builder.scheduledQueryExecutionRoleArn(String scheduledQueryExecutionRoleArn) The ARN for the IAM role that Timestream will assume when running the scheduled query.CfnScheduledQueryPropsMixin.Builder.scheduledQueryExecutionRoleArn(IRoleRef scheduledQueryExecutionRoleArn) The ARN for the IAM role that Timestream will assume when running the scheduled query.CfnScheduledQueryPropsMixin.Builder.scheduledQueryName(String scheduledQueryName) A name for the query.A list of key-value pairs to label the scheduled query.CfnScheduledQueryPropsMixin.Builder.targetConfiguration(CfnScheduledQueryPropsMixin.TargetConfigurationProperty targetConfiguration) Scheduled query target store configuration.CfnScheduledQueryPropsMixin.Builder.targetConfiguration(IResolvable targetConfiguration) Scheduled query target store configuration.