@Stability(value=Stable)
public static interface CfnDataset.ResourceConfigurationProperty
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.iotanalytics.*;
ResourceConfigurationProperty resourceConfigurationProperty = ResourceConfigurationProperty.builder()
.computeType("computeType")
.volumeSizeInGb(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.ResourceConfigurationProperty.Builder
A builder for
CfnDataset.ResourceConfigurationProperty |
static class |
CfnDataset.ResourceConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataset.ResourceConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.ResourceConfigurationProperty.Builder |
builder() |
String |
getComputeType()
`CfnDataset.ResourceConfigurationProperty.ComputeType`.
|
Number |
getVolumeSizeInGb()
`CfnDataset.ResourceConfigurationProperty.VolumeSizeInGB`.
|
@Stability(value=Stable) @NotNull String getComputeType()
@Stability(value=Stable) @NotNull Number getVolumeSizeInGb()
@Stability(value=Stable) static CfnDataset.ResourceConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.