@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.914Z") @Stability(value=Stable) public interface CfnGatewayProps 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.*;
CfnGatewayProps cfnGatewayProps = CfnGatewayProps.builder()
.gatewayName("gatewayName")
.gatewayPlatform(GatewayPlatformProperty.builder()
.greengrass(GreengrassProperty.builder()
.groupArn("groupArn")
.build())
.build())
// the properties below are optional
.gatewayCapabilitySummaries(List.of(GatewayCapabilitySummaryProperty.builder()
.capabilityNamespace("capabilityNamespace")
// the properties below are optional
.capabilityConfiguration("capabilityConfiguration")
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGatewayProps.Builder
A builder for
CfnGatewayProps |
static class |
CfnGatewayProps.Jsii$Proxy
An implementation for
CfnGatewayProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnGatewayProps.Builder |
builder() |
default Object |
getGatewayCapabilitySummaries()
`AWS::IoTSiteWise::Gateway.GatewayCapabilitySummaries`.
|
String |
getGatewayName()
`AWS::IoTSiteWise::Gateway.GatewayName`.
|
Object |
getGatewayPlatform()
`AWS::IoTSiteWise::Gateway.GatewayPlatform`.
|
default List<CfnTag> |
getTags()
`AWS::IoTSiteWise::Gateway.Tags`.
|
@Stability(value=Stable) @Nullable default Object getGatewayCapabilitySummaries()
@Stability(value=Stable) @NotNull String getGatewayName()
@Stability(value=Stable) @NotNull Object getGatewayPlatform()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnGatewayProps.Builder builder()
CfnGatewayProps.Builder of CfnGatewayPropsCopyright © 2021. All rights reserved.