We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.ec2.getVpcEndpointConnectionNotification
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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:
- Vpc
Endpoint stringConnection Notification Id - VPC Endpoint Connection ID generated by service
- Vpc
Endpoint stringConnection Notification Id - VPC Endpoint Connection ID generated by service
- vpc
Endpoint StringConnection Notification Id - VPC Endpoint Connection ID generated by service
- vpc
Endpoint stringConnection Notification Id - VPC Endpoint Connection ID generated by service
- vpc_
endpoint_ strconnection_ notification_ id - VPC Endpoint Connection ID generated by service
- vpc
Endpoint StringConnection Notification Id - VPC Endpoint Connection ID generated by service
getVpcEndpointConnectionNotification Result
The following output properties are available:
- Connection
Events List<string> - The endpoint events for which to receive notifications.
- Connection
Notification stringArn - The ARN of the SNS topic for the notifications.
- Vpc
Endpoint stringConnection Notification Id - VPC Endpoint Connection ID generated by service
- Connection
Events []string - The endpoint events for which to receive notifications.
- Connection
Notification stringArn - The ARN of the SNS topic for the notifications.
- Vpc
Endpoint stringConnection Notification Id - VPC Endpoint Connection ID generated by service
- connection
Events List<String> - The endpoint events for which to receive notifications.
- connection
Notification StringArn - The ARN of the SNS topic for the notifications.
- vpc
Endpoint StringConnection Notification Id - VPC Endpoint Connection ID generated by service
- connection
Events string[] - The endpoint events for which to receive notifications.
- connection
Notification stringArn - The ARN of the SNS topic for the notifications.
- vpc
Endpoint 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
- connection
Events List<String> - The endpoint events for which to receive notifications.
- connection
Notification StringArn - The ARN of the SNS topic for the notifications.
- vpc
Endpoint 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi