Hi All,

I am creating Direct Connect Private Virtual Interface but as a hosted 
interface. Currently, there are no ansible modules to 
allocate_private_virtual_interface. This will create a private virtual 
interface to be owned by specified AWS account. 

This is the boto3 link for that

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/directconnect.html#DirectConnect.Client.allocate_private_virtual_interface

response = client.allocate_private_virtual_interface(
    connectionId='string',
    ownerAccount='string',
    newPrivateVirtualInterfaceAllocation={
        'virtualInterfaceName': 'string',
        'vlan': 123,
        'asn': 123,
        'mtu': 123,
        'authKey': 'string',
        'amazonAddress': 'string',
        'addressFamily': 'ipv4'|'ipv6',
        'customerAddress': 'string'
    })


The current ansible module does not have ownerAccount parameter. Can 
someone help create one?



Current ansible module:

https://docs.ansible.com/ansible/2.6/modules/aws_direct_connect_virtual_interface_module.html

Thanks
Kishore




-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/7558348e-d140-45a4-968e-4b813ec7a228%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to