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. arn ARN of the connection. authorizationType Type of authorization specified for the connection. One of API_KEY,BASIC,OAUTH_CLIENT_CREDENTIALS. id The 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. name Optional. region Optional. secretArn ARN 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
authorizationType → String?
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