Amplify Backend Environment

An Amplify Backend Environment in AWS represents an isolated backend setup for an Amplify app, allowing developers to manage and deploy different stages such as development, testing, or production. It includes configurations for resources like authentication, APIs, storage, and functions, enabling teams to collaborate and iterate without affecting other environments.

aws.amplify_backend_environment

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
backend_environment_arncorestringThe Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.
create_timecoretimestampThe creation date and time for a backend environment that is part of an Amplify app.
deployment_artifactscorestringThe name of deployment artifacts.
environment_namecorestringThe name for a backend environment that is part of an Amplify app.
stack_namecorestringThe AWS CloudFormation stack name of a backend environment.
tagscorehstore
update_timecoretimestampThe last updated date and time for a backend environment that is part of an Amplify app.