Class CfnMicrovmImagePropsMixin.MicrovmHooksProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lambda
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMicrovmImagePropsMixin.MicrovmHooksProperty : CfnMicrovmImagePropsMixin.IMicrovmHooksProperty
Syntax (vb)
Public Class CfnMicrovmImagePropsMixin.MicrovmHooksProperty Implements CfnMicrovmImagePropsMixin.IMicrovmHooksProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Lambda;
var microvmHooksProperty = new MicrovmHooksProperty {
Resume = "resume",
ResumeTimeoutInSeconds = 123,
Run = "run",
RunTimeoutInSeconds = 123,
Suspend = "suspend",
SuspendTimeoutInSeconds = 123,
Terminate = "terminate",
TerminateTimeoutInSeconds = 123
};
Synopsis
Constructors
| MicrovmHooksProperty() |
Properties
| Resume | |
| ResumeTimeoutInSeconds | |
| Run | |
| RunTimeoutInSeconds | |
| Suspend | |
| SuspendTimeoutInSeconds | |
| Terminate | |
| TerminateTimeoutInSeconds |
Constructors
MicrovmHooksProperty()
public MicrovmHooksProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Lambda;
var microvmHooksProperty = new MicrovmHooksProperty {
Resume = "resume",
ResumeTimeoutInSeconds = 123,
Run = "run",
RunTimeoutInSeconds = 123,
Suspend = "suspend",
SuspendTimeoutInSeconds = 123,
Terminate = "terminate",
TerminateTimeoutInSeconds = 123
};
Properties
Resume
public string? Resume { get; set; }
Property Value
Remarks
ResumeTimeoutInSeconds
public double? ResumeTimeoutInSeconds { get; set; }
Property Value
Remarks
Run
public string? Run { get; set; }
Property Value
Remarks
RunTimeoutInSeconds
public double? RunTimeoutInSeconds { get; set; }
Property Value
Remarks
Suspend
public string? Suspend { get; set; }
Property Value
Remarks
SuspendTimeoutInSeconds
public double? SuspendTimeoutInSeconds { get; set; }
Property Value
Remarks
Terminate
public string? Terminate { get; set; }
Property Value
Remarks
TerminateTimeoutInSeconds
public double? TerminateTimeoutInSeconds { get; set; }