@Stability(value=Stable)
public static interface CfnCoreDefinition.CoreDefinitionVersionProperty
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.greengrass.*;
CoreDefinitionVersionProperty coreDefinitionVersionProperty = CoreDefinitionVersionProperty.builder()
.cores(List.of(CoreProperty.builder()
.certificateArn("certificateArn")
.id("id")
.thingArn("thingArn")
// the properties below are optional
.syncShadow(false)
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCoreDefinition.CoreDefinitionVersionProperty.Builder
A builder for
CfnCoreDefinition.CoreDefinitionVersionProperty |
static class |
CfnCoreDefinition.CoreDefinitionVersionProperty.Jsii$Proxy
An implementation for
CfnCoreDefinition.CoreDefinitionVersionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCoreDefinition.CoreDefinitionVersionProperty.Builder |
builder() |
Object |
getCores()
`CfnCoreDefinition.CoreDefinitionVersionProperty.Cores`.
|
@Stability(value=Stable) @NotNull Object getCores()
@Stability(value=Stable) static CfnCoreDefinition.CoreDefinitionVersionProperty.Builder builder()
Copyright © 2021. All rights reserved.