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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.ec2.getVpcEndpointConnectionNotification

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:ec2:getVpcEndpointConnectionNotification
      arguments:
        # arguments dictionary

    The following arguments are supported:

    VpcEndpointConnectionNotificationId string
    VPC Endpoint Connection ID generated by service
    VpcEndpointConnectionNotificationId string
    VPC Endpoint Connection ID generated by service
    vpcEndpointConnectionNotificationId String
    VPC Endpoint Connection ID generated by service
    vpcEndpointConnectionNotificationId string
    VPC Endpoint Connection ID generated by service
    vpc_endpoint_connection_notification_id str
    VPC Endpoint Connection ID generated by service
    vpcEndpointConnectionNotificationId 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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi