diff --git a/classes/_aws_amplify_ai_constructs.conversation.ConversationHandlerFunction.html b/classes/_aws_amplify_ai_constructs.conversation.ConversationHandlerFunction.html index f9e4a7272e..8199e56e7e 100644 --- a/classes/_aws_amplify_ai_constructs.conversation.ConversationHandlerFunction.html +++ b/classes/_aws_amplify_ai_constructs.conversation.ConversationHandlerFunction.html @@ -8,7 +8,7 @@
Readonly
nodeThe tree node.
-Private
Readonly
propsStatic
Readonly
eventPrivate
resolvePrivate
storeAppend conversation handler to defined functions.
-Returns a string representation of this construct.
+Readonly
nodeThe tree node.
+Private
Readonly
propsStatic
Readonly
eventPrivate
resolvePrivate
storeAppend conversation handler to defined functions.
+Static
isChecks if x
is a construct.
Use this method instead of instanceof
to properly detect Construct
instances, even when the construct library is symlinked.
Amplify Auth CDK Construct
-Create a new Auth construct with AuthProps. If no props are provided, email login and defaults will be used.
-Private
Readonly
computedPrivate
customThe KMS key used for encrypting custom email sender data. +
Private
Readonly
computedPrivate
customThe KMS key used for encrypting custom email sender data. This is only set when using a custom email sender.
-Private
Readonly
domainPrivate
Readonly
groupsPrivate
Readonly
nameReadonly
nodeThe tree node.
+Private
Readonly
domainPrivate
Readonly
groupsPrivate
Readonly
nameReadonly
nodeThe tree node.
Private
Readonly
providerExternal provider settings
-Readonly
resourcesThe resources generated by the construct.
-Private
Readonly
userPrivate
bindDefine bindCustomAttribute to meet requirements of the Cognito API to call the bind method
-Private
convertReadonly
resourcesThe resources generated by the construct.
+Private
Readonly
userPrivate
bindDefine bindCustomAttribute to meet requirements of the Cognito API to call the bind method
+Private
convertConvert user friendly account recovery method to cognito AccountRecover enum. This eliminates the need for users to import cognito.AccountRecovery.
account recovery method as a string value
cognito.AccountRecovery enum value
-Private
convertConverts the simplified mapping type to cognito.AttributeMapping.
+Private
convertConverts the simplified mapping type to cognito.AttributeMapping.
Optional
mapping: AttributeMappingthe AttributeMapping to convert to a cognito.AttributeMapping
cognito.AttributeMapping
-Private
getDetermine the account recovery option based on enabled login methods.
+Private
getDetermine the account recovery option based on enabled login methods.
is email enabled
is phone enabled
the user provided account recovery setting
account recovery setting enum value
-Private
getGet email verification style from user props
+Private
getPrivate
getMFAMessageExtract the MFA message settings and perform validation.
+Private
getMFAMessageExtract the MFA message settings and perform validation.
MFA settings
mfa message
-Private
getMFAModeConvert user friendly Mfa mode to cognito Mfa Mode. +
Private
getMFAModeConvert user friendly Mfa mode to cognito Mfa Mode. This eliminates the need for users to import cognito.Mfa.
MFA settings
cognito MFA enforcement mode
-Private
getMFATypeConvert user friendly Mfa type to cognito Mfa type. +
Private
getMFATypeConvert user friendly Mfa type to cognito Mfa type. This eliminates the need for users to import cognito.Mfa.
MFA settings
cognito MFA type (sms or totp)
-Private
getOAuthConvert scopes from string list to OAuthScopes.
+Private
getOAuthPrivate
getParses the user invitation settings and inserts codes/usernames where necessary.
+Private
getParses the user invitation settings and inserts codes/usernames where necessary.
the invitation settings
cognito.UserInvitationConfig | undefined
-Private
getProcess props into UserPoolProps (set defaults if needed)
-Private
setupCreate Auth/UnAuth Roles
+Private
getProcess props into UserPoolProps (set defaults if needed)
+Private
setupPrivate
setupSetup External Providers (OAuth/OIDC/SAML) and related settings +
Private
setupSetup External Providers (OAuth/OIDC/SAML) and related settings such as OAuth settings and User Pool Domains
Optional
email?: EmailLoginEmail login options.
If true, email login will be enabled with default settings. @@ -80,15 +80,15 @@
Optional
phone?: PhoneNumberLoginPhone number login options.
If true, phone number login will be enabled with default settings. If settings are provided, phone number login will be enabled with the specified settings.
-Private
setupSetup Identity Pool with default roles/role mappings, and register providers
-Private
setupPrivate
storeStores auth output using the provided strategy
-Private
setupSetup Identity Pool with default roles/role mappings, and register providers
+Private
setupPrivate
storeStores auth output using the provided strategy
+Private
verifyVerify the email body depending on if 'CODE' or 'LINK' style is used. This ensures that the template contains the necessary placeholders for Cognito to insert verification codes or links.
the provided email settings
emailBody
-Static
isChecks if x
is a construct.
Static
isChecks if x
is a construct.
Use this method instead of instanceof
to properly detect Construct
instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the constructs
library on
diff --git a/classes/_aws_amplify_backend_deployer.BackendDeployerFactory.html b/classes/_aws_amplify_backend_deployer.BackendDeployerFactory.html
index d29ab0dd11..58cd307bb5 100644
--- a/classes/_aws_amplify_backend_deployer.BackendDeployerFactory.html
+++ b/classes/_aws_amplify_backend_deployer.BackendDeployerFactory.html
@@ -1,9 +1,9 @@
Factory to create a backend deployer
-constructor - sets the packageManagerController
-Private
Readonly
formatterPrivate
Readonly
packagePrivate
Static
instanceReturns a single instance of BackendDeployer
-Private
Readonly
formatterPrivate
Readonly
packagePrivate
Static
instanceReturns a single instance of BackendDeployer
+Stores BI metrics information in stack descriptions
-Constructor with props for injecting test mocks
-Private
Readonly
osPrivate
Readonly
packagePrivate
getPrivate
getPrivate
getStores an attribution metadata string in the stack description of the provided stack +
Private
Readonly
osPrivate
Readonly
packagePrivate
getPrivate
getPrivate
getStores an attribution metadata string in the stack description of the provided stack Does nothing if the stack already has a non-empty description
-
Creates Conversation Handler Function CDK construct.
-