Skip to main content

AWSLambdaFunctionImageConfigurationDetails

No description

type AWSLambdaFunctionImageConfigurationDetails {
entryPoint: [String!]!
command: [String!]!
workingDirectory: String!
}

Fields

AWSLambdaFunctionImageConfigurationDetails.entryPoint ● [String!]! non-null scalar

The entry point to their application, which is typically the location of the runtime executable

AWSLambdaFunctionImageConfigurationDetails.command ● [String!]! non-null scalar

Parameters that you want to pass in with ENTRYPOINT

AWSLambdaFunctionImageConfigurationDetails.workingDirectory ● String! non-null scalar

The working directory

Member of

AWSLambdaFunctionImageConfiguration object