Interface CfnConnection.InvocationConnectivityParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnection.InvocationConnectivityParametersProperty.Jsii$Proxy
- Enclosing class:
CfnConnection
@Stability(Stable)
public static interface CfnConnection.InvocationConnectivityParametersProperty
extends software.amazon.jsii.JsiiSerializable
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 .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.events.*; InvocationConnectivityParametersProperty invocationConnectivityParametersProperty = InvocationConnectivityParametersProperty.builder() .resourceParameters(ResourceParametersProperty.builder() .resourceConfigurationArn("resourceConfigurationArn") // the properties below are optional .resourceAssociationArn("resourceAssociationArn") .build()) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConnection.InvocationConnectivityParametersProperty
static final class
An implementation forCfnConnection.InvocationConnectivityParametersProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The parameters for EventBridge to use when invoking the resource endpoint.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceParameters
The parameters for EventBridge to use when invoking the resource endpoint.- See Also:
-
builder
-