https://pulumi.com logo
Title
s

sticky-country-73582

11/23/2021, 8:56 PM
Hi, For EMR
Cluster
class in pulumi-aws v4.29.0, when trying to add
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?