@Stability(value=Stable)
public static interface CfnDeployment.ComponentRunWithProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.greengrassv2.*;
ComponentRunWithProperty componentRunWithProperty = ComponentRunWithProperty.builder()
.posixUser("posixUser")
.systemResourceLimits(SystemResourceLimitsProperty.builder()
.cpus(123)
.memory(123)
.build())
.windowsUser("windowsUser")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.ComponentRunWithProperty.Builder
A builder for
CfnDeployment.ComponentRunWithProperty |
static class |
CfnDeployment.ComponentRunWithProperty.Jsii$Proxy
An implementation for
CfnDeployment.ComponentRunWithProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.ComponentRunWithProperty.Builder |
builder() |
default String |
getPosixUser()
`CfnDeployment.ComponentRunWithProperty.PosixUser`.
|
default Object |
getSystemResourceLimits()
`CfnDeployment.ComponentRunWithProperty.SystemResourceLimits`.
|
default String |
getWindowsUser()
`CfnDeployment.ComponentRunWithProperty.WindowsUser`.
|
@Stability(value=Stable) @Nullable default String getPosixUser()
@Stability(value=Stable) @Nullable default Object getSystemResourceLimits()
@Stability(value=Stable) @Nullable default String getWindowsUser()
@Stability(value=Stable) static CfnDeployment.ComponentRunWithProperty.Builder builder()
Copyright © 2022. All rights reserved.