class
Amazonite::EventBridge::DescribeConnectionResponse
- Amazonite::EventBridge::DescribeConnectionResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/describe_connection_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(connection_arn : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil, invocation_connectivity_parameters : DescribeConnectionConnectivityParameters | Nil = nil, connection_state : ConnectionState | Nil = nil, state_reason : String | Nil = nil, authorization_type : ConnectionAuthorizationType | Nil = nil, secret_arn : String | Nil = nil, kms_key_identifier : String | Nil = nil, auth_parameters : ConnectionAuthResponseParameters | Nil = nil, creation_time : Time | Nil = nil, last_modified_time : Time | Nil = nil, last_authorized_time : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#auth_parameters : ConnectionAuthResponseParameters | Nil
The parameters to use for authorization for the connection.
-
#auth_parameters=(auth_parameters : ConnectionAuthResponseParameters | Nil)
The parameters to use for authorization for the connection.
-
#authorization_type : ConnectionAuthorizationType | Nil
The type of authorization specified for the connection.
-
#authorization_type=(authorization_type : ConnectionAuthorizationType | Nil)
The type of authorization specified for the connection.
-
#connection_arn : String | Nil
The ARN of the connection retrieved.
-
#connection_arn=(connection_arn : String | Nil)
The ARN of the connection retrieved.
-
#connection_state : ConnectionState | Nil
The state of the connection retrieved.
-
#connection_state=(connection_state : ConnectionState | Nil)
The state of the connection retrieved.
-
#creation_time : Time | Nil
A time stamp for the time that the connection was created.
-
#creation_time=(creation_time : Time | Nil)
A time stamp for the time that the connection was created.
-
#description : String | Nil
The description for the connection retrieved.
-
#description=(description : String | Nil)
The description for the connection retrieved.
-
#hash(hasher)
See
Object#hash(hasher) -
#invocation_connectivity_parameters : DescribeConnectionConnectivityParameters | Nil
For connections to private APIs The parameters EventBridge uses to invoke the resource endpoint.
-
#invocation_connectivity_parameters=(invocation_connectivity_parameters : DescribeConnectionConnectivityParameters | Nil)
For connections to private APIs The parameters EventBridge uses to invoke the resource endpoint.
-
#kms_key_identifier : String | Nil
The identifier of the KMS customer managed key for EventBridge to use to encrypt the connection, if one has been specified.
-
#kms_key_identifier=(kms_key_identifier : String | Nil)
The identifier of the KMS customer managed key for EventBridge to use to encrypt the connection, if one has been specified.
-
#last_authorized_time : Time | Nil
A time stamp for the time that the connection was last authorized.
-
#last_authorized_time=(last_authorized_time : Time | Nil)
A time stamp for the time that the connection was last authorized.
-
#last_modified_time : Time | Nil
A time stamp for the time that the connection was last modified.
-
#last_modified_time=(last_modified_time : Time | Nil)
A time stamp for the time that the connection was last modified.
-
#name : String | Nil
The name of the connection retrieved.
-
#name=(name : String | Nil)
The name of the connection retrieved.
-
#secret_arn : String | Nil
The ARN of the secret created from the authorization parameters specified for the connection.
-
#secret_arn=(secret_arn : String | Nil)
The ARN of the secret created from the authorization parameters specified for the connection.
-
#state_reason : String | Nil
The reason that the connection is in the current connection state.
-
#state_reason=(state_reason : String | Nil)
The reason that the connection is in the current connection state.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The parameters to use for authorization for the connection.
The parameters to use for authorization for the connection.
The type of authorization specified for the connection.
The type of authorization specified for the connection.
The state of the connection retrieved.
A time stamp for the time that the connection was created.
For connections to private APIs The parameters EventBridge uses to invoke the resource endpoint.
For more information, see Connecting to private APIs in the * Amazon EventBridge User Guide *.
For connections to private APIs The parameters EventBridge uses to invoke the resource endpoint.
For more information, see Connecting to private APIs in the * Amazon EventBridge User Guide *.
The identifier of the KMS customer managed key for EventBridge to use to encrypt the connection, if one has been specified.
For more information, see Encrypting connections in the Amazon EventBridge User Guide.
The identifier of the KMS customer managed key for EventBridge to use to encrypt the connection, if one has been specified.
For more information, see Encrypting connections in the Amazon EventBridge User Guide.
A time stamp for the time that the connection was last authorized.
A time stamp for the time that the connection was last authorized.
A time stamp for the time that the connection was last modified.
A time stamp for the time that the connection was last modified.
The ARN of the secret created from the authorization parameters specified for the connection.
The ARN of the secret created from the authorization parameters specified for the connection.
The reason that the connection is in the current connection state.
The reason that the connection is in the current connection state.