Class CfnMicrovmImagePropsMixin.CpuConfigurationProperty
Inherited Members
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
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
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; }