Show / Hide Table of Contents

Interface CfnConnection.IResourceParametersProperty

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

Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IResourceParametersProperty
Syntax (vb)
Public Interface CfnConnection.IResourceParametersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-resourceparameters.html

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 resourceParametersProperty = new ResourceParametersProperty {
                 ResourceConfigurationArn = "resourceConfigurationArn",

                 // the properties below are optional
                 ResourceAssociationArn = "resourceAssociationArn"
             };

Synopsis

Properties

ResourceAssociationArn

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.

ResourceConfigurationArn

The Amazon Resource Name (ARN) of the Amazon VPC Lattice resource configuration for the resource endpoint.

Properties

ResourceAssociationArn

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.

string? ResourceAssociationArn { get; }
Property Value

string

Remarks
The value of this property is set by EventBridge . Any value you specify in your template is ignored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-resourceparameters.html#cfn-events-connection-resourceparameters-resourceassociationarn

ResourceConfigurationArn

The Amazon Resource Name (ARN) of the Amazon VPC Lattice resource configuration for the resource endpoint.

string ResourceConfigurationArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-resourceparameters.html#cfn-events-connection-resourceparameters-resourceconfigurationarn

Back to top Generated by DocFX