LifecycleActionSubmitRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Action | Lifecycleaction | [required] | |
| Comments | []LifecycleActionSubmitComment | Optional submit-time comments. At most 10 comments are allowed per request; each comment must be non-empty and at most 1000 characters. | [optional] |
Examples
- Prepare the resource
$LifecycleActionSubmitRequest = Initialize-LifecycleActionSubmitRequest -Action null `
-Comments null
- Convert the resource to JSON
$LifecycleActionSubmitRequest | ConvertTo-JSON