serverlessDeploymentUserIdentity
Last updated
Identity of the user who performed the serverless deployment.
type ServerlessDeploymentUserIdentity {
type: String
principalId: String
arn: String
accountId: String
accessKeyId: String
sessionContext: ServerlessDeploymentUserIdentitySessionContext
}type String
Type of user identity (e.g., AssumedRole)
principalId String
Principal ID of the user
arn String
ARN of the user identity
accountId String
Account ID of the user
accessKeyId String
Access key ID used for the session
sessionContext ServerlessDeploymentUserIdentitySessionContext
Session context details
sessionIssuer ServerlessDeploymentUserIdentitySessionIssuer
attributes ServerlessDeploymentUserIdentityAttributes
Last updated
