Class RollbackStackRequest

    • Method Detail

      • stackName

        public final String stackName()

        The name that's associated with the stack.

        Returns:
        The name that's associated with the stack.
      • roleARN

        public final String roleARN()

        The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the stack.

        Returns:
        The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to rollback the stack.
      • clientRequestToken

        public final String clientRequestToken()

        A unique identifier for this RollbackStack request.

        Returns:
        A unique identifier for this RollbackStack request.
      • retainExceptOnCreate

        public final Boolean retainExceptOnCreate()

        When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain.

        Default: false

        Returns:
        When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain.

        Default: false

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object