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