@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:37.127Z")
public interface CfnWirelessGatewayProps
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 java.lang.String |
getDescription()
The description of the new resource.
|
default java.lang.String |
getLastUplinkReceivedAt()
The date and time when the most recent uplink was received.
|
java.lang.Object |
getLoRaWan()
The gateway configuration information to use to create the wireless gateway.
|
default java.lang.String |
getName()
The name of the new resource.
|
default java.util.List<CfnTag> |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
default java.lang.String |
getThingArn()
The ARN of the thing to associate with the wireless gateway.
|
default java.lang.String |
getThingName()
`AWS::IoTWireless::WirelessGateway.ThingName`.
|
java.lang.Object getLoRaWan()
default java.lang.String getDescription()
The maximum length is 2048 characters.
default java.lang.String getLastUplinkReceivedAt()
default java.lang.String getName()
default java.util.List<CfnTag> getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
default java.lang.String getThingArn()
default java.lang.String getThingName()
static CfnWirelessGatewayProps.Builder builder()
CfnWirelessGatewayProps.Builder
of CfnWirelessGatewayProps