class Aws::ServerlessApplicationRepository::Types::RollbackConfiguration

This property corresponds to the AWS CloudFormation <a href=“https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration”>RollbackConfiguration</a> Data Type.

@note When making an API call, you may pass RollbackConfiguration

data as a hash:

    {
      monitoring_time_in_minutes: 1,
      rollback_triggers: [
        {
          arn: "__string", # required
          type: "__string", # required
        },
      ],
    }

@!attribute [rw] monitoring_time_in_minutes

This property corresponds to the content of the same name for the
<i>AWS CloudFormation <a
href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
</i> Data Type.
@return [Integer]

@!attribute [rw] rollback_triggers

This property corresponds to the content of the same name for the
<i>AWS CloudFormation <a
href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/RollbackConfiguration">RollbackConfiguration</a>
</i> Data Type.
@return [Array<Types::RollbackTrigger>]

@see docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08/RollbackConfiguration AWS API Documentation

Constants

SENSITIVE