interface RequestParametersItem
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTAnalytics.Events.AWSAPICallViaCloudTrail.RequestParametersItem |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotanalytics/events#AWSAPICallViaCloudTrail_RequestParametersItem |
Java | software.amazon.awscdk.mixins.preview.services.iotanalytics.events.AWSAPICallViaCloudTrail.RequestParametersItem |
Python | aws_cdk.mixins_preview.aws_iotanalytics.events.AWSAPICallViaCloudTrail.RequestParametersItem |
TypeScript | @aws-cdk/mixins-preview ยป aws_iotanalytics ยป events ยป AWSAPICallViaCloudTrail ยป RequestParametersItem |
Type definition for RequestParametersItem.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as iotanalytics_events } from '@aws-cdk/mixins-preview/aws-iotanalytics';
const requestParametersItem: iotanalytics_events.AWSAPICallViaCloudTrail.RequestParametersItem = {
address: ['address'],
bigEndian: ['bigEndian'],
capacity: ['capacity'],
hb: [123],
isReadOnly: ['isReadOnly'],
limit: ['limit'],
mark: ['mark'],
nativeByteOrder: ['nativeByteOrder'],
offset: ['offset'],
position: ['position'],
};
Properties
| Name | Type | Description |
|---|---|---|
| address? | string[] | address property. |
| big | string[] | bigEndian property. |
| capacity? | string[] | capacity property. |
| hb? | number[] | hb property. |
| is | string[] | isReadOnly property. |
| limit? | string[] | limit property. |
| mark? | string[] | mark property. |
| native | string[] | nativeByteOrder property. |
| offset? | string[] | offset property. |
| position? | string[] | position property. |
address?
Type:
string[]
(optional, default: Do not filter on this field)
address property.
Specify an array of string values to match this event if the actual value of address is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
bigEndian?
Type:
string[]
(optional, default: Do not filter on this field)
bigEndian property.
Specify an array of string values to match this event if the actual value of bigEndian is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
capacity?
Type:
string[]
(optional, default: Do not filter on this field)
capacity property.
Specify an array of string values to match this event if the actual value of capacity is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
hb?
Type:
number[]
(optional, default: Do not filter on this field)
hb property.
Specify an array of string values to match this event if the actual value of hb is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
isReadOnly?
Type:
string[]
(optional, default: Do not filter on this field)
isReadOnly property.
Specify an array of string values to match this event if the actual value of isReadOnly is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
limit?
Type:
string[]
(optional, default: Do not filter on this field)
limit property.
Specify an array of string values to match this event if the actual value of limit is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
mark?
Type:
string[]
(optional, default: Do not filter on this field)
mark property.
Specify an array of string values to match this event if the actual value of mark is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
nativeByteOrder?
Type:
string[]
(optional, default: Do not filter on this field)
nativeByteOrder property.
Specify an array of string values to match this event if the actual value of nativeByteOrder is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
offset?
Type:
string[]
(optional, default: Do not filter on this field)
offset property.
Specify an array of string values to match this event if the actual value of offset is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
position?
Type:
string[]
(optional, default: Do not filter on this field)
position property.
Specify an array of string values to match this event if the actual value of position is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

.NET
Go
Java
Python
TypeScript