RuntimeManagementConfigState class

Input properties used for looking up and filtering RuntimeManagementConfig resources.

Constructors

RuntimeManagementConfigState({Input<String?>? functionArn, Input<String?>? functionName, Input<String?>? qualifier, Input<String?>? region, Input<String?>? runtimeVersionArn, Input<String?>? updateRuntimeOn})
Creates a new RuntimeManagementConfigState. functionArn ARN of the function. functionName Name or ARN of the Lambda function. qualifier Version of the function. This can be $LATEST or a published version number. If omitted, this resource will manage the runtime configuration for $LATEST. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. runtimeVersionArn ARN of the runtime version. Only required when updateRuntimeOn is Manual. updateRuntimeOn Runtime update mode. Valid values are Auto, FunctionUpdate, and Manual. When a function is created, the default mode is Auto.
const
RuntimeManagementConfigState.fromMap(Map<String, dynamic> map)
factory

Properties

functionArn → Input<String?>?
ARN of the function.
final
functionName → Input<String?>?
Name or ARN of the Lambda function.
final
hashCode int
The hash code for this object.
no setterinherited
qualifier → Input<String?>?
Version of the function. This can be $LATEST or a published version number. If omitted, this resource will manage the runtime configuration for $LATEST.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeVersionArn → Input<String?>?
ARN of the runtime version. Only required when updateRuntimeOn is Manual.
final
updateRuntimeOn → Input<String?>?
Runtime update mode. Valid values are Auto, FunctionUpdate, and Manual. When a function is created, the default mode is Auto.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited