1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ec2
  5. getVpcEndpointConnectionNotification

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.ec2.getVpcEndpointConnectionNotification

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource Type definition for AWS::EC2::VPCEndpointConnectionNotification

Using getVpcEndpointConnectionNotification

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getVpcEndpointConnectionNotification(args: GetVpcEndpointConnectionNotificationArgs, opts?: InvokeOptions): Promise<GetVpcEndpointConnectionNotificationResult>
function getVpcEndpointConnectionNotificationOutput(args: GetVpcEndpointConnectionNotificationOutputArgs, opts?: InvokeOptions): Output<GetVpcEndpointConnectionNotificationResult>
Copy
def get_vpc_endpoint_connection_notification(vpc_endpoint_connection_notification_id: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetVpcEndpointConnectionNotificationResult
def get_vpc_endpoint_connection_notification_output(vpc_endpoint_connection_notification_id: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetVpcEndpointConnectionNotificationResult]
Copy
func LookupVpcEndpointConnectionNotification(ctx *Context, args *LookupVpcEndpointConnectionNotificationArgs, opts ...InvokeOption) (*LookupVpcEndpointConnectionNotificationResult, error)
func LookupVpcEndpointConnectionNotificationOutput(ctx *Context, args *LookupVpcEndpointConnectionNotificationOutputArgs, opts ...InvokeOption) LookupVpcEndpointConnectionNotificationResultOutput
Copy

> Note: This function is named LookupVpcEndpointConnectionNotification in the Go SDK.

public static class GetVpcEndpointConnectionNotification 
{
    public static Task<GetVpcEndpointConnectionNotificationResult> InvokeAsync(GetVpcEndpointConnectionNotificationArgs args, InvokeOptions? opts = null)
    public static Output<GetVpcEndpointConnectionNotificationResult> Invoke(GetVpcEndpointConnectionNotificationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVpcEndpointConnectionNotificationResult> getVpcEndpointConnectionNotification(GetVpcEndpointConnectionNotificationArgs args, InvokeOptions options)
public static Output<GetVpcEndpointConnectionNotificationResult> getVpcEndpointConnectionNotification(GetVpcEndpointConnectionNotificationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:ec2:getVpcEndpointConnectionNotification
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

VpcEndpointConnectionNotificationId This property is required. string
VPC Endpoint Connection ID generated by service
VpcEndpointConnectionNotificationId This property is required. string
VPC Endpoint Connection ID generated by service
vpcEndpointConnectionNotificationId This property is required. String
VPC Endpoint Connection ID generated by service
vpcEndpointConnectionNotificationId This property is required. string
VPC Endpoint Connection ID generated by service
vpc_endpoint_connection_notification_id This property is required. str
VPC Endpoint Connection ID generated by service
vpcEndpointConnectionNotificationId This property is required. String
VPC Endpoint Connection ID generated by service

getVpcEndpointConnectionNotification Result

The following output properties are available:

ConnectionEvents List<string>
The endpoint events for which to receive notifications.
ConnectionNotificationArn string
The ARN of the SNS topic for the notifications.
VpcEndpointConnectionNotificationId string
VPC Endpoint Connection ID generated by service
ConnectionEvents []string
The endpoint events for which to receive notifications.
ConnectionNotificationArn string
The ARN of the SNS topic for the notifications.
VpcEndpointConnectionNotificationId string
VPC Endpoint Connection ID generated by service
connectionEvents List<String>
The endpoint events for which to receive notifications.
connectionNotificationArn String
The ARN of the SNS topic for the notifications.
vpcEndpointConnectionNotificationId String
VPC Endpoint Connection ID generated by service
connectionEvents string[]
The endpoint events for which to receive notifications.
connectionNotificationArn string
The ARN of the SNS topic for the notifications.
vpcEndpointConnectionNotificationId string
VPC Endpoint Connection ID generated by service
connection_events Sequence[str]
The endpoint events for which to receive notifications.
connection_notification_arn str
The ARN of the SNS topic for the notifications.
vpc_endpoint_connection_notification_id str
VPC Endpoint Connection ID generated by service
connectionEvents List<String>
The endpoint events for which to receive notifications.
connectionNotificationArn String
The ARN of the SNS topic for the notifications.
vpcEndpointConnectionNotificationId String
VPC Endpoint Connection ID generated by service

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi