@Stability(value=Stable)
public static interface CfnGateway.GatewayPlatformProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotsitewise.*;
GatewayPlatformProperty gatewayPlatformProperty = GatewayPlatformProperty.builder()
.greengrass(GreengrassProperty.builder()
.groupArn("groupArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGateway.GatewayPlatformProperty.Builder
A builder for
CfnGateway.GatewayPlatformProperty |
static class |
CfnGateway.GatewayPlatformProperty.Jsii$Proxy
An implementation for
CfnGateway.GatewayPlatformProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGateway.GatewayPlatformProperty.Builder |
builder() |
Object |
getGreengrass()
A gateway that runs on AWS IoT Greengrass .
|
@Stability(value=Stable) @NotNull Object getGreengrass()
@Stability(value=Stable) static CfnGateway.GatewayPlatformProperty.Builder builder()
Copyright © 2022. All rights reserved.