Interface CfnCluster.CgroupCustomSettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.CgroupCustomSettingProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.CgroupCustomSettingProperty
extends software.amazon.jsii.JsiiSerializable
Additional cgroup configuration settings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pcs.*;
CgroupCustomSettingProperty cgroupCustomSettingProperty = CgroupCustomSettingProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCluster.CgroupCustomSettingPropertystatic final classAn implementation forCfnCluster.CgroupCustomSettingProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The cgroup.conf parameter name.The value for the cgroup.conf parameter.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParameterName
The cgroup.conf parameter name.- See Also:
-
getParameterValue
The value for the cgroup.conf parameter.- See Also:
-
builder
-