EventConnectionAuthParametersInvocationHttpParametersQueryString class

Constructors

EventConnectionAuthParametersInvocationHttpParametersQueryString({Input<bool?>? isValueSecret, Input<String?>? key, Input<String?>? value})
Creates a new EventConnectionAuthParametersInvocationHttpParametersQueryString. isValueSecret Specified whether the value is secret. key The key for the parameter. value The value associated with the key. Created and stored in AWS Secrets Manager if is secret.
const
EventConnectionAuthParametersInvocationHttpParametersQueryString.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isValueSecret → Input<bool?>?
Specified whether the value is secret.
final
key → Input<String?>?
The key for the parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → Input<String?>?
The value associated with the key. Created and stored in AWS Secrets Manager if is secret.
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