Stratosphere.Amplify.Branch
module Stratosphere.Amplify.Branch.BackendProperty
module Stratosphere.Amplify.Branch.BasicAuthConfigProperty
module Stratosphere.Amplify.Branch.EnvironmentVariableProperty
data Branch Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-appid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-backend
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-basicauthconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-branchname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-buildspec
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-computerolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableautobuild
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableperformancemode
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enablepullrequestpreview
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-enableskewprotection
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-environmentvariables
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-framework
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-stage
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-tags
Defined in Stratosphere.Amplify.Branch
Methods
toJSON :: Branch -> Value #
toEncoding :: Branch -> Encoding #
toJSONList :: [Branch] -> Value #
toEncodingList :: [Branch] -> Encoding #
omitField :: Branch -> Bool #
showsPrec :: Int -> Branch -> ShowS #
show :: Branch -> String #
showList :: [Branch] -> ShowS #
(==) :: Branch -> Branch -> Bool #
(/=) :: Branch -> Branch -> Bool #
toResourceProperties :: Branch -> ResourceProperties #
Associated Types
set :: PropertyType "AppId" Branch -> Branch -> Branch #
set :: PropertyType "Backend" Branch -> Branch -> Branch #
set :: PropertyType "BasicAuthConfig" Branch -> Branch -> Branch #
set :: PropertyType "BranchName" Branch -> Branch -> Branch #
set :: PropertyType "BuildSpec" Branch -> Branch -> Branch #
set :: PropertyType "ComputeRoleArn" Branch -> Branch -> Branch #
set :: PropertyType "Description" Branch -> Branch -> Branch #
set :: PropertyType "EnableAutoBuild" Branch -> Branch -> Branch #
set :: PropertyType "EnablePerformanceMode" Branch -> Branch -> Branch #
set :: PropertyType "EnablePullRequestPreview" Branch -> Branch -> Branch #
set :: PropertyType "EnableSkewProtection" Branch -> Branch -> Branch #
set :: PropertyType "EnvironmentVariables" Branch -> Branch -> Branch #
set :: PropertyType "Framework" Branch -> Branch -> Branch #
set :: PropertyType "PullRequestEnvironmentName" Branch -> Branch -> Branch #
set :: PropertyType "Stage" Branch -> Branch -> Branch #
set :: PropertyType "Tags" Branch -> Branch -> Branch #
mkBranch :: Value Text -> Value Text -> Branch Source #