SourceAccessConfiguration class
You can specify the authentication protocol, or the VPC components to secure access to your event source.
Constructors
- SourceAccessConfiguration({SourceAccessType? type, String? uri})
-
SourceAccessConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → SourceAccessType?
-
The type of authentication protocol or the VPC components for your event
source. For example:
"Type":"SASL_SCRAM_512_AUTH"
.final - uri → String?
-
The value for your chosen configuration in
Type
. For example:"URI": "arn:aws:secretsmanager:us-east-1:01234567890:secret:MyBrokerSecretName"
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited