![]() |
![]()
| ![]() |
![]()
NAMEPaws::Amplify::App USAGEThis 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 DESCRIPTIONRepresents the different branches of a repository for building, deploying, and hosting an Amplify app. ATTRIBUTESREQUIRED AppArn => StrThe Amazon Resource Name (ARN) of the Amplify app. REQUIRED AppId => StrThe unique ID of the Amplify app. AutoBranchCreationConfig => Paws::Amplify::AutoBranchCreationConfigDescribes the automated branch creation configuration for the Amplify app. AutoBranchCreationPatterns => ArrayRef[Str|Undef]Describes the automated branch creation glob patterns for the Amplify app. BasicAuthCredentials => StrThe basic authorization credentials for branches for the Amplify app. BuildSpec => StrDescribes the content of the build specification (build spec) for the Amplify app. REQUIRED CreateTime => StrCreates a date and time for the Amplify app. CustomHeaders => StrDescribes the custom HTTP headers for the Amplify app. CustomRules => ArrayRef[Paws::Amplify::CustomRule]Describes the custom redirect and rewrite rules for the Amplify app. REQUIRED DefaultDomain => StrThe default domain for the Amplify app. REQUIRED Description => StrThe description for the Amplify app. EnableAutoBranchCreation => BoolEnables automated branch creation for the Amplify app. REQUIRED EnableBasicAuth => BoolEnables basic authorization for the Amplify app's branches. REQUIRED EnableBranchAutoBuild => BoolEnables the auto-building of branches for the Amplify app. EnableBranchAutoDeletion => BoolAutomatically disconnect a branch in the Amplify Console when you delete a branch from your Git repository. REQUIRED EnvironmentVariables => Paws::Amplify::EnvironmentVariablesThe environment variables for the Amplify app. IamServiceRoleArn => StrThe AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) of the Amplify app. REQUIRED Name => StrThe name for the Amplify app. REQUIRED Platform => StrThe platform for the Amplify app. ProductionBranch => Paws::Amplify::ProductionBranchDescribes the information about a production branch of the Amplify app. REQUIRED Repository => StrThe repository for the Amplify app. Tags => Paws::Amplify::TagMapThe tag for the Amplify app. REQUIRED UpdateTime => StrUpdates the date and time for the Amplify app. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Amplify BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|