@Stability(value=Stable)
public static interface CfnCoreDefinition.CoreProperty
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.*;
CoreProperty coreProperty = CoreProperty.builder()
.certificateArn("certificateArn")
.id("id")
.thingArn("thingArn")
// the properties below are optional
.syncShadow(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCoreDefinition.CoreProperty.Builder
A builder for
CfnCoreDefinition.CoreProperty |
static class |
CfnCoreDefinition.CoreProperty.Jsii$Proxy
An implementation for
CfnCoreDefinition.CoreProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCoreDefinition.CoreProperty.Builder |
builder() |
String |
getCertificateArn()
`CfnCoreDefinition.CoreProperty.CertificateArn`.
|
String |
getId()
`CfnCoreDefinition.CoreProperty.Id`.
|
default Object |
getSyncShadow()
`CfnCoreDefinition.CoreProperty.SyncShadow`.
|
String |
getThingArn()
`CfnCoreDefinition.CoreProperty.ThingArn`.
|
@Stability(value=Stable) @NotNull String getCertificateArn()
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @Nullable default Object getSyncShadow()
@Stability(value=Stable) @NotNull String getThingArn()
@Stability(value=Stable) static CfnCoreDefinition.CoreProperty.Builder builder()
Copyright © 2021. All rights reserved.