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

NAME

Paws::Amplify::Branch

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::Branch object:

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

Results returned from an API call

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

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

DESCRIPTION

Branch for an Amplify App, which maps to a 3rd party repository branch.

ATTRIBUTES

REQUIRED ActiveJobId => Str

Id of the active job for a branch, part of an Amplify App.

AssociatedResources => ArrayRef[Str|Undef]

List of custom resources that are linked to this branch.

BackendEnvironmentArn => Str

ARN for a Backend Environment, part of an Amplify App.

BasicAuthCredentials => Str

Basic Authorization credentials for a branch, part of an Amplify App.

REQUIRED BranchArn => Str

ARN for a branch, part of an Amplify App.

REQUIRED BranchName => Str

Name for a branch, part of an Amplify App.

BuildSpec => Str

BuildSpec content for branch for Amplify App.

REQUIRED CreateTime => Str

Creation date and time for a branch, part of an Amplify App.

REQUIRED CustomDomains => ArrayRef[Str|Undef]

Custom domains for a branch, part of an Amplify App.

REQUIRED Description => Str

Description for a branch, part of an Amplify App.

DestinationBranch => Str

The destination branch if the branch is a pull request branch.

REQUIRED DisplayName => Str

Display name for a branch, will use as the default domain prefix.

REQUIRED EnableAutoBuild => Bool

Enables auto-building on push for a branch, part of an Amplify App.

REQUIRED EnableBasicAuth => Bool

Enables Basic Authorization for a branch, part of an Amplify App.

REQUIRED EnableNotification => Bool

Enables notifications for a branch, part of an Amplify App.

REQUIRED EnablePullRequestPreview => Bool

Enables Pull Request Preview for this branch.

REQUIRED EnvironmentVariables => Paws::Amplify::EnvironmentVariables

Environment Variables specific to a branch, part of an Amplify App.

REQUIRED Framework => Str

Framework for a branch, part of an Amplify App.

PullRequestEnvironmentName => Str

The Amplify Environment name for the pull request.

SourceBranch => Str

The source branch if the branch is a pull request branch.

REQUIRED Stage => Str

Stage for a branch, part of an Amplify App.

Tags => Paws::Amplify::TagMap

Tag for branch for Amplify App.

ThumbnailUrl => Str

Thumbnail URL for the branch.

REQUIRED TotalNumberOfJobs => Str

Total number of Jobs part of an Amplify App.

REQUIRED Ttl => Str

The content TTL for the website in seconds.

REQUIRED UpdateTime => Str

Last updated date and time for a branch, part of an 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