Show / Hide Table of Contents

Class CfnMicrovmImagePropsMixin.CpuConfigurationProperty

Inheritance
object
CfnMicrovmImagePropsMixin.CpuConfigurationProperty
Implements
CfnMicrovmImagePropsMixin.ICpuConfigurationProperty
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.CpuConfigurationProperty : CfnMicrovmImagePropsMixin.ICpuConfigurationProperty
Syntax (vb)
Public Class CfnMicrovmImagePropsMixin.CpuConfigurationProperty Implements CfnMicrovmImagePropsMixin.ICpuConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-cpuconfiguration.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 cpuConfigurationProperty = new CpuConfigurationProperty {
                 Architecture = "architecture"
             };

Synopsis

Constructors

CpuConfigurationProperty()

Properties

Architecture

Constructors

CpuConfigurationProperty()

public CpuConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-cpuconfiguration.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 cpuConfigurationProperty = new CpuConfigurationProperty {
                 Architecture = "architecture"
             };

Properties

Architecture

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

string

Remarks

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

Implements

CfnMicrovmImagePropsMixin.ICpuConfigurationProperty
Back to top Generated by DocFX