pulumi / pulumi-aws

An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
Apache License 2.0
461 stars 155 forks source link

Timestream Scheduled Query suport #1962

Closed dgoemans closed 2 years ago

dgoemans commented 2 years ago

Hello!

Issue details

Support for making Scheduled Queries in Pulumi. Terraform already supports this.

Affected area/feature

AWS classic provider

guineveresaenger commented 2 years ago

This is a feature from the awscc provider, not the aws provider. We don't currently bridge the awscc terraform provider in Pulumi.

This feature does exist in our Native provider: https://www.pulumi.com/registry/packages/aws-native/api-docs/timestream/scheduledquery/ and you can use both providers in concert.