Account Key Delivery Access Control Args
data class AccountKeyDeliveryAccessControlArgs(val defaultAction: Output<String>? = null, val ipAllowLists: Output<List<String>>? = null) : ConvertibleToJava<AccountKeyDeliveryAccessControlArgs>
Constructors
Link copied to clipboard
fun AccountKeyDeliveryAccessControlArgs(defaultAction: Output<String>? = null, ipAllowLists: Output<List<String>>? = null)