Class: Aws::Amplify::Types::Backend

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb

Overview

Describes the backend associated with an Amplify Branch.

This property is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_arnString

The Amazon Resource Name (ARN) for the CloudFormation stack.

Returns:

  • (String)


275
276
277
278
279
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 275

class Backend < Struct.new(
  :stack_arn)
  SENSITIVE = []
  include Aws::Structure
end