GetEndpointKinesisSetting class
Constructors
-
GetEndpointKinesisSetting({required Input<
bool> includeControlDetails, required Input<bool> includeNullAndEmpty, required Input<bool> includePartitionValue, required Input<bool> includeTableAlterOperations, required Input<bool> includeTransactionDetails, required Input<String> messageFormat, required Input<bool> partitionIncludeSchemaTable, required Input<String> serviceAccessRoleArn, required Input<String> streamArn, required Input<bool> useLargeIntegerValue}) -
Creates a new GetEndpointKinesisSetting.
includeControlDetailsRequired.includeNullAndEmptyRequired.includePartitionValueRequired.includeTableAlterOperationsRequired.includeTransactionDetailsRequired.messageFormatRequired.partitionIncludeSchemaTableRequired.serviceAccessRoleArnRequired.streamArnRequired.useLargeIntegerValueRequired.const -
GetEndpointKinesisSetting.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includeControlDetails
→ Input<
bool> -
final
-
includeNullAndEmpty
→ Input<
bool> -
final
-
includePartitionValue
→ Input<
bool> -
final
-
includeTableAlterOperations
→ Input<
bool> -
final
-
includeTransactionDetails
→ Input<
bool> -
final
-
messageFormat
→ Input<
String> -
final
-
partitionIncludeSchemaTable
→ Input<
bool> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serviceAccessRoleArn
→ Input<
String> -
final
-
streamArn
→ Input<
String> -
final
-
useLargeIntegerValue
→ Input<
bool> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited