![]() |
![]()
| ![]() |
![]()
NAMEPaws::Amplify::AutoBranchCreationConfig 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::AutoBranchCreationConfig object: $service_obj->Method(Att1 => { BasicAuthCredentials => $value, ..., Stage => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Amplify::AutoBranchCreationConfig object: $result = $service_obj->Method(...); $result->Att1->BasicAuthCredentials DESCRIPTIONDescribes the automated branch creation configuration. ATTRIBUTESBasicAuthCredentials => StrThe basic authorization credentials for the autocreated branch. BuildSpec => StrThe build specification (build spec) for the autocreated branch. EnableAutoBuild => BoolEnables auto building for the autocreated branch. EnableBasicAuth => BoolEnables basic authorization for the autocreated branch. EnablePerformanceMode => BoolEnables performance mode for the branch. Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. EnablePullRequestPreview => BoolEnables pull request previews for the autocreated branch. EnvironmentVariables => Paws::Amplify::EnvironmentVariablesThe environment variables for the autocreated branch. Framework => StrThe framework for the autocreated branch. PullRequestEnvironmentName => StrThe Amplify environment name for the pull request. Stage => StrDescribes the current stage for the autocreated branch. 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>
|