Hi, For EMR `Cluster` class in pulumi-aws v4.29.0,...
# getting-started
s
Hi, For EMR
Cluster
class in pulumi-aws v4.29.0, when trying to add
Copy code
auto_termination_policy=pulumi_aws.emr.ClusterAutoTerminationPolicyArgs(
    idle_timeout=<some-int-value>,
)
I get the following error - AttributeError: module 'pulumi_aws.emr' has no attribute 'ClusterAutoTerminationPolicyArgs' error: an unhandled error occurred: Program exited with non-zero exit code: 1 Is this the right way to use this? Also, are there any IAM related dependencies that should be taken care of?