Created
February 10, 2018 19:34
-
-
Save CodySwannGT/e77b13be97ebf2618cc112eca1e59c3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- !com.amazonaws.mobilehub.v0.Project | |
apps: | |
react-native: !com.amazonaws.mobilehub.v0.AppDO {} | |
uploads: | |
features: | |
cloudlogic: !com.amazonaws.mobilehub.v0.CloudLogic | |
components: | |
content-delivery: !com.amazonaws.mobilehub.v0.ContentDelivery | |
attributes: | |
enabled: true | |
visibility: public-global | |
components: | |
release: !com.amazonaws.mobilehub.v0.Bucket {} | |
database: !com.amazonaws.mobilehub.v0.Database | |
components: | |
database-nosql: !com.amazonaws.mobilehub.v0.NoSQLDatabase | |
tables: | |
mobile-analytics: !com.amazonaws.mobilehub.v0.Pinpoint | |
components: | |
analytics: !com.amazonaws.mobilehub.v0.PinpointAnalytics {} | |
sign-in: !com.amazonaws.mobilehub.v0.SignIn | |
attributes: | |
enabled: true | |
optional-sign-in: true | |
components: | |
sign-in-user-pools: !com.amazonaws.mobilehub.v0.UserPoolsIdentityProvider | |
attributes: | |
alias-attributes: | |
- preferred_username | |
- phone_number | |
mfa-configuration: ON | |
name: userpool | |
password-policy: !com.amazonaws.mobilehub.ConvertibleMap | |
min-length: "8" | |
require-lower-case: true | |
require-numbers: true | |
require-symbols: true | |
require-upper-case: true | |
user-files: !com.amazonaws.mobilehub.v0.UserFiles | |
attributes: | |
enabled: true | |
user-profiles: !com.amazonaws.mobilehub.v0.UserSettings | |
attributes: | |
enabled: true | |
name: manuel-react-native | |
region: us-east-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment