Interface ISystemControl
Kernel parameters to set in the container.
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.AWS.ECS.dll
Syntax (csharp)
public interface ISystemControl
Syntax (vb)
Public Interface 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
Properties
Namespace | The namespaced kernel parameter for which to set a value. |
Value | The value for the namespaced kernel parameter specified in namespace. |
Properties
Namespace
The namespaced kernel parameter for which to set a value.
string Namespace { get; }
Property Value
System.String
Value
The value for the namespaced kernel parameter specified in namespace.
string Value { get; }
Property Value
System.String