class
Amazonite::EventBridge::CreateConnectionRequest
- Amazonite::EventBridge::CreateConnectionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/create_connection_request.crConstructors
- .new(name : String, authorization_type : ConnectionAuthorizationType, auth_parameters : CreateConnectionAuthRequestParameters, description : String | Nil = nil, invocation_connectivity_parameters : ConnectivityResourceParameters | Nil = nil, kms_key_identifier : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#auth_parameters : CreateConnectionAuthRequestParameters
The authorization parameters to use to authorize with the endpoint.
-
#auth_parameters=(auth_parameters : CreateConnectionAuthRequestParameters)
The authorization parameters to use to authorize with the endpoint.
-
#authorization_type : ConnectionAuthorizationType
The type of authorization to use for the connection.
-
#authorization_type=(authorization_type : ConnectionAuthorizationType)
The type of authorization to use for the connection.
-
#description : String | Nil
A description for the connection to create.
-
#description=(description : String | Nil)
A description for the connection to create.
-
#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 for the connection to create.
-
#name=(name : String)
The name for the connection to create.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The authorization parameters to use to authorize with the endpoint.
You must include only authorization parameters for the AuthorizationType you specify.
The authorization parameters to use to authorize with the endpoint.
You must include only authorization parameters for the AuthorizationType you specify.
The type of authorization to use for the connection.
OAUTH tokens are refreshed when a 401 or 407 response is returned.
The type of authorization to use for the connection.
OAUTH tokens are refreshed when a 401 or 407 response is returned.
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.