When using the AWS CLI for AWS CloudFormation, which of the following commands returns a description of the specified resource in the specified stack?
describe-stack-events
describe-stack-resource
create-stack-resource
describe-stack-returns
Explanations:
Thedescribe-stack-eventscommand returns events related to stack operations, such as creation, updates, or deletions, not descriptions of specific resources.
Thedescribe-stack-resourcecommand provides a detailed description of a specified resource within a specified stack, making it the correct answer.
Thecreate-stack-resourcecommand does not exist in the AWS CLI for CloudFormation; this option is invalid.
Thedescribe-stack-returnscommand is not a valid AWS CLI command; thus, it cannot provide any stack or resource information.