How to use modify_vpc_endpoint_connection_notification method in localstack

Best Python code snippet using localstack_python

client.pyi

Source:client.pyi Github

copy

Full Screen

...4957 ) -> ModifyVpcEndpointResultTypeDef:4958 """4959 [Client.modify_vpc_endpoint documentation](https://boto3.amazonaws.com/v1/documentation/api/1.14.47/reference/services/ec2.html#EC2.Client.modify_vpc_endpoint)4960 """4961 def modify_vpc_endpoint_connection_notification(4962 self,4963 ConnectionNotificationId: str,4964 DryRun: bool = None,4965 ConnectionNotificationArn: str = None,4966 ConnectionEvents: List[str] = None,4967 ) -> ModifyVpcEndpointConnectionNotificationResultTypeDef:4968 """4969 [Client.modify_vpc_endpoint_connection_notification documentation](https://boto3.amazonaws.com/v1/documentation/api/1.14.47/reference/services/ec2.html#EC2.Client.modify_vpc_endpoint_connection_notification)4970 """4971 def modify_vpc_endpoint_service_configuration(4972 self,4973 ServiceId: str,4974 DryRun: bool = None,4975 PrivateDnsName: str = None,...

Full Screen

Full Screen

client.py

Source:client.py Github

copy

Full Screen

...576 def modify_vpc_attribute(self, VpcId: str, EnableDnsHostnames: Dict = None, EnableDnsSupport: Dict = None):577 pass578 def modify_vpc_endpoint(self, VpcEndpointId: str, DryRun: bool = None, ResetPolicy: bool = None, PolicyDocument: str = None, AddRouteTableIds: List = None, RemoveRouteTableIds: List = None, AddSubnetIds: List = None, RemoveSubnetIds: List = None, AddSecurityGroupIds: List = None, RemoveSecurityGroupIds: List = None, PrivateDnsEnabled: bool = None) -> Dict:579 pass580 def modify_vpc_endpoint_connection_notification(self, ConnectionNotificationId: str, DryRun: bool = None, ConnectionNotificationArn: str = None, ConnectionEvents: List = None) -> Dict:581 pass582 def modify_vpc_endpoint_service_configuration(self, ServiceId: str, DryRun: bool = None, AcceptanceRequired: bool = None, AddNetworkLoadBalancerArns: List = None, RemoveNetworkLoadBalancerArns: List = None) -> Dict:583 pass584 def modify_vpc_endpoint_service_permissions(self, ServiceId: str, DryRun: bool = None, AddAllowedPrincipals: List = None, RemoveAllowedPrincipals: List = None) -> Dict:585 pass586 def modify_vpc_peering_connection_options(self, VpcPeeringConnectionId: str, AccepterPeeringConnectionOptions: Dict = None, DryRun: bool = None, RequesterPeeringConnectionOptions: Dict = None) -> Dict:587 pass588 def modify_vpc_tenancy(self, VpcId: str, InstanceTenancy: str, DryRun: bool = None) -> Dict:589 pass590 def modify_vpn_connection(self, VpnConnectionId: str, TransitGatewayId: str = None, VpnGatewayId: str = None, DryRun: bool = None) -> Dict:591 pass592 def monitor_instances(self, InstanceIds: List, DryRun: bool = None) -> Dict:593 pass594 def move_address_to_vpc(self, PublicIp: str, DryRun: bool = None) -> Dict:...

Full Screen

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run localstack automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful