class Amazonite::EventBridge::DescribeConnectionResourceParameters

Overview

The parameters for EventBridge to use when invoking the resource endpoint.

Included Modules

Defined in:

eventbridge/describe_connection_resource_parameters.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(resource_configuration_arn : String, resource_association_arn : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def 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.

For more information, see Managing service network resource associations for connections in the * Amazon EventBridge User Guide *.


[View source]
def 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.

For more information, see Managing service network resource associations for connections in the * Amazon EventBridge User Guide *.


[View source]
def resource_configuration_arn : String #

The Amazon Resource Name (ARN) of the resource configuration for the private API.


[View source]
def resource_configuration_arn=(resource_configuration_arn : String) #

The Amazon Resource Name (ARN) of the resource configuration for the private API.


[View source]
def validate! : Nil #

[View source]