class
Amazonite::EventBridge::UpdateConnectionRequest
- Amazonite::EventBridge::UpdateConnectionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/update_connection_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String, description : String | Nil = nil, authorization_type : ConnectionAuthorizationType | Nil = nil, auth_parameters : UpdateConnectionAuthRequestParameters | Nil = nil, invocation_connectivity_parameters : ConnectivityResourceParameters | Nil = nil, kms_key_identifier : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#auth_parameters : UpdateConnectionAuthRequestParameters | Nil
The authorization parameters to use for the connection.
-
#auth_parameters=(auth_parameters : UpdateConnectionAuthRequestParameters | Nil)
The authorization parameters to use for the connection.
-
#authorization_type : ConnectionAuthorizationType | Nil
The type of authorization to use for the connection.
-
#authorization_type=(authorization_type : ConnectionAuthorizationType | Nil)
The type of authorization to use for the connection.
-
#description : String | Nil
A description for the connection.
-
#description=(description : String | Nil)
A description for the connection.
-
#hash(hasher)
See
Object#hash(hasher) -
#invocation_connectivity_parameters : ConnectivityResourceParameters | Nil
For connections to private APIs, the parameters to use for invoking the API.
-
#invocation_connectivity_parameters=(invocation_connectivity_parameters : ConnectivityResourceParameters | Nil)
For connections to private APIs, the parameters to use for invoking the API.
-
#kms_key_identifier : String | Nil
The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this connection.
-
#kms_key_identifier=(kms_key_identifier : String | Nil)
The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this connection.
-
#name : String
The name of the connection to update.
-
#name=(name : String)
The name of the connection to update.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The authorization parameters to use for the connection.
The authorization parameters to use for the connection.
The type of authorization to use for the connection.
The type of authorization to use for the connection.
For connections to private APIs, the parameters to use for invoking the API.
For more information, see Connecting to private APIs in the * Amazon EventBridge User Guide *.
For connections to private APIs, the parameters to use for invoking the API.
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, if you choose to use a customer managed key to encrypt this connection. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
If you do not specify a customer managed key identifier, EventBridge uses an Amazon Web Services owned key to encrypt the connection.
For more information, see Identify and view keys in the Key Management Service Developer Guide.
The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this connection. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
If you do not specify a customer managed key identifier, EventBridge uses an Amazon Web Services owned key to encrypt the connection.
For more information, see Identify and view keys in the Key Management Service Developer Guide.