Interface CfnConnection.IConnectivityParametersProperty
If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IConnectivityParametersProperty
Syntax (vb)
Public Interface CfnConnection.IConnectivityParametersProperty
Remarks
For more information, see Authorization methods for connections in the Amazon EventBridge User Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Events;
var connectivityParametersProperty = new ConnectivityParametersProperty {
ResourceParameters = new ResourceParametersProperty {
ResourceConfigurationArn = "resourceConfigurationArn",
// the properties below are optional
ResourceAssociationArn = "resourceAssociationArn"
}
};
Synopsis
Properties
| ResourceParameters | The parameters for EventBridge to use when invoking the resource endpoint. |
Properties
ResourceParameters
The parameters for EventBridge to use when invoking the resource endpoint.
object ResourceParameters { get; }