@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.105Z") @Stability(value=Stable) public interface CfnWirelessGatewayProps 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.iotwireless.*;
CfnWirelessGatewayProps cfnWirelessGatewayProps = CfnWirelessGatewayProps.builder()
.loRaWan(LoRaWANGatewayProperty.builder()
.gatewayEui("gatewayEui")
.rfRegion("rfRegion")
.build())
// the properties below are optional
.description("description")
.lastUplinkReceivedAt("lastUplinkReceivedAt")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.thingArn("thingArn")
.thingName("thingName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWirelessGatewayProps.Builder
A builder for
CfnWirelessGatewayProps |
static class |
CfnWirelessGatewayProps.Jsii$Proxy
An implementation for
CfnWirelessGatewayProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnWirelessGatewayProps.Builder |
builder() |
default String |
getDescription()
The description of the new resource.
|
default String |
getLastUplinkReceivedAt()
The date and time when the most recent uplink was received.
|
Object |
getLoRaWan()
The gateway configuration information to use to create the wireless gateway.
|
default String |
getName()
The name of the new resource.
|
default List<CfnTag> |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
default String |
getThingArn()
The ARN of the thing to associate with the wireless gateway.
|
default String |
getThingName()
`AWS::IoTWireless::WirelessGateway.ThingName`.
|
@Stability(value=Stable) @NotNull Object getLoRaWan()
@Stability(value=Stable) @Nullable default String getDescription()
The maximum length is 2048 characters.
@Stability(value=Stable) @Nullable default String getLastUplinkReceivedAt()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
@Stability(value=Stable) @Nullable default String getThingArn()
@Stability(value=Stable) @Nullable default String getThingName()
@Stability(value=Stable) static CfnWirelessGatewayProps.Builder builder()
CfnWirelessGatewayProps.Builder of CfnWirelessGatewayPropsCopyright © 2022. All rights reserved.