interface ConnectivityParametersProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Events.CfnConnection.ConnectivityParametersProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsevents#CfnConnection_ConnectivityParametersProperty |
![]() | software.amazon.awscdk.services.events.CfnConnection.ConnectivityParametersProperty |
![]() | aws_cdk.aws_events.CfnConnection.ConnectivityParametersProperty |
![]() | aws-cdk-lib » aws_events » CfnConnection » ConnectivityParametersProperty |
If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
For more information, see Authorization methods for connections in the Amazon EventBridge User Guide .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_events as events } from 'aws-cdk-lib';
const connectivityParametersProperty: events.CfnConnection.ConnectivityParametersProperty = {
resourceParameters: {
resourceConfigurationArn: 'resourceConfigurationArn',
// the properties below are optional
resourceAssociationArn: 'resourceAssociationArn',
},
};
Properties
Name | Type | Description |
---|---|---|
resource | IResolvable | Resource | The parameters for EventBridge to use when invoking the resource endpoint. |
resourceParameters
Type:
IResolvable
|
Resource
The parameters for EventBridge to use when invoking the resource endpoint.