Class RuntimeManagementConfigState


  • public final class RuntimeManagementConfigState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • functionArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> functionArn()
        Returns:
        ARN of the function.
      • functionName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> functionName()
        Returns:
        Name or ARN of the Lambda function. The following arguments are optional:
      • qualifier

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> qualifier()
        Returns:
        Version of the function. This can be `$LATEST` or a published version number. If omitted, this resource will manage the runtime configuration for `$LATEST`.
      • runtimeVersionArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> runtimeVersionArn()
        Returns:
        ARN of the runtime version. Only required when `update_runtime_on` is `Manual`.
      • updateRuntimeOn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> updateRuntimeOn()
        Returns:
        Runtime update mode. Valid values are `Auto`, `FunctionUpdate`, and `Manual`. When a function is created, the default mode is `Auto`.