SSMValidationParameters class
Contains validation parameters.
Constructors
- SSMValidationParameters({String? command, int? executionTimeoutSeconds, String? instanceId, String? outputS3BucketName, ScriptType? scriptType, Source? source})
-
SSMValidationParameters.fromJson(Map<
String, dynamic> json) -
factory
Properties
- command → String?
-
The command to run the validation script
final
- executionTimeoutSeconds → int?
-
The timeout interval, in seconds.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceId → String?
-
The ID of the instance. The instance must have the following tag:
UserForSMSApplicationValidation=true.
final
- outputS3BucketName → String?
-
The name of the S3 bucket for output.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scriptType → ScriptType?
-
The type of validation script.
final
- source → Source?
-
The location of the validation script.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited