The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::Amplify::App

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Amplify::App object:

  $service_obj->Method(Att1 => { AppArn => $value, ..., UpdateTime => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Amplify::App object:

  $result = $service_obj->Method(...);
  $result->Att1->AppArn

DESCRIPTION

Amplify App represents different branches of a repository for building, deploying, and hosting.

ATTRIBUTES

REQUIRED AppArn => Str

  ARN for the Amplify App.

REQUIRED AppId => Str

  Unique Id for the Amplify App.

BasicAuthCredentials => Str

  Basic Authorization credentials for branches for the Amplify App.

BuildSpec => Str

  BuildSpec content for Amplify App.

REQUIRED CreateTime => Str

  Create date / time for the Amplify App.

CustomRules => ArrayRef[Paws::Amplify::CustomRule]

  Custom redirect / rewrite rules for the Amplify App.

REQUIRED DefaultDomain => Str

  Default domain for the Amplify App.

REQUIRED Description => Str

  Description for the Amplify App.

REQUIRED EnableBasicAuth => Bool

  Enables Basic Authorization for branches for the Amplify App.

REQUIRED EnableBranchAutoBuild => Bool

  Enables auto-building of branches for the Amplify App.

REQUIRED EnvironmentVariables => Paws::Amplify::EnvironmentVariables

  Environment Variables for the Amplify App.

IamServiceRoleArn => Str

  IAM service role ARN for the Amplify App.

REQUIRED Name => Str

  Name for the Amplify App.

REQUIRED Platform => Str

  Platform for the Amplify App.

ProductionBranch => Paws::Amplify::ProductionBranch

  Structure with Production Branch information.

REQUIRED Repository => Str

  Repository for the Amplify App.

Tags => Paws::Amplify::Tags

  Tag for Amplify App.

REQUIRED UpdateTime => Str

  Update date / time for the Amplify App.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Amplify

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues