GetFunctionCodeSigningConfigResponse

APIs.ioEngineeringPlatform

Properties

Name Type Description
CodeSigningConfigArn object
FunctionName object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getfunctioncodesigningconfigresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetFunctionCodeSigningConfigResponse",
  "title": "GetFunctionCodeSigningConfigResponse",
  "type": "object",
  "required": [
    "CodeSigningConfigArn",
    "FunctionName"
  ],
  "properties": {
    "CodeSigningConfigArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CodeSigningConfigArn"
        },
        {
          "description": "The The Amazon Resource Name (ARN) of the code signing configuration."
        }
      ]
    },
    "FunctionName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FunctionName"
        },
        {
          "description": "<p>The name of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>"
        }
      ]
    }
  }
}