Optional
hash?: Readonly<string>Optional hash for consistent stack naming in cases where namespace or name contain characters that can't be serialized into a stack name
The Amplify branch name for the backend
The Amplify AppId for the backend
Const that determines this BackendIdentifier is for a branch backend
Optional
hash?: Readonly<string>Optional hash for consistent stack naming in cases where namespace or name contain characters that can't be serialized into a stack name
The name of this sandbox.
While this type does not enforce any specific behavior, at the time of writing, this value defaults to the current local username and can be overridden with the --name argument to sandbox. Consult upstream code for exact usage.
The project name for the sandbox.
While this type does not enforce any specific behavior, at the time of writing, this value defaults to package.json#name when running sandbox commands Consult upstream code for exact usage.
Const that determines this BackendIdentifier is for a sandbox backend
This tuple defines the constituent parts that are used to construct backend stack names The stack name becomes what identifies a deployed backend.
To translate to/from a stack name, use the utility methods in @aws-amplify/platform-core