property target is mqtt Schema #
undefined#/properties/dataTarget/allOf/0/allOf/1
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | specSchema.schema.json* |
1 Type #
unknown (property target is mqtt)
property target is mqtt Properties #
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
awsAccess | object |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
mqttEndpoint | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
baseName | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
namespace | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
topic | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
awaitPublish | boolean |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
awsAccess #
AWS Access Credentials
awsAccess
mqttEndpoint #
mqttEndpoint TODO
mqttEndpoint
- is optional
- type:
string
- cannot be null
- Unstructured type
baseName #
baseName TODO
baseName
- is optional
- type:
string
- cannot be null
- Unstructured type
namespace #
namespace TODO
namespace
- is optional
- type:
string
- cannot be null
- Unstructured type
topic #
topic TODO
topic
- is optional
- type:
string
- cannot be null
- Unstructured type
awaitPublish #
awaitPublish TODO
awaitPublish
- is optional
- type:
boolean
- cannot be null
- Unstructured type