Delegation Args
data class DelegationArgs(val actions: Output<List<String>>? = null, val etag: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val serviceName: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<DelegationArgs>
Details the service to which the subnet is delegated.