Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateFunctionDeployStageDetails

Specifies the Function stage.

Properties

Optional config

config: undefined | object

User provided key and value pair configuration, which is assigned through constants or parameter.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional deployStagePredecessorCollection

deployStagePredecessorCollection: model.DeployStagePredecessorCollection

Const deployStageType

deployStageType: string = "DEPLOY_FUNCTION"

Optional description

description: undefined | string

Optional description about the deployment stage.

Optional displayName

displayName: undefined | string

Deployment stage display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.

Optional dockerImageDeployArtifactId

dockerImageDeployArtifactId: undefined | string

A Docker image artifact OCID.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example: {@code {"bar-key": "value"}}

Optional functionDeployEnvironmentId

functionDeployEnvironmentId: undefined | string

Function environment OCID.

Optional functionTimeoutInSeconds

functionTimeoutInSeconds: undefined | number

Timeout for execution of the Function. Value in seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxMemoryInMBs

maxMemoryInMBs: undefined | number

Maximum usable memory for the Function (in MB). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Methods

getDeserializedJsonObj

getJsonObj