Class SystemControl
Kernel parameters to set in the container.
Inheritance
System.Object
SystemControl
Implements
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.AWS.ECS.dll
Syntax (csharp)
public class SystemControl : Object, ISystemControl
Syntax (vb)
Public Class SystemControl
Inherits Object
Implements ISystemControl
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.AWS.ECS;
var systemControl = new SystemControl {
Namespace = "namespace",
Value = "value"
};
Synopsis
Constructors
SystemControl() |
Properties
Namespace | The namespaced kernel parameter for which to set a value. |
Value | The value for the namespaced kernel parameter specified in namespace. |
Constructors
SystemControl()
public SystemControl()
Properties
Namespace
The namespaced kernel parameter for which to set a value.
public string Namespace { get; set; }
Property Value
System.String
Value
The value for the namespaced kernel parameter specified in namespace.
public string Value { get; set; }
Property Value
System.String