GetEventConnectionResult class
Result data returned by getEventConnection.
Constructors
- GetEventConnectionResult({String? arn, String? authorizationType, String? id, String? kmsKeyIdentifier, String? name, String? region, String? secretArn})
-
Creates a new GetEventConnectionResult.
arnARN of the connection.authorizationTypeType of authorization specified for the connection. One ofAPI_KEY,BASIC,OAUTH_CLIENT_CREDENTIALS.idThe provider-assigned unique ID for this managed resource.kmsKeyIdentifier(Optional) Identifier of the AWS KMS customer managed key for EventBridge to use to encrypt the connection, if one has been specified.nameOptional.regionOptional.secretArnARN of the secret created from the authorization parameters specified for the connection.const -
GetEventConnectionResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
- arn → String?
-
ARN of the connection.
final
-
Type of authorization specified for the connection. One of
API_KEY,BASIC,OAUTH_CLIENT_CREDENTIALS.final - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The provider-assigned unique ID for this managed resource.
final
- kmsKeyIdentifier → String?
-
(Optional) Identifier of the AWS KMS customer managed key for EventBridge to use to encrypt the connection, if one has been specified.
final
- name → String?
-
final
- region → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secretArn → String?
-
ARN of the secret created from the authorization parameters specified for the connection.
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