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.
functionArnARN of the function.functionNameName or ARN of the Lambda function.qualifierVersion of the function. This can be$LATESTor a published version number. If omitted, this resource will manage the runtime configuration for$LATEST.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.runtimeVersionArnARN of the runtime version. Only required whenupdateRuntimeOnisManual.updateRuntimeOnRuntime update mode. Valid values areAuto,FunctionUpdate, andManual. When a function is created, the default mode isAuto.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
$LATESTor 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
updateRuntimeOnisManual.final -
updateRuntimeOn
→ Input<
String?> ? -
Runtime update mode. Valid values are
Auto,FunctionUpdate, andManual. When a function is created, the default mode isAuto.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