@Stability(value=Stable)
public static interface CfnService.InstanceConfigurationProperty
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.apprunner.*;
InstanceConfigurationProperty instanceConfigurationProperty = InstanceConfigurationProperty.builder()
.cpu("cpu")
.instanceRoleArn("instanceRoleArn")
.memory("memory")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnService.InstanceConfigurationProperty.Builder
A builder for
CfnService.InstanceConfigurationProperty |
static class |
CfnService.InstanceConfigurationProperty.Jsii$Proxy
An implementation for
CfnService.InstanceConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnService.InstanceConfigurationProperty.Builder |
builder() |
default String |
getCpu()
`CfnService.InstanceConfigurationProperty.Cpu`.
|
default String |
getInstanceRoleArn()
`CfnService.InstanceConfigurationProperty.InstanceRoleArn`.
|
default String |
getMemory()
`CfnService.InstanceConfigurationProperty.Memory`.
|
@Stability(value=Stable) @Nullable default String getCpu()
@Stability(value=Stable) @Nullable default String getInstanceRoleArn()
@Stability(value=Stable) @Nullable default String getMemory()
@Stability(value=Stable) static CfnService.InstanceConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.