@Stability(value=Stable)
public static interface CfnDeployment.ComponentDeploymentSpecificationProperty
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.*;
ComponentDeploymentSpecificationProperty componentDeploymentSpecificationProperty = ComponentDeploymentSpecificationProperty.builder()
.componentVersion("componentVersion")
.configurationUpdate(ComponentConfigurationUpdateProperty.builder()
.merge("merge")
.reset(List.of("reset"))
.build())
.runWith(ComponentRunWithProperty.builder()
.posixUser("posixUser")
.systemResourceLimits(SystemResourceLimitsProperty.builder()
.cpus(123)
.memory(123)
.build())
.windowsUser("windowsUser")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.ComponentDeploymentSpecificationProperty.Builder
A builder for
CfnDeployment.ComponentDeploymentSpecificationProperty |
static class |
CfnDeployment.ComponentDeploymentSpecificationProperty.Jsii$Proxy
An implementation for
CfnDeployment.ComponentDeploymentSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.ComponentDeploymentSpecificationProperty.Builder |
builder() |
default String |
getComponentVersion()
`CfnDeployment.ComponentDeploymentSpecificationProperty.ComponentVersion`.
|
default Object |
getConfigurationUpdate()
`CfnDeployment.ComponentDeploymentSpecificationProperty.ConfigurationUpdate`.
|
default Object |
getRunWith()
`CfnDeployment.ComponentDeploymentSpecificationProperty.RunWith`.
|
@Stability(value=Stable) @Nullable default String getComponentVersion()
@Stability(value=Stable) @Nullable default Object getConfigurationUpdate()
@Stability(value=Stable) @Nullable default Object getRunWith()
@Stability(value=Stable) static CfnDeployment.ComponentDeploymentSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.