{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AliasRoutingConfiguration",
"title": "AliasRoutingConfiguration",
"type": "object",
"properties": {
"AdditionalVersionWeights": {
"allOf": [
{
"$ref": "#/components/schemas/AdditionalVersionWeights"
},
{
"description": "The second version, and the percentage of traffic that's routed to it."
}
]
}
},
"description": "The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html\">traffic-shifting</a> configuration of a Lambda function alias."
}