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>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]func LookupVpcEndpointConnectionNotification(ctx *Context, args *LookupVpcEndpointConnectionNotificationArgs, opts ...InvokeOption) (*LookupVpcEndpointConnectionNotificationResult, error)
func LookupVpcEndpointConnectionNotificationOutput(ctx *Context, args *LookupVpcEndpointConnectionNotificationOutputArgs, opts ...InvokeOption) LookupVpcEndpointConnectionNotificationResultOutput> 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)
}public static CompletableFuture<GetVpcEndpointConnectionNotificationResult> getVpcEndpointConnectionNotification(GetVpcEndpointConnectionNotificationArgs args, InvokeOptions options)
public static Output<GetVpcEndpointConnectionNotificationResult> getVpcEndpointConnectionNotification(GetVpcEndpointConnectionNotificationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:ec2:getVpcEndpointConnectionNotification
  arguments:
    # arguments dictionaryThe following arguments are supported:
- VpcEndpoint stringConnection Notification Id 
- VPC Endpoint Connection ID generated by service
- VpcEndpoint stringConnection Notification Id 
- VPC Endpoint Connection ID generated by service
- vpcEndpoint StringConnection Notification Id 
- VPC Endpoint Connection ID generated by service
- vpcEndpoint stringConnection Notification Id 
- VPC Endpoint Connection ID generated by service
- vpc_endpoint_ strconnection_ notification_ id 
- VPC Endpoint Connection ID generated by service
- vpcEndpoint StringConnection Notification Id 
- 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.
- ConnectionNotification stringArn 
- The ARN of the SNS topic for the notifications.
- VpcEndpoint stringConnection Notification Id 
- VPC Endpoint Connection ID generated by service
- ConnectionEvents []string
- The endpoint events for which to receive notifications.
- ConnectionNotification stringArn 
- The ARN of the SNS topic for the notifications.
- VpcEndpoint stringConnection Notification Id 
- VPC Endpoint Connection ID generated by service
- connectionEvents List<String>
- The endpoint events for which to receive notifications.
- connectionNotification StringArn 
- The ARN of the SNS topic for the notifications.
- vpcEndpoint StringConnection Notification Id 
- VPC Endpoint Connection ID generated by service
- connectionEvents string[]
- The endpoint events for which to receive notifications.
- connectionNotification stringArn 
- The ARN of the SNS topic for the notifications.
- vpcEndpoint stringConnection Notification Id 
- VPC Endpoint Connection ID generated by service
- connection_events Sequence[str]
- The endpoint events for which to receive notifications.
- connection_notification_ strarn 
- The ARN of the SNS topic for the notifications.
- vpc_endpoint_ strconnection_ notification_ id 
- VPC Endpoint Connection ID generated by service
- connectionEvents List<String>
- The endpoint events for which to receive notifications.
- connectionNotification StringArn 
- The ARN of the SNS topic for the notifications.
- vpcEndpoint StringConnection Notification Id 
- 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