class
Amazonite::EventBridge::DescribeConnectionResourceParameters
- Amazonite::EventBridge::DescribeConnectionResourceParameters
- Reference
- Object
Overview
The parameters for EventBridge to use when invoking the resource endpoint.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/describe_connection_resource_parameters.crConstructors
- .new(resource_configuration_arn : String, resource_association_arn : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#resource_association_arn : String
For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API's resource configuration.
-
#resource_association_arn=(resource_association_arn : String)
For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API's resource configuration.
-
#resource_configuration_arn : String
The Amazon Resource Name (ARN) of the resource configuration for the private API.
-
#resource_configuration_arn=(resource_configuration_arn : String)
The Amazon Resource Name (ARN) of the resource configuration for the private API.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API's resource configuration.
For more information, see Managing service network resource associations for connections in the * Amazon EventBridge User Guide *.
For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API's resource configuration.
For more information, see Managing service network resource associations for connections in the * Amazon EventBridge User Guide *.
The Amazon Resource Name (ARN) of the resource configuration for the private API.
The Amazon Resource Name (ARN) of the resource configuration for the private API.