Show / Hide Table of Contents

Class CfnMicrovmImagePropsMixin.MicrovmHooksProperty

Inheritance
object
CfnMicrovmImagePropsMixin.MicrovmHooksProperty
Implements
CfnMicrovmImagePropsMixin.IMicrovmHooksProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-microvmhooks.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-microvmhooks.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-microvmhooks.html#cfn-lambda-microvmimage-microvmhooks-resume

ResumeTimeoutInSeconds

public double? ResumeTimeoutInSeconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-microvmhooks.html#cfn-lambda-microvmimage-microvmhooks-resumetimeoutinseconds

Run

public string? Run { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-microvmhooks.html#cfn-lambda-microvmimage-microvmhooks-run

RunTimeoutInSeconds

public double? RunTimeoutInSeconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-microvmhooks.html#cfn-lambda-microvmimage-microvmhooks-runtimeoutinseconds

Suspend

public string? Suspend { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-microvmhooks.html#cfn-lambda-microvmimage-microvmhooks-suspend

SuspendTimeoutInSeconds

public double? SuspendTimeoutInSeconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-microvmhooks.html#cfn-lambda-microvmimage-microvmhooks-suspendtimeoutinseconds

Terminate

public string? Terminate { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-microvmhooks.html#cfn-lambda-microvmimage-microvmhooks-terminate

TerminateTimeoutInSeconds

public double? TerminateTimeoutInSeconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-microvmhooks.html#cfn-lambda-microvmimage-microvmhooks-terminatetimeoutinseconds

Implements

CfnMicrovmImagePropsMixin.IMicrovmHooksProperty
Back to top Generated by DocFX