Amplify Toolbox
Preparing search index...
@aws-amplify/deployed-backend-client
BackendMetadata
Type Alias BackendMetadata
type
BackendMetadata
=
{
apiConfiguration
?:
{
additionalAuthTypes
:
ApiAuthType
[]
;
apiId
:
string
;
conflictResolutionMode
?:
ConflictResolutionMode
;
defaultAuthType
:
ApiAuthType
;
graphqlEndpoint
:
string
;
lastUpdated
:
Date
|
undefined
;
modelSchemaS3Uri
:
string
;
status
:
BackendDeploymentStatus
;
}
;
authConfiguration
?:
{
lastUpdated
:
Date
|
undefined
;
status
:
BackendDeploymentStatus
;
userPoolId
:
string
;
}
;
deploymentType
:
DeploymentType
;
functionConfigurations
?:
FunctionConfiguration
[]
;
lastUpdated
:
Date
|
undefined
;
name
:
string
;
resources
:
DeployedBackendResource
[]
;
status
:
BackendDeploymentStatus
;
storageConfiguration
?:
{
lastUpdated
:
Date
|
undefined
;
s3BucketName
:
string
;
status
:
BackendDeploymentStatus
;
}
;
}
Index
Properties
api
Configuration?
auth
Configuration?
deployment
Type
function
Configurations?
last
Updated
name
resources
status
storage
Configuration?
Properties
Optional
api
Configuration
apiConfiguration
?:
{
additionalAuthTypes
:
ApiAuthType
[]
;
apiId
:
string
;
conflictResolutionMode
?:
ConflictResolutionMode
;
defaultAuthType
:
ApiAuthType
;
graphqlEndpoint
:
string
;
lastUpdated
:
Date
|
undefined
;
modelSchemaS3Uri
:
string
;
status
:
BackendDeploymentStatus
;
}
Optional
auth
Configuration
authConfiguration
?:
{
lastUpdated
:
Date
|
undefined
;
status
:
BackendDeploymentStatus
;
userPoolId
:
string
;
}
deployment
Type
deploymentType
:
DeploymentType
Optional
function
Configurations
functionConfigurations
?:
FunctionConfiguration
[]
last
Updated
lastUpdated
:
Date
|
undefined
name
name
:
string
resources
resources
:
DeployedBackendResource
[]
status
status
:
BackendDeploymentStatus
Optional
storage
Configuration
storageConfiguration
?:
{
lastUpdated
:
Date
|
undefined
;
s3BucketName
:
string
;
status
:
BackendDeploymentStatus
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Configuration
auth
Configuration
deployment
Type
function
Configurations
last
Updated
name
resources
status
storage
Configuration
Amplify Toolbox
Loading...